[torbrowser/maint-2.2] remove *stamp files when calling the clean target

commit 03cbc1aa2cc75b57cc75d4d2c7753ab002708fc7 Author: Erinn Clark <erinn@torproject.org> Date: Fri Mar 16 18:30:01 2012 -0300 remove *stamp files when calling the clean target --- build-scripts/linux.mk | 1 + build-scripts/osx.mk | 1 + build-scripts/windows.mk | 1 + 3 files changed, 3 insertions(+), 0 deletions(-) diff --git a/build-scripts/linux.mk b/build-scripts/linux.mk index e2e2f4a..242f957 100644 --- a/build-scripts/linux.mk +++ b/build-scripts/linux.mk @@ -201,6 +201,7 @@ clean: rm -f *~ rm -fr *.xpi *.jar *.zip rm -fr $(NAME)_* + rm $(STAMP_DIR)/*stamp cd ../src/RelativeLink/ && $(MAKE) clean ## diff --git a/build-scripts/osx.mk b/build-scripts/osx.mk index b1415b3..fd204c0 100644 --- a/build-scripts/osx.mk +++ b/build-scripts/osx.mk @@ -215,6 +215,7 @@ clean: rm -f *~ rm -fr *.xpi *.jar *.zip rm -fr $(NAME)_* + rm $(STAMP_DIR)/*stamp cd ../src/RelativeLink/ && $(MAKE) clean ## diff --git a/build-scripts/windows.mk b/build-scripts/windows.mk index 4192243..1fa3e0c 100644 --- a/build-scripts/windows.mk +++ b/build-scripts/windows.mk @@ -206,6 +206,7 @@ clean: rm -f *~ rm -fr *.xpi *.jar *.zip rm -fr $(NAME)_* + rm $(STAMP_DIR)/*stamp cd ../src/RelativeLink/ && $(MAKE) clean ## Also remove the output files
participants (1)
-
erinn@torproject.org