[tor-commits] [torbrowser/maint-2.3] Small fix to continue when no stamps exist.

erinn at torproject.org erinn at torproject.org
Mon Apr 23 17:20:56 UTC 2012


commit b30d28e532e93d42b9b43f96bea0a9734f1dde40
Author: Shondoit Walker <shondoit at gmail.com>
Date:   Sun Apr 8 21:37:24 2012 +0200

    Small fix to continue when no stamps exist.
---
 build-scripts/linux.mk   |    2 +-
 build-scripts/osx.mk     |    2 +-
 build-scripts/windows.mk |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/build-scripts/linux.mk b/build-scripts/linux.mk
index fed251a..1a32df0 100644
--- a/build-scripts/linux.mk
+++ b/build-scripts/linux.mk
@@ -202,7 +202,7 @@ clean:
 	rm -f *~
 	rm -fr *.xpi *.jar *.zip
 	rm -fr $(NAME)_*
-	rm $(STAMP_DIR)/*stamp
+	rm -f $(STAMP_DIR)/*.stamp
 	cd ../src/RelativeLink/ && $(MAKE) clean
 
 ##
diff --git a/build-scripts/osx.mk b/build-scripts/osx.mk
index 7e2c080..b4dd9fd 100644
--- a/build-scripts/osx.mk
+++ b/build-scripts/osx.mk
@@ -217,7 +217,7 @@ clean:
 	rm -f *~
 	rm -fr *.xpi *.jar *.zip
 	rm -fr $(NAME)_*
-	rm $(STAMP_DIR)/*stamp
+	rm -f $(STAMP_DIR)/*.stamp
 	cd ../src/RelativeLink/ && $(MAKE) clean
 
 ##
diff --git a/build-scripts/windows.mk b/build-scripts/windows.mk
index 505e5b6..d690230 100644
--- a/build-scripts/windows.mk
+++ b/build-scripts/windows.mk
@@ -208,7 +208,7 @@ clean:
 	rm -f *~
 	rm -fr *.xpi *.jar *.zip
 	rm -fr $(NAME)_*
-	rm $(STAMP_DIR)/*stamp
+	rm -f $(STAMP_DIR)/*.stamp
 	cd ../src/RelativeLink/ && $(MAKE) clean
 
 ## Also remove the output files





More information about the tor-commits mailing list