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}
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to