summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-03-11 15:39:24 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-03-11 15:39:24 -0400
commitce5156f836300a1b1f39dda9d5ddddf766b0b314 (patch)
tree7acf5d5035bdf6a81e2acfe5b8e78cc5f7e83a8c /Makefile
parent9e2e6f8670422f77f86bf77cd644fddb5b777f44 (diff)
be quiet when making tags in bg
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3f4f86197..74c96d4a2 100644
--- a/Makefile
+++ b/Makefile
@@ -59,7 +59,7 @@ test: fast
# hothasktags chokes on some tempolate haskell etc, so ignore errors
tags:
- find . | grep -v /.git/ | grep -v /doc/ | egrep '\.hs$$' | xargs hothasktags > tags 2>/dev/null
+ @find . | grep -v /.git/ | grep -v /doc/ | egrep '\.hs$$' | xargs hothasktags > tags 2>/dev/null
# If ikiwiki is available, build static html docs suitable for being
# shipped in the software package.