From 302423f3062f16f75b3204c1ddf3cf2154f4f224 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 28 Sep 2010 08:41:11 +0200 Subject: tevent: Don't update Makefile/configure files. --- lib/tevent/autogen-waf.sh | 12 +++++++++++- lib/tevent/autogen.sh | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) mode change 120000 => 100755 lib/tevent/autogen-waf.sh (limited to 'lib') diff --git a/lib/tevent/autogen-waf.sh b/lib/tevent/autogen-waf.sh deleted file mode 120000 index 99150f3a28..0000000000 --- a/lib/tevent/autogen-waf.sh +++ /dev/null @@ -1 +0,0 @@ -../../buildtools/scripts/autogen-waf.sh \ No newline at end of file diff --git a/lib/tevent/autogen-waf.sh b/lib/tevent/autogen-waf.sh new file mode 100755 index 0000000000..ee95847ef0 --- /dev/null +++ b/lib/tevent/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 main directory! Use make with the parameter" + echo "-C $p. Example: make -C $p all" +fi diff --git a/lib/tevent/autogen.sh b/lib/tevent/autogen.sh index 99150f3a28..a229cc94ac 120000 --- a/lib/tevent/autogen.sh +++ b/lib/tevent/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