From 711ef96d67f467c193e637ae5a7d5837c8cf9910 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 3 Mar 2013 23:33:22 -0400 Subject: send hothasktags stderr to null --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3