mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-21 07:15:49 +00:00
For make tinderbox
there is no need to print the extra commands.
MFC after: 5 days
This commit is contained in:
parent
61bb1f4313
commit
1ffa3abd45
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=217754
4
Makefile
4
Makefile
@ -275,7 +275,7 @@ make: .PHONY
|
||||
${MMAKE} install DESTDIR=${MAKEPATH} BINDIR=
|
||||
|
||||
tinderbox:
|
||||
cd ${.CURDIR} && \
|
||||
@cd ${.CURDIR} && \
|
||||
DOING_TINDERBOX=YES ${MAKE} JFLAG=${JFLAG} universe
|
||||
|
||||
#
|
||||
@ -317,7 +317,7 @@ universe_prologue:
|
||||
@echo ">>> make universe started on ${STARTTIME}"
|
||||
@echo "--------------------------------------------------------------"
|
||||
.if defined(DOING_TINDERBOX)
|
||||
rm -f ${FAILFILE}
|
||||
@rm -f ${FAILFILE}
|
||||
.endif
|
||||
.for target in ${TARGETS}
|
||||
universe: universe_${target}
|
||||
|
Loading…
Reference in New Issue
Block a user