summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2004-11-10 23:31:07 +0000
committerpeter <peter@FreeBSD.org>2004-11-10 23:31:07 +0000
commit4c2589b45e9bfe513bb8a2b05860398dbe0af28c (patch)
tree46fb1b6ae761dc210da7fc5c962fcbc22dc1429e /Makefile.inc1
parent4c011814bd73e5d0ec15eef353a5856fd3457932 (diff)
downloadFreeBSD-src-4c2589b45e9bfe513bb8a2b05860398dbe0af28c.zip
FreeBSD-src-4c2589b45e9bfe513bb8a2b05860398dbe0af28c.tar.gz
Change WANT_LIB32 to WITH_LIB32. Sorry for the whiplash folks.
It was pointed out to me that the convention we have is to use WITH_ elsewhere in the system, eg: ports etc. This is all temporary anyway and presumably will be inverted to a NO_LIB32 or something like it in the future.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index ec6742d..fb063b5 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -436,7 +436,7 @@ WMAKE_TGTS+= _cleanobj _obj _build-tools
WMAKE_TGTS+= _cross-tools
.endif
WMAKE_TGTS+= _includes _libraries _depend everything
-.if ${MACHINE_ARCH} == amd64 && defined(WANT_LIB32)
+.if ${MACHINE_ARCH} == amd64 && defined(WITH_LIB32)
WMAKE_TGTS+= build32
.endif
@@ -569,7 +569,7 @@ reinstall: ${SPECIAL_INSTALLCHECKS}
@echo ">>> Installing everything"
@echo "--------------------------------------------------------------"
${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 install
-.if ${MACHINE_ARCH} == amd64 && defined(WANT_LIB32)
+.if ${MACHINE_ARCH} == amd64 && defined(WITH_LIB32)
${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 install32
.endif
OpenPOWER on IntegriCloud