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:
Peter Wemm 1996-08-07 13:21:43 +00:00
parent aea6ddfd4f
commit e326fc73b9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=17466

View File

@ -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:
# -DCLOBBER will remove /usr/include
@ -145,20 +145,17 @@ world:
.if defined(NOCLEAN)
@echo "Not cleaning anything! I sure hope you know what you are doing!"
.else
.if defined(NOCLEANDIR)
cd ${.CURDIR} && ${MAKE} clean
.else
cd ${.CURDIR} && ${MAKE} cleandir
cd ${.CURDIR} && ${MAKE} ${CLEANDIR}
.endif
.endif
@echo
.if !defined(NOOBJ)
.if !defined(NOOBJDIR)
@echo "--------------------------------------------------------------"
@echo " Rebuilding the obj tree"
@echo "--------------------------------------------------------------"
cd ${.CURDIR} && ${MAKE} obj
.endif
@echo
.endif
@echo "--------------------------------------------------------------"
@echo " Rebuilding bootstrap tools"
@echo "--------------------------------------------------------------"