[or-cvs] r20420: {torbrowser} Add a proper line to clean up our little stray tar.gzs. (torbrowser/trunk/build-scripts)

ioerror at seul.org ioerror at seul.org
Fri Aug 28 06:04:34 UTC 2009


Author: ioerror
Date: 2009-08-28 02:04:33 -0400 (Fri, 28 Aug 2009)
New Revision: 20420

Modified:
   torbrowser/trunk/build-scripts/Makefile.linux
Log:
Add a proper line to clean up our little stray tar.gzs.


Modified: torbrowser/trunk/build-scripts/Makefile.linux
===================================================================
--- torbrowser/trunk/build-scripts/Makefile.linux	2009-08-28 05:44:01 UTC (rev 20419)
+++ torbrowser/trunk/build-scripts/Makefile.linux	2009-08-28 06:04:33 UTC (rev 20420)
@@ -10,6 +10,7 @@
 ### make -f Makefile.linux generic-bundle # This makes a generic bundle
 ### make -f Makefile.linux bundle_en-US # This makes the English bundle
 ### make -f Makefile.linux bundle_de # This makes the German bundle
+### make -f Makefile.linux compressed-bundle_de # This makes the German compressed bundle
 ###
 ### See LICENSE for licensing information
 ###
@@ -262,6 +263,7 @@
 
 clean:
 	rm -fr $(FETCH_DIR)
+	rm -fr *.tar.gz
 	rm -fr $(DEST) *.stamp
 	rm -f *~
 	rm -fr *.xpi *.jar



More information about the tor-commits mailing list