From 8b8caac6d0ac980e59bc5bcbfb06502deebb9f42 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 7 Feb 2011 14:50:30 +1100 Subject: build: removed the old autogen.sh and autogen-waf.sh scripts for the builds that use waf only, these are no longer needed and just cause confusion Pair-Programmed-With: Andrew Bartlett --- source4/lib/ldb/autogen-waf.sh | 11 ----------- source4/lib/ldb/autogen.sh | 1 - 2 files changed, 12 deletions(-) delete mode 100755 source4/lib/ldb/autogen-waf.sh delete mode 120000 source4/lib/ldb/autogen.sh (limited to 'source4/lib/ldb') diff --git a/source4/lib/ldb/autogen-waf.sh b/source4/lib/ldb/autogen-waf.sh deleted file mode 100755 index 4465b32db3..0000000000 --- a/source4/lib/ldb/autogen-waf.sh +++ /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 index a229cc94ac..0000000000 --- a/source4/lib/ldb/autogen.sh +++ /dev/null @@ -1 +0,0 @@ -autogen-waf.sh \ No newline at end of file -- cgit