From fd49ed238c5e82c8444eec35a09c32c191b76074 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 19 Dec 2010 14:00:05 +0100 Subject: s3: "make etags" should not grow TAGS infinitely... --- source3/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/Makefile.in b/source3/Makefile.in index 8a150f2064..ce600557f7 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -3311,6 +3311,7 @@ include/build_env.h: script/build_env.sh proto:: etags:: + rm -f TAGS find $(srcdir)/.. -name "*.[ch]" | xargs -n 100 etags --append $(ETAGS_OPTIONS) ctags:: -- cgit