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:
parent
53d09487a0
commit
782298cd03
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user