r668 - trunk

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Mar 24 16:48:44 EST 2006


Author: tma
Date: 2006-03-24 16:48:44 -0500 (Fri, 24 Mar 2006)
New Revision: 668

Modified:
   trunk/Makefile
Log:
* web directory no longer present, so don't try to remove it
* Cosmetic patch from zinx


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2006-03-24 21:46:07 UTC (rev 667)
+++ trunk/Makefile	2006-03-24 21:48:44 UTC (rev 668)
@@ -1690,7 +1690,7 @@
 	$(INSTALL) -s -m 0755 $(BR)/missionpack/ui$(ARCH).$(SHLIBEXT) \
 					$(COPYDIR)/missionpack/.
 
-clean:clean-debug clean-release
+clean: clean-debug clean-release
 	$(MAKE) -C $(LOKISETUPDIR) clean
 
 clean2:
@@ -1719,7 +1719,6 @@
 dist:
 	rm -rf quake3-$(SVN_VERSION)
 	svn export . quake3-$(SVN_VERSION)
-	rm -rf quake3-$(SVN_VERSION)/web
 	tar --owner=root --group=root --force-local -cjf quake3-$(SVN_VERSION).tar.bz2 quake3-$(SVN_VERSION)
 	rm -rf quake3-$(SVN_VERSION)
 




More information about the quake3-commits mailing list