[SCM] Samba Shared Repository - branch master updated

Jelmer Vernooij jelmer at samba.org
Tue Sep 28 01:33:56 MDT 2010


The branch, master has been updated
       via  b4a5ece ldb: Fix path to alternative buildtools.
      from  0688c5b samba4: Don't update Makefile/configure from autogen.sh.

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


- Log -----------------------------------------------------------------
commit b4a5ece84a0a516a1efec6b17d67eb787b824663
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Tue Sep 28 09:16:03 2010 +0200

    ldb: Fix path to alternative buildtools.

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

Summary of changes:
 source4/lib/ldb/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/lib/ldb/Makefile b/source4/lib/ldb/Makefile
index 3f188a9..3d0d8e4 100644
--- a/source4/lib/ldb/Makefile
+++ b/source4/lib/ldb/Makefile
@@ -1,6 +1,6 @@
 # simple makefile wrapper to run waf
 
-WAFPATH:=$(shell PATH=../../buildtools/bin:buildtools/bin:$(PATH) which waf)
+WAFPATH:=$(shell PATH=../../../buildtools/bin:buildtools/bin:$(PATH) which waf)
 
 WAF=WAF_MAKE=1 $(WAFPATH)
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list