summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-12-21 12:21:26 +0000
committerru <ru@FreeBSD.org>2004-12-21 12:21:26 +0000
commit29be3c915ed419ab9b711657c9edc3a66be0c8f6 (patch)
treeac9f2d0da7d6b06635cf4e788ad021f97b4a8f11 /Makefile.inc1
parent1f936587caa85daa51d5e0d4becbd448e36c87f5 (diff)
downloadFreeBSD-src-29be3c915ed419ab9b711657c9edc3a66be0c8f6.zip
FreeBSD-src-29be3c915ed419ab9b711657c9edc3a66be0c8f6.tar.gz
NOCLEAN -> NO_CLEAN
NOCLEANDIR -> NO_CLEANDIR
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc112
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index f758e94..03180cb 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -5,8 +5,8 @@
# -DNO_DYNAMICROOT do not link /bin and /sbin dynamically
# -DNO_KERBEROS Do not build Heimdal (Kerberos 5)
# -DNO_RESCUE do not build rescue binaries
-# -DNOCLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir
-# -DNOCLEAN do not clean at all
+# -DNO_CLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir
+# -DNO_CLEAN do not clean at all
# -DNO_CRYPT will prevent building of crypt versions
# -DNO_MAN do not build the manual pages
# -DNO_PROFILE do not build profiled libraries
@@ -76,7 +76,7 @@ SUBDIR+= ${_DIR}
SUBDIR= ${SUBDIR_OVERRIDE}
.endif
-.if defined(NOCLEANDIR)
+.if defined(NO_CLEANDIR)
CLEANDIR= clean cleandepend
.else
CLEANDIR= cleandir
@@ -273,7 +273,7 @@ _worldtmp:
@echo "--------------------------------------------------------------"
@echo ">>> Rebuilding the temporary build tree"
@echo "--------------------------------------------------------------"
-.if !defined(NOCLEAN)
+.if !defined(NO_CLEAN)
rm -rf ${WORLDTMP}
.else
rm -rf ${WORLDTMP}/legacy/usr/include
@@ -327,7 +327,7 @@ _bootstrap-tools:
@echo "--------------------------------------------------------------"
${_+_}cd ${.CURDIR}; ${BMAKE} bootstrap-tools
_cleanobj:
-.if !defined(NOCLEAN)
+.if !defined(NO_CLEAN)
@echo
@echo "--------------------------------------------------------------"
@echo ">>> stage 2.1: cleaning up the object tree"
@@ -664,7 +664,7 @@ buildkernel:
config ${CONFIGARGS} -d ${KRNLOBJDIR}/${_kernel} \
${KERNCONFDIR}/${_kernel}
.endif
-.if !defined(NOCLEAN) && !defined(NO_KERNELCLEAN)
+.if !defined(NO_CLEAN) && !defined(NO_KERNELCLEAN)
@echo
@echo "--------------------------------------------------------------"
@echo ">>> stage 2.1: cleaning up the object tree"
OpenPOWER on IntegriCloud