[darwinbuild-changes] [404] branches/PR-4841388/Makefile

source_changes at macosforge.org source_changes at macosforge.org
Thu Oct 30 16:00:49 PDT 2008


Revision: 404
          http://trac.macosforge.org/projects/darwinbuild/changeset/404
Author:   wsiegrist at apple.com
Date:     2008-10-30 16:00:49 -0700 (Thu, 30 Oct 2008)
Log Message:
-----------
Do not install libredo.o during installsrc.

Modified Paths:
--------------
    branches/PR-4841388/Makefile

Modified: branches/PR-4841388/Makefile
===================================================================
--- branches/PR-4841388/Makefile	2008-10-29 20:08:58 UTC (rev 403)
+++ branches/PR-4841388/Makefile	2008-10-30 23:00:49 UTC (rev 404)
@@ -20,7 +20,7 @@
 		make -C $(DIR) $@) || exit 1; )
 
 installsrc:
-	tar czf - . | tar xzf - -C "$(SRCROOT)" --exclude=.svn --exclude=sqlite --exclude=www
+	tar czf - . | tar xzf - -C "$(SRCROOT)" --exclude=.svn --exclude=sqlite --exclude=www --exclude=darwinup/libredo.o
 
 installhdrs:
 	@echo Nothing to be done for $@
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/darwinbuild-changes/attachments/20081030/0743feb0/attachment.html>


More information about the darwinbuild-changes mailing list