Revision
604
Author
wsiegrist@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

Diff

Modified: trunk/Makefile (603 => 604)


--- 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 $@