build: removed the old autogen.sh and autogen-waf.sh scripts
authorAndrew Tridgell <tridge@samba.org>
Mon, 7 Feb 2011 03:50:30 +0000 (14:50 +1100)
committerAndrew Tridgell <tridge@samba.org>
Mon, 7 Feb 2011 04:03:40 +0000 (15:03 +1100)
for the builds that use waf only, these are no longer needed and just
cause confusion

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>

lib/replace/autogen-waf.sh [deleted file]
lib/replace/autogen.sh [deleted symlink]
lib/talloc/autogen.sh [deleted file]
lib/tdb/autogen.sh [deleted file]
lib/tevent/autogen-waf.sh [deleted file]
lib/tevent/autogen.sh [deleted symlink]
source4/autogen-waf.sh [deleted file]
source4/autogen.sh [deleted symlink]
source4/lib/ldb/autogen-waf.sh [deleted file]
source4/lib/ldb/autogen.sh [deleted symlink]

diff --git a/lib/replace/autogen-waf.sh b/lib/replace/autogen-waf.sh
deleted file mode 100755 (executable)
index ee95847..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/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/replace/autogen.sh b/lib/replace/autogen.sh
deleted file mode 120000 (symlink)
index a229cc9..0000000
+++ /dev/null
@@ -1 +0,0 @@
-autogen-waf.sh
\ No newline at end of file
diff --git a/lib/talloc/autogen.sh b/lib/talloc/autogen.sh
deleted file mode 100755 (executable)
index 3005239..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-p=`dirname $0`
-
-echo "Setting up for waf build"
-
-echo "done. Now run $p/configure 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/tdb/autogen.sh b/lib/tdb/autogen.sh
deleted file mode 100755 (executable)
index 3005239..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-p=`dirname $0`
-
-echo "Setting up for waf build"
-
-echo "done. Now run $p/configure 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-waf.sh b/lib/tevent/autogen-waf.sh
deleted file mode 100755 (executable)
index 3005239..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-p=`dirname $0`
-
-echo "Setting up for waf build"
-
-echo "done. Now run $p/configure 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
deleted file mode 120000 (symlink)
index a229cc9..0000000
+++ /dev/null
@@ -1 +0,0 @@
-autogen-waf.sh
\ No newline at end of file
diff --git a/source4/autogen-waf.sh b/source4/autogen-waf.sh
deleted file mode 100755 (executable)
index 6541688..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/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
deleted file mode 120000 (symlink)
index a229cc9..0000000
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100755 (executable)
index 4465b32..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/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
deleted file mode 120000 (symlink)
index a229cc9..0000000
+++ /dev/null
@@ -1 +0,0 @@
-autogen-waf.sh
\ No newline at end of file