[quake3-commits] r1529 - branches/1.36

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Apr 22 15:12:32 EDT 2009


Author: ludwig
Date: 2009-04-22 15:12:32 -0400 (Wed, 22 Apr 2009)
New Revision: 1529

Modified:
   branches/1.36/Makefile
Log:
osxfe is ignored in 1.36


Modified: branches/1.36/Makefile
===================================================================
--- branches/1.36/Makefile	2009-04-18 19:01:24 UTC (rev 1528)
+++ branches/1.36/Makefile	2009-04-22 19:12:32 UTC (rev 1529)
@@ -2146,7 +2146,7 @@
 dist:
 	rm -rf ioquake3-$(VERSION)
 	svn export . ioquake3-$(VERSION)
-	tar --owner=root --group=root --force-local -cjf ioquake3-$(VERSION).tar.bz2 ioquake3-$(VERSION)
+	tar --owner=root --group=root --force-local --exclude=misc/osxfe -cjf ioquake3-$(VERSION).tar.bz2 ioquake3-$(VERSION)
 	rm -rf ioquake3-$(VERSION)
 
 #############################################################################



More information about the quake3-commits mailing list