From 7f5f53de8259cd2a5dc2e7b8de1ee0bbf3757617 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 5 Feb 2009 03:48:56 -0400 Subject: Quiet the make output when rebuilding TAGS. --- Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 0e13f233..e8ca04c9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -198,9 +198,8 @@ all_sources = $(libledger_util_la_SOURCES) \ all_files = $(all_sources) $(pkginclude_HEADERS) TAGS: $(all_files) - BUILD_DIR=`cd $(top_builddir); pwd`; \ - (cd $(srcdir); \ - etags -l c++ -o $$BUILD_DIR/TAGS $(all_files)) + @BUILD_DIR=`cd $(top_builddir); pwd`; \ + (cd $(srcdir); etags -l c++ -o $$BUILD_DIR/TAGS $(all_files) 2> /dev/null) @echo TAGS rebuilt. ###################################################################### -- cgit v1.2.3