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"
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"