From 4ab0941dedab44efe637c4305e1c763d12ac1d45 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Fri, 19 Feb 2016 22:28:45 +0000 Subject: [PATCH] DIRDEPS_BUILD: Enable the post-build footer/stats display. There is no real downside to this and it is useful to have enabled. Sponsored by: EMC / Isilon Storage Division --- share/mk/local.meta.sys.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/share/mk/local.meta.sys.mk b/share/mk/local.meta.sys.mk index 1aa749abd23..21b9c165fbb 100644 --- a/share/mk/local.meta.sys.mk +++ b/share/mk/local.meta.sys.mk @@ -204,6 +204,7 @@ CSU_DIR := ${CSU_DIR.${MACHINE_ARCH}} .if !empty(TIME_STAMP) TRACER= ${TIME_STAMP} ${:U} .endif +WITH_META_STATS= t # toolchains can be a pain - especially bootstrappping them .if ${MACHINE} == "host"