summaryrefslogtreecommitdiff
path: root/mk/buildhlp.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-21 07:41:41 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-21 07:41:41 +0200
commit90f603e2be40d996c421ae8e95464e38911eabaf (patch)
treea3a8aa942a9acf078eed1333404de22aaa106219 /mk/buildhlp.mk
parentf9292cf478867567f80ad270d4351e9a48ef4d06 (diff)
s/TOPDIR/ADK_TOPDIR/
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make
Diffstat (limited to 'mk/buildhlp.mk')
-rw-r--r--mk/buildhlp.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/buildhlp.mk b/mk/buildhlp.mk
index 6724faf0a..45620e6ac 100644
--- a/mk/buildhlp.mk
+++ b/mk/buildhlp.mk
@@ -40,7 +40,7 @@ fetch refetch checksum do-extract:
__use_generic_patch_target:=42
else ifneq ($(strip ${DISTFILES}),)
-include ${TOPDIR}/mk/fetch.mk
+include ${ADK_TOPDIR}/mk/fetch.mk
${WRKDIST}/.extract_done: ${_CHECKSUM_COOKIE}
ifeq (${_CHECKSUM_COOKIE},)
@@ -56,7 +56,7 @@ endif
__use_generic_patch_target:=42
else
-include ${TOPDIR}/mk/fetch.mk
+include ${ADK_TOPDIR}/mk/fetch.mk
${WRKDIST}/.extract_done: ${_CHECKSUM_COOKIE}
$(MAKE) fetch
ifeq (${_CHECKSUM_COOKIE},)
@@ -102,6 +102,6 @@ endif
WRKDIR1=$(call shellescape,${WRKDIR}) \
PATH=$(call shellescape,${HOST_PATH}) \
$(call shellexport,DIFF_IGNOREFILES) \
- mksh ${TOPDIR}/scripts/update-patches2
+ mksh ${ADK_TOPDIR}/scripts/update-patches2
.PHONY: update-patches host-update-patches