diff options
author | Gerald Carter <jerry@samba.org> | 2006-10-25 16:19:42 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:15:40 -0500 |
commit | c101ce569d82caa74d17d7e1d08a67023aa88d5c (patch) | |
tree | 758d2e6c7e78129cba021d638a70e396b4d557f8 | |
parent | 99433b1f7b3c06ebbcfd87075c2141622cf77c84 (diff) | |
download | samba-c101ce569d82caa74d17d7e1d08a67023aa88d5c.tar.gz samba-c101ce569d82caa74d17d7e1d08a67023aa88d5c.tar.bz2 samba-c101ce569d82caa74d17d7e1d08a67023aa88d5c.zip |
r19497: Thought I already fixes the etags target. Ignore .svn
and not CVS (since we don't use CVS anymore
(This used to be commit 782298cd03f3fd79a46e65626ed2864e46ce3daf)
-rw-r--r-- | source3/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index a03f1a4a9d..3bcd909725 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -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 |