diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-09-28 08:41:11 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-09-28 09:12:40 +0200 |
commit | 302423f3062f16f75b3204c1ddf3cf2154f4f224 (patch) | |
tree | a84c2b761a5d7ee81395b49662b6a550cb1fcbd0 /lib/tevent | |
parent | 85443e0850fc58925ab7d3e7f36e1001b7f4a149 (diff) | |
download | samba-302423f3062f16f75b3204c1ddf3cf2154f4f224.tar.gz samba-302423f3062f16f75b3204c1ddf3cf2154f4f224.tar.bz2 samba-302423f3062f16f75b3204c1ddf3cf2154f4f224.zip |
tevent: Don't update Makefile/configure files.
Diffstat (limited to 'lib/tevent')
-rwxr-xr-x[l---------] | lib/tevent/autogen-waf.sh | 12 | ||||
l--------- | lib/tevent/autogen.sh | 2 |
2 files changed, 12 insertions, 2 deletions
diff --git a/lib/tevent/autogen-waf.sh b/lib/tevent/autogen-waf.sh index 99150f3a28..ee95847ef0 120000..100755 --- a/lib/tevent/autogen-waf.sh +++ b/lib/tevent/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 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 |