summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2011-01-23 16:28:44 +0000
committerbz <bz@FreeBSD.org>2011-01-23 16:28:44 +0000
commit4bf47934330868b686707a27bc118b639cc57406 (patch)
treef1547377a5f1c2fca8aaa745311a0ce42a428954 /Makefile
parentfa1f8f7188b4537c0630f7e510d71e3cb97f5563 (diff)
downloadFreeBSD-src-4bf47934330868b686707a27bc118b639cc57406.zip
FreeBSD-src-4bf47934330868b686707a27bc118b639cc57406.tar.gz
For `make tinderbox` there is no need to print the extra commands.
MFC after: 5 days
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b280f91..1e12a56 100644
--- a/Makefile
+++ b/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}
OpenPOWER on IntegriCloud