[or-cvs] r20423: {torbrowser} What was I thinking? We really want to keep around the build (torbrowser/trunk/build-scripts)

ioerror at seul.org ioerror at seul.org
Fri Aug 28 06:48:50 UTC 2009


Author: ioerror
Date: 2009-08-28 02:48:50 -0400 (Fri, 28 Aug 2009)
New Revision: 20423

Modified:
   torbrowser/trunk/build-scripts/Makefile.linux
Log:
What was I thinking? We really want to keep around the build directory during a normal clean; it's really time consuming to rebuild it on my piece of crap laptop. :-(


Modified: torbrowser/trunk/build-scripts/Makefile.linux
===================================================================
--- torbrowser/trunk/build-scripts/Makefile.linux	2009-08-28 06:44:22 UTC (rev 20422)
+++ torbrowser/trunk/build-scripts/Makefile.linux	2009-08-28 06:48:50 UTC (rev 20423)
@@ -195,7 +195,7 @@
 NAME=Tor\ Browser
 
 ## Where shall we put the finished files for distribution?
-DISTDIR=tbbl-dist/
+DISTDIR=tbbl-dist
 
 ## Version and name of the compressed bundle (also used for source)
 VERSION=1.2.4-alpha
@@ -275,7 +275,6 @@
 ##
 
 clean:
-	rm -fr $(FETCH_DIR)
 	rm -fr $(DISTDIR)
 	rm -fr *.tar.gz
 	rm -fr $(DEST) *.stamp
@@ -286,6 +285,7 @@
 
 ## Also remove the output files
 reallyclean: clean
+	rm -fr $(FETCH_DIR)
 	rm -fr $(IM_COMPRESSED_BASENAME)*_*.exe
 	rm -fr $(IM_COMPRESSED_BASENAME)*_*.rar	
 	rm -fr $(IM_COMPRESSED_BASENAME)*_*_split



More information about the tor-commits mailing list