summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-09-28 08:38:33 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-09-28 09:12:40 +0200
commit85443e0850fc58925ab7d3e7f36e1001b7f4a149 (patch)
tree60a601e50e8d027135b217e1cf005c7f4eede8cf /source4
parent72a41cc820dd52699d7e2b33f2dce273d0f246d7 (diff)
downloadsamba-85443e0850fc58925ab7d3e7f36e1001b7f4a149.tar.gz
samba-85443e0850fc58925ab7d3e7f36e1001b7f4a149.tar.bz2
samba-85443e0850fc58925ab7d3e7f36e1001b7f4a149.zip
ldb: Update autogen-waf.sh to no longer overwrite existing files.
Diffstat (limited to 'source4')
-rwxr-xr-x[l---------]source4/lib/ldb/autogen-waf.sh12
l---------source4/lib/ldb/autogen.sh2
2 files changed, 12 insertions, 2 deletions
diff --git a/source4/lib/ldb/autogen-waf.sh b/source4/lib/ldb/autogen-waf.sh
index 672a86b206..4465b32db3 120000..100755
--- a/source4/lib/ldb/autogen-waf.sh
+++ b/source4/lib/ldb/autogen-waf.sh
@@ -1 +1,11 @@
-../../../buildtools/scripts/autogen-waf.sh \ No newline at end of file
+#!/bin/sh
+
+p=`dirname $0`
+
+echo "Setting up for waf build"
+
+echo "done. Now run $p/configure or $p/configure.developer then make."
+if [ $p != "." ]; then
+ echo "Notice: The build invoke path is not the base directory! Use make with the parameter"
+ echo "-C $p. Example: make -C $p0 all"
+fi
diff --git a/source4/lib/ldb/autogen.sh b/source4/lib/ldb/autogen.sh
index 672a86b206..a229cc94ac 120000
--- a/source4/lib/ldb/autogen.sh
+++ b/source4/lib/ldb/autogen.sh
@@ -1 +1 @@
-../../../buildtools/scripts/autogen-waf.sh \ No newline at end of file
+autogen-waf.sh \ No newline at end of file