mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 01:36:22 +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
|
||||
GNU_FIND = find
|
||||
SHELL = bash
|
||||
SIGVERIFIER = $(PWD)/../tool/download_sigver
|
||||
HASHVERIFIER = $(PWD)/../tool/download_hashver
|
||||
SIGVERIFIER = $(CURDIR)/../tool/download_sigver
|
||||
HASHVERIFIER = $(CURDIR)/../tool/download_hashver
|
||||
|
||||
#
|
||||
# Create download and contrib directory so that '<port>.mk' files
|
||||
|
@ -15,8 +15,8 @@ DOWNLOAD_DIR = download
|
||||
CONTRIB_DIR = contrib
|
||||
GNU_FIND = find
|
||||
SHELL = bash
|
||||
SIGVERIFIER = $(PWD)/../tool/download_sigver
|
||||
HASHVERIFIER = $(PWD)/../tool/download_hashver
|
||||
SIGVERIFIER = $(CURDIR)/../tool/download_sigver
|
||||
HASHVERIFIER = $(CURDIR)/../tool/download_hashver
|
||||
|
||||
#
|
||||
# Create download and contrib directory so that '<port>.mk' files
|
||||
|
Loading…
x
Reference in New Issue
Block a user