Correct spelling of NOOBJDIR (I mistakenly wrote NOOBJ).
Closes PR#1451 (Ph. Charnier <charnier@xp11.frmug.org>) and PR#1453 (Peter Mutsaers <plm@xs4all.nl>)
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# $Id: Makefile,v 1.92 1996/08/03 06:44:46 jkh Exp $
|
# $Id: Makefile,v 1.93 1996/08/03 13:00:35 jkh Exp $
|
||||||
#
|
#
|
||||||
# Make command line options:
|
# Make command line options:
|
||||||
# -DCLOBBER will remove /usr/include
|
# -DCLOBBER will remove /usr/include
|
||||||
@@ -145,20 +145,17 @@ world:
|
|||||||
.if defined(NOCLEAN)
|
.if defined(NOCLEAN)
|
||||||
@echo "Not cleaning anything! I sure hope you know what you are doing!"
|
@echo "Not cleaning anything! I sure hope you know what you are doing!"
|
||||||
.else
|
.else
|
||||||
.if defined(NOCLEANDIR)
|
cd ${.CURDIR} && ${MAKE} ${CLEANDIR}
|
||||||
cd ${.CURDIR} && ${MAKE} clean
|
|
||||||
.else
|
|
||||||
cd ${.CURDIR} && ${MAKE} cleandir
|
|
||||||
.endif
|
.endif
|
||||||
.endif
|
.endif
|
||||||
@echo
|
@echo
|
||||||
.if !defined(NOOBJ)
|
.if !defined(NOOBJDIR)
|
||||||
@echo "--------------------------------------------------------------"
|
@echo "--------------------------------------------------------------"
|
||||||
@echo " Rebuilding the obj tree"
|
@echo " Rebuilding the obj tree"
|
||||||
@echo "--------------------------------------------------------------"
|
@echo "--------------------------------------------------------------"
|
||||||
cd ${.CURDIR} && ${MAKE} obj
|
cd ${.CURDIR} && ${MAKE} obj
|
||||||
.endif
|
|
||||||
@echo
|
@echo
|
||||||
|
.endif
|
||||||
@echo "--------------------------------------------------------------"
|
@echo "--------------------------------------------------------------"
|
||||||
@echo " Rebuilding bootstrap tools"
|
@echo " Rebuilding bootstrap tools"
|
||||||
@echo "--------------------------------------------------------------"
|
@echo "--------------------------------------------------------------"
|
||||||
|
|||||||
Reference in New Issue
Block a user