aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2008-03-22 19:46:58 +0000
committerschnetter <schnetter@83718e91-0e4f-0410-abf4-91180603181f>2008-03-22 19:46:58 +0000
commit145cc833d4ba5dc42bf097fbece22a7dfacaab56 (patch)
tree94262d00a450e258562897f7a3db389f7ddd5738 /src
parent36c8f0652c9916a3f2c105ff15b658df86bd1a06 (diff)
Hide git output
git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@173 83718e91-0e4f-0410-abf4-91180603181f
Diffstat (limited to 'src')
-rw-r--r--src/make.configuration.deps4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/make.configuration.deps b/src/make.configuration.deps
index 0c41dd0..1ced09d 100644
--- a/src/make.configuration.deps
+++ b/src/make.configuration.deps
@@ -132,6 +132,7 @@ $(TARBALL_DIR)/cactus-flesh-source.files: $(CCTK_LIBDIR)/$(LIBNAME_PREFIX)$(CCTK
configs/$(notdir $(TOP))/ThornList \
configs/$(notdir $(TOP))/config-data \
configs/$(notdir $(TOP))/config-info \
+ -name 'CVS' -prune -o \
-name '.*' -prune -o \
-name '*~' -prune -o \
! -type d \
@@ -177,6 +178,7 @@ $(TARBALL_DIR)/cactus-thorn-source-%.files: $(CCTK_LIBDIR)/$(LIBNAME_PREFIX)$(CC
-name 'doc' -prune -o \
-name 'par' -prune -o \
-name 'test' -prune -o \
+ -name 'CVS' -prune -o \
-name '.*' -prune -o \
-name '*~' -prune -o \
! -type d \
@@ -250,7 +252,7 @@ endif
# Suppress all output from git commands
-#GIT-SILENT = > /dev/null 2>&1
+GIT-SILENT = > /dev/null 2>&1
# Does git exist, or should we do nothing instead?
GIT-CMD := $(shell env PATH=$$PATH:$$HOME/git/bin which git)