[darwinbuild-changes] [604] trunk/Makefile

source_changes at macosforge.org source_changes at macosforge.org
Fri Oct 23 16:10:26 PDT 2009


Revision: 604
          http://trac.macosforge.org/projects/darwinbuild/changeset/604
Author:   wsiegrist at apple.com
Date:     2009-10-23 16:10:22 -0700 (Fri, 23 Oct 2009)
Log Message:
-----------
Exclude patches, plists, and testing during installsrc

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

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2009-10-23 17:30:33 UTC (rev 603)
+++ trunk/Makefile	2009-10-23 23:10:22 UTC (rev 604)
@@ -20,7 +20,7 @@
 		make -C $(DIR) $@) || exit 1; )
 
 installsrc:
-	tar czf - . | tar xzf - -C "$(SRCROOT)" --exclude=.svn --exclude=sqlite --exclude=www --exclude=darwinup/libredo.o
+	tar czf - . | tar xzf - -C "$(SRCROOT)" --exclude=.svn --exclude=sqlite --exclude=www --exclude=darwinup/libredo.o --exclude=patches --exclude=plists --exclude=testing
 
 installhdrs:
 	@echo Nothing to be done for $@
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/darwinbuild-changes/attachments/20091023/94848000/attachment.html>


More information about the darwinbuild-changes mailing list