svn commit: r296556 - head/share/mk

Bryan Drewery bdrewery at FreeBSD.org
Wed Mar 9 03:22:25 UTC 2016


Author: bdrewery
Date: Wed Mar  9 03:22:23 2016
New Revision: 296556
URL: https://svnweb.freebsd.org/changeset/base/296556

Log:
  Follow-up r295827: Don't enable meta stats when recursing PROGS.
  
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/share/mk/local.meta.sys.mk

Modified: head/share/mk/local.meta.sys.mk
==============================================================================
--- head/share/mk/local.meta.sys.mk	Wed Mar  9 03:22:20 2016	(r296555)
+++ head/share/mk/local.meta.sys.mk	Wed Mar  9 03:22:23 2016	(r296556)
@@ -205,7 +205,9 @@ CSU_DIR := ${CSU_DIR.${MACHINE_ARCH}}
 .if !empty(TIME_STAMP)
 TRACER= ${TIME_STAMP} ${:U}
 .endif
+.if !defined(_RECURSING_PROGS)
 WITH_META_STATS= t
+.endif
 
 # toolchains can be a pain - especially bootstrappping them
 .if ${MACHINE} == "host"


More information about the svn-src-all mailing list