ldb: Update autogen-waf.sh to no longer overwrite existing files.
authorJelmer Vernooij <jelmer@samba.org>
Tue, 28 Sep 2010 06:38:33 +0000 (08:38 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Tue, 28 Sep 2010 07:12:40 +0000 (09:12 +0200)
source4/lib/ldb/autogen-waf.sh [changed from symlink to file mode: 0755]
source4/lib/ldb/autogen.sh

deleted file mode 120000 (symlink)
index 672a86b20610e7e53652d40b27d0e50cf0a74f48..0000000000000000000000000000000000000000
+++ /dev/null
@@ -1 +0,0 @@
-../../../buildtools/scripts/autogen-waf.sh
\ No newline at end of file
new file mode 100755 (executable)
index 0000000000000000000000000000000000000000..4465b32db3ce82735614d7a09acfff35f9d54c75
--- /dev/null
@@ -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
index 672a86b20610e7e53652d40b27d0e50cf0a74f48..a229cc94ac167df85fef24086b6ecfb3495635c1 120000 (symlink)
@@ -1 +1 @@
-../../../buildtools/scripts/autogen-waf.sh
\ No newline at end of file
+autogen-waf.sh
\ No newline at end of file