r505 - trunk

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Jan 18 11:51:47 EST 2006


Author: tma
Date: 2006-01-18 11:51:47 -0500 (Wed, 18 Jan 2006)
New Revision: 505

Modified:
   trunk/Makefile
Log:
* <BOLD AND FAT>"make distclean" now does what you'd expect</BOLD AND FAT>
* "make clean toolsclean" now does what "make distclean" did before


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2006-01-18 15:53:50 UTC (rev 504)
+++ trunk/Makefile	2006-01-18 16:51:47 UTC (rev 505)
@@ -1670,10 +1670,13 @@
 clean-release:
 	$(MAKE) clean2 B=$(BR) CFLAGS="$(RELEASE_CFLAGS)"
 
-distclean: clean
+toolsclean:
 	$(MAKE) -C $(TOOLSDIR)/asm clean uninstall
 	$(MAKE) -C $(TOOLSDIR)/lcc clean uninstall
 
+distclean: clean toolsclean
+	rm -rf $(BUILD_DIR)
+
 installer: build_release
 	$(MAKE) VERSION=$(VERSION) -C $(LOKISETUPDIR)
 




More information about the quake3-commits mailing list