[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-4513-g66d8109

Kai Blin kai at samba.org
Sun Nov 23 21:45:21 GMT 2008


The branch, v3-3-test has been updated
       via  66d8109119d4a840584bda42b4bb98d2c7ee2417 (commit)
      from  5572b01ae515405ca0da3d2913fe30294caa3516 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test


- Log -----------------------------------------------------------------
commit 66d8109119d4a840584bda42b4bb98d2c7ee2417
Author: Kai Blin <kai at samba.org>
Date:   Sun Nov 23 22:31:12 2008 +0100

    tags: Ignore include/proto.h from tag generation

-----------------------------------------------------------------------

Summary of changes:
 source/Makefile.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/Makefile.in b/source/Makefile.in
index a25efb5..5e1aed4 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -2703,10 +2703,10 @@ proto::
 .PHONY: proto
 
 etags:
-	etags `find $(srcdir) -name "*.[ch]" | grep -v /.svn/`
+	etags `find $(srcdir) -name "*.[ch]" | grep -v include/proto\.h`
 
 ctags:
-	ctags `find $(srcdir) -name "*.[ch]" | grep -v /.svn/`
+	ctags `find $(srcdir) -name "*.[ch]" | grep -v include/proto\.h`
 
 realclean:: clean
 	-rm -f config.log bin/.dummy script/findsmb script/gen-8bit-gap.sh


-- 
Samba Shared Repository


More information about the samba-cvs mailing list