[darwinbuild-changes] [118] trunk/Makefile

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 4 01:48:08 PDT 2006


Revision: 118
          http://trac.macosforge.org/projects/darwinbuild/changeset/118
Author:   kevin
Date:     2006-10-04 01:48:08 -0700 (Wed, 04 Oct 2006)

Log Message:
-----------
- less verbose

Modified Paths:
--------------
    trunk/Makefile

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2005-07-29 15:14:55 UTC (rev 117)
+++ trunk/Makefile	2006-10-04 08:48:08 UTC (rev 118)
@@ -1,9 +1,12 @@
 SUBDIRS= \
 	darwinbuild \
 	darwinxref \
+	darwinroot \
 	darwintrace
 
 .PHONY: all clean install uninstall
 
 all clean install uninstall:
-	@$(foreach DIR,$(SUBDIRS),make -C $(DIR) $@ ;)
+	@$(foreach DIR,$(SUBDIRS), \
+		echo "*** Making $@ in $(DIR) ***" ; \
+		make -C $(DIR) $@ ;)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/darwinbuild-changes/attachments/20061004/01fe5817/attachment.html


More information about the darwinbuild-changes mailing list