[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r15002: Run WinRAR in the background Delete archives before re-build (torbrowser/trunk/build-scripts)



Author: sjm217
Date: 2008-06-06 20:01:03 -0400 (Fri, 06 Jun 2008)
New Revision: 15002

Modified:
   torbrowser/trunk/build-scripts/Makefile
Log:
Run WinRAR in the background
Delete archives before re-building them

Modified: torbrowser/trunk/build-scripts/Makefile
===================================================================
--- torbrowser/trunk/build-scripts/Makefile	2008-06-06 23:48:10 UTC (rev 15001)
+++ torbrowser/trunk/build-scripts/Makefile	2008-06-07 00:01:03 UTC (rev 15002)
@@ -233,10 +233,12 @@
 bundle-localized: bundle-localized_$(LANGCODE).stamp
 
 compressed-bundle-localized: bundle-localized_$(LANGCODE).stamp
+	rm -f $(COMPRESSED_NAME)_$(LANGCODE).exe
 	cd $(NAME)_$(LANGCODE); $(SEVENZIP) a -sfx7z.sfx ../$(COMPRESSED_NAME)_$(LANGCODE).exe $(NAME)
 
 split-bundle-localized: bundle-localized_$(LANGCODE).stamp
-	cd $(NAME)_$(LANGCODE); $(WINRAR) a -r -s -sfx -v$(SPLITSIZE) ../$(COMPRESSED_NAME)_$(LANGCODE)_split.exe $(NAME)
+	rm -f $(COMPRESSED_NAME)_$(LANGCODE)_split.part* $(COMPRESSED_NAME)_$(LANGCODE)_split.exe
+	cd $(NAME)_$(LANGCODE); $(WINRAR) a -r -s -ibck -sfx -v$(SPLITSIZE) ../$(COMPRESSED_NAME)_$(LANGCODE)_split.exe $(NAME)
 
 copy-files_%: generic-bundle.stamp
 	rm -fr $(NAME)_$*