summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFabien Tassin <fta@sofaraway.org>2008-05-19 18:33:36 +0200
committerFabien Tassin <fta@sofaraway.org>2008-05-19 18:33:36 +0200
commite05c8dc44e5a8c75ac7f1e36fbe3738d050442bf (patch)
tree12301be152b61699648ae83fa9b7f00635da943d /src
parent8d94253e2cccbcb4f5217e3a4f82fd691f4c824d (diff)
* Make mozclient-version a bit more silent and clean-up after it
- update src/mozclient.mk.in
Diffstat (limited to 'src')
-rw-r--r--src/mozclient.mk.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mozclient.mk.in b/src/mozclient.mk.in
index f2b826d..b8686f1 100644
--- a/src/mozclient.mk.in
+++ b/src/mozclient.mk.in
@@ -163,8 +163,9 @@ endif
# Get version, and just that
mozclient-version: mozclient-deps mozclient-dir
- cd $(MOZCLIENT_TMP) && cvs -d $(MOZCLIENT_CVS_LOC) co $(MOZCLIENT_FILE)
- cd $(MOZCLIENT_TMP) && echo -n VERSION= && $(MOZCLIENT_GETVERSION)
+ @cd $(MOZCLIENT_TMP) && cvs -d $(MOZCLIENT_CVS_LOC) co $(MOZCLIENT_FILE)
+ @cd $(MOZCLIENT_TMP) && echo -n VERSION= && $(MOZCLIENT_GETVERSION)
+ @rm -rf $(MOZCLIENT_TMP)
# Patch
# - don't patch when a branch name is specified