From 85443e0850fc58925ab7d3e7f36e1001b7f4a149 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 28 Sep 2010 08:38:33 +0200 Subject: [PATCH] ldb: Update autogen-waf.sh to no longer overwrite existing files. --- source4/lib/ldb/autogen-waf.sh | 12 +++++++++++- source4/lib/ldb/autogen.sh | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) mode change 120000 => 100755 source4/lib/ldb/autogen-waf.sh diff --git a/source4/lib/ldb/autogen-waf.sh b/source4/lib/ldb/autogen-waf.sh deleted file mode 120000 index 672a86b2061..00000000000 --- a/source4/lib/ldb/autogen-waf.sh +++ /dev/null @@ -1 +0,0 @@ -../../../buildtools/scripts/autogen-waf.sh \ No newline at end of file diff --git a/source4/lib/ldb/autogen-waf.sh b/source4/lib/ldb/autogen-waf.sh new file mode 100755 index 00000000000..4465b32db3c --- /dev/null +++ b/source4/lib/ldb/autogen-waf.sh @@ -0,0 +1,11 @@ +#!/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 672a86b2061..a229cc94ac1 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 -- 2.34.1