1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-03 13:47:25 +03:00

s3:build: make it possible to pass down CTAGS_OPTIONS or ETAGS_OPTIONS

metze
This commit is contained in:
Stefan Metzmacher 2009-03-27 12:19:10 +01:00
parent cacfae159f
commit 424370274a

View File

@ -2906,10 +2906,10 @@ include/build_env.h: script/build_env.sh
proto::
etags::
find $(srcdir)/.. -name "*.[ch]" | xargs -n 100 etags --append
find $(srcdir)/.. -name "*.[ch]" | xargs -n 100 etags --append $(ETAGS_OPTIONS)
ctags::
ctags `find $(srcdir)/.. -name "*.[ch]" | grep -v include/proto\.h`
ctags $(CTAGS_OPTIONS) `find $(srcdir)/.. -name "*.[ch]" | grep -v include/proto\.h`
realclean:: clean
-rm -f config.log bin/.dummy script/findsmb script/gen-8bit-gap.sh