1
0
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:
Jelmer Vernooij 2008-09-09 19:05:48 +02:00
parent c77758de5d
commit 151c78652a

View File

@ -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