summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-03-03 23:33:22 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-03-03 23:33:22 -0400
commit711ef96d67f467c193e637ae5a7d5837c8cf9910 (patch)
tree3bb9576cb68c6b67bb0768afb51e91291d637381 /Makefile
parent9366eebb15eca405a96865c23f89bc94762e03d1 (diff)
send hothasktags stderr to null
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f687eeb80..4c49f8dca 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,7 @@ test: git-annex
# hothasktags chokes on some tempolate haskell etc, so ignore errors
tags:
- find . | grep -v /.git/ | grep -v /doc/ | egrep '\.hs$$' | xargs hothasktags > tags 2>&1
+ 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.