From 1ffa3abd4531adb0f7b52b662246dea8282b0cdd Mon Sep 17 00:00:00 2001 From: "Bjoern A. Zeeb" Date: Sun, 23 Jan 2011 16:28:44 +0000 Subject: For `make tinderbox` there is no need to print the extra commands. MFC after: 5 days --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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} -- cgit v1.2.3