summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-09-01 12:45:53 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-10-07 17:45:20 +1100
commit1da89da251f225fc2246ac49c9656df1df7336bd (patch)
tree031c2c1a87d10ec60cb13c4ca8940f5c2395bc03 /script
parent055f017b3693af95864f6595cf4ead041c389c52 (diff)
downloadsamba-1da89da251f225fc2246ac49c9656df1df7336bd.tar.gz
samba-1da89da251f225fc2246ac49c9656df1df7336bd.tar.bz2
samba-1da89da251f225fc2246ac49c9656df1df7336bd.zip
autobuild: Remove s3-waf from autobuild
Diffstat (limited to 'script')
-rwxr-xr-xscript/autobuild.py9
1 files changed, 1 insertions, 8 deletions
diff --git a/script/autobuild.py b/script/autobuild.py
index 3a8c0f81f0..9945c66cb6 100755
--- a/script/autobuild.py
+++ b/script/autobuild.py
@@ -16,7 +16,6 @@ cleanup_list = []
builddirs = {
"samba3" : "source3",
- "samba3-waf": "source3",
"samba4" : ".",
"ldb" : "lib/ldb",
"tdb" : "lib/tdb",
@@ -29,7 +28,7 @@ builddirs = {
"retry" : "."
}
-defaulttasks = [ "samba3", "samba3-waf", "samba4", "ldb", "tdb", "talloc", "replace", "tevent", "pidl" ]
+defaulttasks = [ "samba3", "samba4", "ldb", "tdb", "talloc", "replace", "tevent", "pidl" ]
tasks = {
"samba3" : [ ("autogen", "./autogen.sh", "text/plain"),
@@ -41,12 +40,6 @@ tasks = {
("check-clean-tree", "../script/clean-source-tree.sh", "text/plain"),
("clean", "make clean", "text/plain") ],
- "samba3-waf" : [ ("autogen", "./autogen-waf.sh", "text/plain"),
- ("configure", "./configure.developer ${PREFIX}", "text/plain"),
- ("make", "make -j", "text/plain"),
- ("install", "make install", "text/plain"),
- ("clean", "make clean", "text/plain") ],
-
# We have 'test' before 'install' because, 'test' should work without 'install'
"samba4" : [ ("configure", "./configure.developer ${PREFIX} --with-selftest-prefix=./bin/ab", "text/plain"),
("make", "make -j", "text/plain"),