Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jan 2011 16:28:44 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r217754 - head
Message-ID:  <201101231628.p0NGSiOB060931@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101231628.p0NGSiOB060931>