svn commit: r217754 - head

Bjoern A. Zeeb bz at FreeBSD.org
Sun Jan 23 16:28:44 UTC 2011


Author: bz
Date: Sun Jan 23 16:28:44 2011
New Revision: 217754
URL: http://svn.freebsd.org/changeset/base/217754

Log:
  For `make tinderbox` there is no need to print the extra commands.
  
  MFC after:	5 days

Modified:
  head/Makefile

Modified: head/Makefile
==============================================================================
--- head/Makefile	Sun Jan 23 14:54:45 2011	(r217753)
+++ head/Makefile	Sun Jan 23 16:28:44 2011	(r217754)
@@ -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}


More information about the svn-src-all mailing list