summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authoragc <agc>2001-12-15 20:25:34 +0000
committeragc <agc>2001-12-15 20:25:34 +0000
commit45bb129e42a3ade78d14cc3f98255237cd0658bc (patch)
tree8f67a7596dd99f5fb7729eb89ce6b6a3af3c8f95 /cross
parent9244a06f7b748f5c4d1d25b5ab735e293d399276 (diff)
downloadpkgsrc-45bb129e42a3ade78d14cc3f98255237cd0658bc.tar.gz
Modify all references to PKGSRCDIR to _PKGSRCDIR, except in the external
references of the pkglint package. _PKGSRCDIR is an internal definition in bsd.pkg.mk, and a few packages which would like to refer to other packages in the build tree. It should not be set by users, but neither should it stop a user from building a package if it is defined, so make it obvious that this is the case.
Diffstat (limited to 'cross')
-rw-r--r--cross/COMMON/cross.mk4
-rw-r--r--cross/i386-netbsdpe/files/cross.mk2
2 files changed, 3 insertions, 3 deletions
diff --git a/cross/COMMON/cross.mk b/cross/COMMON/cross.mk
index 35229ad408a..87258eb5dae 100644
--- a/cross/COMMON/cross.mk
+++ b/cross/COMMON/cross.mk
@@ -1,4 +1,4 @@
-# $NetBSD: cross.mk,v 1.22 2001/03/28 06:28:16 toshii Exp $
+# $NetBSD: cross.mk,v 1.23 2001/12/15 20:25:35 agc Exp $
# Shared definitions for building a cross-compile environment.
@@ -10,7 +10,7 @@ PLIST_SRC= ${WRKDIR}/.PLIST_SRC
HOMEPAGE?= http://egcs.cygnus.com/
TARGET_DIR= ${PREFIX}/${TARGET_ARCH}
-COMMON_DIR= ${PKGSRCDIR}/cross/COMMON
+COMMON_DIR= ${_PKGSRCDIR}/cross/COMMON
PLIST_PRE?= ${PKGDIR}/PLIST
MESSAGE_SUBST+= CROSSBASE=${CROSSBASE}
diff --git a/cross/i386-netbsdpe/files/cross.mk b/cross/i386-netbsdpe/files/cross.mk
index 684e3b3f9f1..2583ac115d8 100644
--- a/cross/i386-netbsdpe/files/cross.mk
+++ b/cross/i386-netbsdpe/files/cross.mk
@@ -14,7 +14,7 @@ MESSAGE_SUBST+= CROSSBASE=${CROSSBASE}
HOMEPAGE?= http://gcc.gnu.org/
TARGET_DIR= ${PREFIX}/${TARGET_ARCH}
-COMMON_DIR= ${PKGSRCDIR}/cross/COMMON
+COMMON_DIR= ${_PKGSRCDIR}/cross/COMMON
GCC_PLIST_DIR= files
PLIST_PRE?= ${PKGDIR}/PLIST