svn commit: r295827 - head/share/mk

Bryan Drewery bdrewery at FreeBSD.org
Fri Feb 19 22:28:46 UTC 2016


Author: bdrewery
Date: Fri Feb 19 22:28:45 2016
New Revision: 295827
URL: https://svnweb.freebsd.org/changeset/base/295827

Log:
  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

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

Modified: head/share/mk/local.meta.sys.mk
==============================================================================
--- head/share/mk/local.meta.sys.mk	Fri Feb 19 21:58:14 2016	(r295826)
+++ head/share/mk/local.meta.sys.mk	Fri Feb 19 22:28:45 2016	(r295827)
@@ -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"


More information about the svn-src-head mailing list