Follow-up r295827: Don't enable meta stats when recursing PROGS.

Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Bryan Drewery 2016-03-09 03:22:23 +00:00
parent 3cf3d03900
commit d424483b4b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=296556

View File

@ -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"