From 6e88e71ee09755227a0dfe4eef6f3debb699e509 Mon Sep 17 00:00:00 2001 From: peter Date: Wed, 7 Aug 1996 13:21:43 +0000 Subject: Correct spelling of NOOBJDIR (I mistakenly wrote NOOBJ). Closes PR#1451 (Ph. Charnier ) and PR#1453 (Peter Mutsaers ) --- Makefile | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2f4179d..13a5623 100644 --- a/Makefile +++ b/Makefile @@ -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 "--------------------------------------------------------------" -- cgit v1.1