Pass JFLAG as JFLAG from tinderbox to universe. This gives the same

semantics for JFLAG with tinderbox as for universe.  Previously doing
'make JFLAG=-j4 tinderbox' was equivalent to 'make -j4 universe'
(i.e. 4 worlds in parallel) rather than 'make JFLAG=-j4 universe'
(i.e. worlds in sequence, each built with -j4).

MFC after:	1 month
This commit is contained in:
John Baldwin 2010-12-16 15:27:13 +00:00
parent 7f3384ab34
commit 6c054d2b03

View File

@ -271,7 +271,7 @@ make: .PHONY
tinderbox:
cd ${.CURDIR} && \
DOING_TINDERBOX=YES ${MAKE} ${JFLAG} universe
DOING_TINDERBOX=YES ${MAKE} JFLAG=${JFLAG} universe
#
# universe