From 051622c6dab2f8ce164d99fd01e1b5c50c87e687 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 3 Mar 2013 23:33:22 -0400 Subject: [PATCH] send hothasktags stderr to null --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f687eeb801..4c49f8dca5 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.