[SCM] Samba Shared Repository - branch master updated - dc2e98edc40ff30bd172eecf9e08219b7678df44

Volker Lendecke vlendec at samba.org
Sun Oct 12 12:00:50 GMT 2008


The branch, master has been updated
       via  dc2e98edc40ff30bd172eecf9e08219b7678df44 (commit)
      from  756b4b6048f718b5c34af105dd670059f7b83882 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit dc2e98edc40ff30bd172eecf9e08219b7678df44
Author: Volker Lendecke <vl at samba.org>
Date:   Sun Oct 12 14:03:09 2008 +0200

    Fix "make etags" -- args list was too long for my etags

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

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


Changeset truncated at 500 lines:

diff --git a/source3/Makefile.in b/source3/Makefile.in
index d1eb3d5..e58d3ba 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -2690,7 +2690,9 @@ include/build_env.h: script/build_env.sh
 proto::
 
 etags::
-	etags `find $(srcdir)/.. -name "*.[ch]"`
+	etags `find $(srcdir) -name "*.[ch]"`
+	etags --append `find $(srcdir)/../lib -name "*.[ch]"`
+	etags --append `find $(srcdir)/../source4 -name "*.[ch]"`
 
 ctags::
 	ctags `find $(srcdir)/.. -name "*.[ch]"`


-- 
Samba Shared Repository


More information about the samba-cvs mailing list