From 0688c5b2f1b6c34e7f79018007848ad8a477e854 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 28 Sep 2010 09:08:10 +0200 Subject: samba4: Don't update Makefile/configure from autogen.sh. --- source4/autogen-waf.sh | 12 +++++++++++- source4/autogen.sh | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) mode change 120000 => 100755 source4/autogen-waf.sh diff --git a/source4/autogen-waf.sh b/source4/autogen-waf.sh deleted file mode 120000 index 5347ab2e95..0000000000 --- a/source4/autogen-waf.sh +++ /dev/null @@ -1 +0,0 @@ -autogen.sh \ No newline at end of file diff --git a/source4/autogen-waf.sh b/source4/autogen-waf.sh new file mode 100755 index 0000000000..6541688c11 --- /dev/null +++ b/source4/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 'source4'! Use make with the parameter" + echo "-C $p. Example: make -C $p all" +fi diff --git a/source4/autogen.sh b/source4/autogen.sh index 153637b1d9..a229cc94ac 120000 --- a/source4/autogen.sh +++ b/source4/autogen.sh @@ -1 +1 @@ -../buildtools/scripts/autogen-waf.sh \ No newline at end of file +autogen-waf.sh \ No newline at end of file -- cgit