summaryrefslogtreecommitdiff
path: root/mk/fetch
diff options
context:
space:
mode:
authorrillig <rillig>2006-07-15 23:58:52 +0000
committerrillig <rillig>2006-07-15 23:58:52 +0000
commitb6adfebee14f196b927dc4a01a657ea5fb05412a (patch)
treea4b93f8fac3a6f560860ad528f5b8c399b8d67b1 /mk/fetch
parent47a1539c822111a7cb2c8e2046222ed9978d7cc0 (diff)
downloadpkgsrc-b6adfebee14f196b927dc4a01a657ea5fb05412a.tar.gz
Split the variable BUILD_DEFS into those that are defined by packages
and those that are defined by the infrastructure (_BUILD_DEFS). This allows the build-defs-message target to be moved to the end of bsd.pkg.mk. Now it prints the correct result even in unprivileged builds, which had been wrong due to the order in which the files have been included. For example, ${UNPRIVILEGED_USER} was displayed as (not defined) although its value was defined, which could be checked with "bmake show-var". Tested with one package that _does_ define BUILD_DEFS and with one that doesn't. The behavior stays the same.
Diffstat (limited to 'mk/fetch')
-rw-r--r--mk/fetch/fetch.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/fetch/fetch.mk b/mk/fetch/fetch.mk
index 54150f5d0b9..04724f2cf6c 100644
--- a/mk/fetch/fetch.mk
+++ b/mk/fetch/fetch.mk
@@ -1,4 +1,4 @@
-# $NetBSD: fetch.mk,v 1.7 2006/07/13 15:23:18 jlam Exp $
+# $NetBSD: fetch.mk,v 1.8 2006/07/15 23:58:52 rillig Exp $
######################################################################
### fetch (PUBLIC)
@@ -40,7 +40,7 @@ _PATCHFILES?= ${PATCHFILES}
.endif
_ALLFILES?= ${_DISTFILES} ${_PATCHFILES}
-BUILD_DEFS+= _DISTFILES _PATCHFILES
+_BUILD_DEFS+= _DISTFILES _PATCHFILES
###
### _RESUME_TRANSFER: