[darwinbuild-changes] [120] trunk/darwinxref/Makefile

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


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

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

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

Modified: trunk/darwinxref/Makefile
===================================================================
--- trunk/darwinxref/Makefile	2005-07-29 20:31:30 UTC (rev 119)
+++ trunk/darwinxref/Makefile	2006-10-04 08:48:21 UTC (rev 120)
@@ -80,12 +80,12 @@
 	cc -o $@ $(PLUGIN_CFLAGS) $(PLUGIN_LDFLAGS) $<
 
 apple_plugins:
-	if [ -d plugins-apple ]; then			\
+	@if [ -d plugins-apple ]; then			\
 		make -C plugins-apple;			\
 	fi
 
 install_apple_plugins:
-	if [ -d plugins-apple ]; then			\
+	@if [ -d plugins-apple ]; then			\
 		make -C plugins-apple install;		\
 	fi
 

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


More information about the darwinbuild-changes mailing list