Quiet the make output when rebuilding TAGS.
This commit is contained in:
parent
d029990209
commit
7f5f53de82
1 changed files with 2 additions and 3 deletions
|
|
@ -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.
|
||||
|
||||
######################################################################
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue