summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-12-19 14:00:05 +0100
committerVolker Lendecke <vlendec@samba.org>2010-12-19 23:25:07 +0100
commitfd49ed238c5e82c8444eec35a09c32c191b76074 (patch)
treeaaa6e563a5152b3d15e20a9744a83f9c974e022e /source3
parentc6b5136f02fc15618dc5fc0d0560ef4b3901d123 (diff)
downloadsamba-fd49ed238c5e82c8444eec35a09c32c191b76074.tar.gz
samba-fd49ed238c5e82c8444eec35a09c32c191b76074.tar.bz2
samba-fd49ed238c5e82c8444eec35a09c32c191b76074.zip
s3: "make etags" should not grow TAGS infinitely...
Diffstat (limited to 'source3')
-rw-r--r--source3/Makefile.in1
1 files changed, 1 insertions, 0 deletions
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::