[SCM] Samba Shared Repository - branch master updated - 8bd302ab226785cfe7f518a76a67ec74e20de84f

Günther Deschner gd at samba.org
Tue Sep 23 21:17:16 GMT 2008


The branch, master has been updated
       via  8bd302ab226785cfe7f518a76a67ec74e20de84f (commit)
      from  1f8fe94ff3a928063c91ded4571751da74d2c321 (commit)

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


- Log -----------------------------------------------------------------
commit 8bd302ab226785cfe7f518a76a67ec74e20de84f
Author: Günther Deschner <gd at samba.org>
Date:   Tue Sep 23 22:24:46 2008 +0200

    s3-build: let ctags/etags start from the toplevel dir.
    
    Guenther

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

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


Changeset truncated at 500 lines:

diff --git a/source3/Makefile.in b/source3/Makefile.in
index 94d8d50..97095fc 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -2649,10 +2649,10 @@ include/build_env.h: script/build_env.sh
 proto::
 
 etags::
-	etags `find $(srcdir) -name "*.[ch]"`
+	etags `find $(srcdir)/.. -name "*.[ch]"`
 
 ctags::
-	ctags `find $(srcdir) -name "*.[ch]"`
+	ctags `find $(srcdir)/.. -name "*.[ch]"`
 
 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