summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2011-01-23 16:28:44 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2011-01-23 16:28:44 +0000
commit1ffa3abd4531adb0f7b52b662246dea8282b0cdd (patch)
treef1547377a5f1c2fca8aaa745311a0ce42a428954 /Makefile
parent61bb1f43138ae0863aec7b0c280a7bc8f241e21e (diff)
downloadsrc-test2-1ffa3abd4531adb0f7b52b662246dea8282b0cdd.tar.gz
src-test2-1ffa3abd4531adb0f7b52b662246dea8282b0cdd.zip
For `make tinderbox` there is no need to print the extra commands.
MFC after: 5 days
Notes
Notes: svn path=/head/; revision=217754
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b280f918a9d0..1e12a56f94a8 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}