mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-27 05:21:08 +01:00
Add ${MAKEFLAGS} to ${MAKE} in _SUBDIRUSE so that something like
'make -j3 world' works Jordan points out that this may not be the only place this is required to be added, but so far, its the only one I've found to break -j3
This commit is contained in:
parent
286fdb4a38
commit
f457e46e0d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24421
@ -1,5 +1,5 @@
|
||||
# from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91
|
||||
# $Id: bsd.subdir.mk,v 1.13 1997/02/22 13:56:14 peter Exp $
|
||||
# $Id: bsd.subdir.mk,v 1.14 1997/03/09 00:14:00 wosch Exp $
|
||||
#
|
||||
# The include file <bsd.subdir.mk> contains the default targets
|
||||
# for building subdirectories. It has the same seven targets
|
||||
@ -45,7 +45,7 @@ _SUBDIRUSE: .USE
|
||||
edir=$${entry}; \
|
||||
cd ${.CURDIR}/$${edir}; \
|
||||
fi; \
|
||||
${MAKE} ${.TARGET:realinstall=install} DIRPRFX=${DIRPRFX}$$edir/); \
|
||||
${MAKE} ${MAKEFLAGS} ${.TARGET:realinstall=install} DIRPRFX=${DIRPRFX}$$edir/); \
|
||||
done
|
||||
|
||||
${SUBDIR}::
|
||||
|
Loading…
Reference in New Issue
Block a user