1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

build: Add rules to create ctags/etags

Signed-off-by: Amitay Isaacs <amitay@gmail.com>

(This used to be ctdb commit a9e9444a7a78f5ef0e929a8dbd8ca0c68b40acd4)
This commit is contained in:
Amitay Isaacs 2012-01-11 19:04:39 +11:00
parent a3ee4a900f
commit da7a1ccb81

View File

@ -357,6 +357,11 @@ test: all
valgrindtest: all
VALGRIND="valgrind -q --trace-children=yes" tests/run_tests.sh
ctags:
find . -name "*.[ch]" | xargs ctags
etags:
find . -name "*.[ch]" | xargs etags
realdistclean: distclean
rm -f configure config.h.in ctdb.pc