mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
Stop ignoring .svn directories when creating tags, since we no longer use
svn.
This commit is contained in:
parent
c77758de5d
commit
151c78652a
@ -2634,10 +2634,10 @@ proto::
|
||||
.PHONY: proto
|
||||
|
||||
etags:
|
||||
etags `find $(srcdir) -name "*.[ch]" | grep -v /.svn/`
|
||||
etags `find $(srcdir) -name "*.[ch]"`
|
||||
|
||||
ctags:
|
||||
ctags `find $(srcdir) -name "*.[ch]" | grep -v /.svn/`
|
||||
ctags `find $(srcdir) -name "*.[ch]"`
|
||||
|
||||
realclean:: clean
|
||||
-rm -f config.log bin/.dummy script/findsmb script/gen-8bit-gap.sh
|
||||
|
Loading…
Reference in New Issue
Block a user