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

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 4 01:43:03 PDT 2006


Revision: 76
          http://trac.macosforge.org/projects/darwinbuild/changeset/76
Author:   ssen
Date:     2006-10-04 01:43:03 -0700 (Wed, 04 Oct 2006)

Log Message:
-----------
"make clean" should delete upgrade_plist. Also add -f so you can
run it even when you're already clean, you dirty, dirty boy.

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

Modified: trunk/darwinxref/Makefile
===================================================================
--- trunk/darwinxref/Makefile	2005-07-13 01:27:56 UTC (rev 75)
+++ trunk/darwinxref/Makefile	2006-10-04 08:43:03 UTC (rev 76)
@@ -58,8 +58,9 @@
 	rm -rf $(DATDIR)/plugins
 
 clean:
-	rm darwinxref
-	rm $(wildcard plugins/*.so)
+	rm -f darwinxref
+	rm -f $(PLUGIN_SOURCES:c=so)
+	rm -f upgrade_plist
 
 darwinxref: $(SOURCES)
 	cc -o $@ \

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


More information about the darwinbuild-changes mailing list