[tor-commits] [tor-browser-bundle/master] Also clean the bundle marker files if any stages get cleaned.

mikeperry at torproject.org mikeperry at torproject.org
Fri Apr 25 13:43:11 UTC 2014


commit bc96dc6dfdd3be3872783dd68794fbb5a6023565
Author: Mike Perry <mikeperry-git at torproject.org>
Date:   Fri Apr 25 15:39:27 2014 +0200

    Also clean the bundle marker files if any stages get cleaned.
    
    If someone cleans a stage and then does 'make build', they probably also want
    to repackage everything after building that stage.
---
 gitian/Makefile |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gitian/Makefile b/gitian/Makefile
index b24ec53..c81e32c 100644
--- a/gitian/Makefile
+++ b/gitian/Makefile
@@ -77,20 +77,20 @@ clean: clean-utils clean-tor clean-browser clean-pt clean-bundle
 	rm -f ../../gitian-builder/inputs/bundle.inputs
 	rm -f ../../gitian-builder/inputs/versions*
 
-clean-utils:
+clean-utils: clean-bundle
 	rm -f ../../gitian-builder/inputs/*utils.zip
 
-clean-tor:
+clean-tor: clean-bundle
 	rm -f ../../gitian-builder/inputs/tor-linux*
 	rm -f ../../gitian-builder/inputs/tor-mac*
 	rm -f ../../gitian-builder/inputs/tor-win*
 
-clean-browser:
+clean-browser: clean-bundle
 	rm -f ../../gitian-builder/inputs/tor-browser-linux*
 	rm -f ../../gitian-builder/inputs/tor-browser-mac*
 	rm -f ../../gitian-builder/inputs/tor-browser-win*
 
-clean-pt:
+clean-pt: clean-bundle
 	rm -f ../../gitian-builder/inputs/pluggable-transports*
 
 clean-bundle:





More information about the tor-commits mailing list