mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 10:01:57 +00:00
ports/libports: Use repository-local PWD
The PWD variable contains the current working directory of the original location where 'make -C' is executed, not the directory specified as argument of '-C'. The tools referenced by ports/libports, however, expect PWD to point to the root of the respective repository.
This commit is contained in:
parent
d2e883e235
commit
d0d5ec92b6
@ -15,8 +15,8 @@ DOWNLOAD_DIR = download
|
|||||||
CONTRIB_DIR = contrib
|
CONTRIB_DIR = contrib
|
||||||
GNU_FIND = find
|
GNU_FIND = find
|
||||||
SHELL = bash
|
SHELL = bash
|
||||||
SIGVERIFIER = $(PWD)/../tool/download_sigver
|
SIGVERIFIER = $(CURDIR)/../tool/download_sigver
|
||||||
HASHVERIFIER = $(PWD)/../tool/download_hashver
|
HASHVERIFIER = $(CURDIR)/../tool/download_hashver
|
||||||
|
|
||||||
#
|
#
|
||||||
# Create download and contrib directory so that '<port>.mk' files
|
# Create download and contrib directory so that '<port>.mk' files
|
||||||
|
@ -15,8 +15,8 @@ DOWNLOAD_DIR = download
|
|||||||
CONTRIB_DIR = contrib
|
CONTRIB_DIR = contrib
|
||||||
GNU_FIND = find
|
GNU_FIND = find
|
||||||
SHELL = bash
|
SHELL = bash
|
||||||
SIGVERIFIER = $(PWD)/../tool/download_sigver
|
SIGVERIFIER = $(CURDIR)/../tool/download_sigver
|
||||||
HASHVERIFIER = $(PWD)/../tool/download_hashver
|
HASHVERIFIER = $(CURDIR)/../tool/download_hashver
|
||||||
|
|
||||||
#
|
#
|
||||||
# Create download and contrib directory so that '<port>.mk' files
|
# Create download and contrib directory so that '<port>.mk' files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user