aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2008-02-03 17:40:06 +0000
committerschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2008-02-03 17:40:06 +0000
commit2878d1cbdcf4b2eb1f2f3b05a5d0991b7f9b6d17 (patch)
tree1ccaa19b7a26dac600acd001035951506289da34
parent17d90ff9d56250586ff3153293ee640bff419e84 (diff)
Improve eye candy
git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@152 83718e91-0e4f-0410-abf4-91180603181f
-rw-r--r--src/make.configuration.deps3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/make.configuration.deps b/src/make.configuration.deps
index 51eb4a1..e90999c 100644
--- a/src/make.configuration.deps
+++ b/src/make.configuration.deps
@@ -309,7 +309,8 @@ $(TOP)/GIT-COMMIT-ID: $(TOP)/BUILD-ID $(TARBALL_DIR)/cactus-flesh-source.files $
$(GIT) rm --cached -r . > /dev/null 2>&1 || true; \
true "Call git-gc for good measure" && \
echo "Formaline: Optimising git repository (slow only the first time)..." && \
- $(GIT) gc > /dev/null 2>&1; \
+ $(GIT) gc > /dev/null 2>&1 && \
+ echo "Formaline: Done."; \
fi