summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2010-12-13 15:07:20 -0500
committerPaul W. Frields <stickster@gmail.com>2010-12-13 15:07:20 -0500
commitdda545ad5443a0d75c98c285eb7f8b0a0ca8d1e2 (patch)
treec52aa9388337ee0e338671f59f0d2e761dea9771
parent5cda32bb9aba286e96330792e92c9a07de32634d (diff)
downloadecs-git-test-dda545ad5443a0d75c98c285eb7f8b0a0ca8d1e2.tar.gz
ecs-git-test-dda545ad5443a0d75c98c285eb7f8b0a0ca8d1e2.tar.xz
ecs-git-test-dda545ad5443a0d75c98c285eb7f8b0a0ca8d1e2.zip
Silence commands
-rw-r--r--Makefile.custom6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.custom b/Makefile.custom
index f20d713..8f6a34d 100644
--- a/Makefile.custom
+++ b/Makefile.custom
@@ -56,16 +56,16 @@ GITREPO_URL=file:///home/pfrields/fedora/projects/ecs-git-test/
GITREPO_LOC=ecs-git-test
.git:
- ( git clone --no-hardlinks ${GITREPO_URL} ${GITREPO_LOC} && \
+ @( git clone --no-hardlinks ${GITREPO_URL} ${GITREPO_LOC} && \
mv ${GITREPO_LOC}/.git . && \
rm -rf ${GITREPO_LOC} )
pull-from-git: .git
- git pull
+ @git pull
# This needs work -- need to ignore all the work product stuff,
# including .csv and other stuff created by other rules. That would
# be easier if the common Makefile stuff actually listed them as the
# contents of a make variable!
diff-from-git: .git
- git diff
+ @git diff