svn commit: r256401 - projects/bmake/pkgs

Simon J. Gerraty sjg at FreeBSD.org
Sat Oct 12 23:31:57 UTC 2013


Author: sjg
Date: Sat Oct 12 23:31:56 2013
New Revision: 256401
URL: http://svnweb.freebsd.org/changeset/base/256401

Log:
  Report the number of dirdeps so we can track progress.

Modified:
  projects/bmake/pkgs/Makefile

Modified: projects/bmake/pkgs/Makefile
==============================================================================
--- projects/bmake/pkgs/Makefile	Sat Oct 12 23:19:01 2013	(r256400)
+++ projects/bmake/pkgs/Makefile	Sat Oct 12 23:31:56 2013	(r256401)
@@ -134,7 +134,7 @@ $t: dirdeps
 elapsed_time= seconds=`expr ${now_utc} - ${start_utc}`
 
 count-makefiles: .NOMETA
-	@echo "${TIME_STAMP} Makefiles read: total=${.MAKE.MAKEFILES:[#]} depend=${.MAKE.MAKEFILES:M*depend*:[#]} ${elapsed_time}"
+	@echo "${TIME_STAMP} Makefiles read: total=${.MAKE.MAKEFILES:[#]} depend=${.MAKE.MAKEFILES:M*depend*:[#]} dirdeps=${.ALLTARGETS:M${SRCTOP}*:O:u:[#]} ${elapsed_time}"
 
 .END: _build_finish
 _build_finish:	.NOMETA


More information about the svn-src-projects mailing list