svn commit: samba r19497 - in branches/SAMBA_3_0/source: .

jerry at samba.org jerry at samba.org
Wed Oct 25 16:19:43 GMT 2006


Author: jerry
Date: 2006-10-25 16:19:42 +0000 (Wed, 25 Oct 2006)
New Revision: 19497

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19497

Log:
Thought I already fixes the etags target.  Ignore .svn 
and not CVS (since we don't use CVS anymore


Modified:
   branches/SAMBA_3_0/source/Makefile.in


Changeset:
Modified: branches/SAMBA_3_0/source/Makefile.in
===================================================================
--- branches/SAMBA_3_0/source/Makefile.in	2006-10-25 15:14:03 UTC (rev 19496)
+++ branches/SAMBA_3_0/source/Makefile.in	2006-10-25 16:19:42 UTC (rev 19497)
@@ -1862,10 +1862,10 @@
 .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



More information about the samba-cvs mailing list