1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r19497: Thought I already fixes the etags target. Ignore .svn

and not CVS (since we don't use CVS anymore
This commit is contained in:
Gerald Carter 2006-10-25 16:19:42 +00:00 committed by Gerald (Jerry) Carter
parent 53d09487a0
commit 782298cd03

View File

@ -1862,10 +1862,10 @@ proto: headers
.PHONY: headers proto
etags:
etags `find $(srcdir) -name "*.[ch]" | grep -v /CVS/`
etags `find $(srcdir) -name "*.[ch]" | grep -v /.svn/`
ctags:
ctags `find $(srcdir) -name "*.[ch]" | grep -v /CVS/`
ctags `find $(srcdir) -name "*.[ch]" | grep -v /.svn/`
realclean: clean delheaders
-rm -f config.log bin/.dummy script/findsmb script/gen-8bit-gap.sh