summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-09-09 19:05:48 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-09-09 19:05:48 +0200
commit372ecdfde372a8bdd666cdf009262776eddd28d4 (patch)
treeb8024fd54858e925c9a05a1ef8ee96a223143520 /source3
parent66060a0ba711605fc4c00b3f3eb1af9739ab5b01 (diff)
downloadsamba-372ecdfde372a8bdd666cdf009262776eddd28d4.tar.gz
samba-372ecdfde372a8bdd666cdf009262776eddd28d4.tar.bz2
samba-372ecdfde372a8bdd666cdf009262776eddd28d4.zip
Stop ignoring .svn directories when creating tags, since we no longer use
svn. (This used to be commit 151c78652a89146049a134f60aef509c2117c436)
Diffstat (limited to 'source3')
-rw-r--r--source3/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 5604718e83..e0f390c28a 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -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