svn commit: r296067 - head/share/mk

Bryan Drewery bdrewery at FreeBSD.org
Thu Feb 25 21:04:53 UTC 2016


Author: bdrewery
Date: Thu Feb 25 21:04:52 2016
New Revision: 296067
URL: https://svnweb.freebsd.org/changeset/base/296067

Log:
  Slightly lessen the amount of job target output for SUBDIR_PARALLEL.
  
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/share/mk/bsd.subdir.mk

Modified: head/share/mk/bsd.subdir.mk
==============================================================================
--- head/share/mk/bsd.subdir.mk	Thu Feb 25 20:48:23 2016	(r296066)
+++ head/share/mk/bsd.subdir.mk	Thu Feb 25 21:04:52 2016	(r296067)
@@ -152,7 +152,7 @@ __deps=
 __deps+= ${__target}_subdir_${DIRPRFX}${__dep}
 .endfor
 .endif
-${__target}_subdir_${DIRPRFX}${__dir}: .PHONY .MAKE ${__deps}
+${__target}_subdir_${DIRPRFX}${__dir}: .PHONY .MAKE .SILENT ${__deps}
 .if !defined(NO_SUBDIR)
 	@${_+_}target=${__target:realinstall=install}; \
 	    dir=${__dir}; \


More information about the svn-src-head mailing list