From ce5156f836300a1b1f39dda9d5ddddf766b0b314 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 11 Mar 2013 15:39:24 -0400 Subject: be quiet when making tags in bg --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3