Fully enable the optimization of not building dependencies unless NOCLEAN
is set. It was disabled in the -j case. See rev.1.173.
This commit is contained in:
parent
22b78769f8
commit
fba6da925d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38106
4
Makefile
4
Makefile
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $Id: Makefile,v 1.207 1998/08/03 08:28:14 bde Exp $
|
||||
# $Id: Makefile,v 1.208 1998/08/04 16:00:47 peter Exp $
|
||||
#
|
||||
# While porting to the another architecture include the bootstrap instead
|
||||
# of the normal build.
|
||||
@ -141,7 +141,7 @@ CLEANDIR= cleandir
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.if !defined(NOCLEAN) && ${.MAKEFLAGS:M-j} == ""
|
||||
.if !defined(NOCLEAN)
|
||||
_NODEPEND= true
|
||||
.endif
|
||||
.if defined(_NODEPEND)
|
||||
|
Loading…
Reference in New Issue
Block a user