summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-06-20 13:23:04 +0200
committerMichael Adam <obnox@samba.org>2012-06-21 23:49:19 +0200
commitf9b722d50e589c9f2a47f3892987902fda7bab4c (patch)
tree27e428564e5f4e43865c20679c1d53ecf980ec04 /script
parenta24d78d344b581f4efa1b78d334f4c6ada882a50 (diff)
downloadsamba-f9b722d50e589c9f2a47f3892987902fda7bab4c.tar.gz
samba-f9b722d50e589c9f2a47f3892987902fda7bab4c.tar.bz2
samba-f9b722d50e589c9f2a47f3892987902fda7bab4c.zip
autobuild: rename the "samba4-libs" target to "samba-libs"
Diffstat (limited to 'script')
-rwxr-xr-xscript/autobuild.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/script/autobuild.py b/script/autobuild.py
index 30630a8493..1d0cac60eb 100755
--- a/script/autobuild.py
+++ b/script/autobuild.py
@@ -18,7 +18,7 @@ cleanup_list = []
builddirs = {
"samba3" : "source3",
"samba" : ".",
- "samba4-libs" : ".",
+ "samba-libs" : ".",
"ldb" : "lib/ldb",
"tdb" : "lib/tdb",
"ntdb" : "lib/ntdb",
@@ -31,7 +31,7 @@ builddirs = {
"retry" : "."
}
-defaulttasks = [ "samba3", "samba", "samba4-libs", "ldb", "tdb", "ntdb", "talloc", "replace", "tevent", "pidl" ]
+defaulttasks = [ "samba3", "samba", "samba-libs", "ldb", "tdb", "ntdb", "talloc", "replace", "tevent", "pidl" ]
tasks = {
"samba3" : [ ("autogen", "./autogen.sh", "text/plain"),
@@ -55,7 +55,7 @@ tasks = {
("check-clean-tree", "script/clean-source-tree.sh", "text/plain"),
("clean", "make clean", "text/plain") ],
- "samba4-libs" : [
+ "samba-libs" : [
("random-sleep", "script/random-sleep.sh 60 600", "text/plain"),
("talloc-configure", "cd lib/talloc && PYTHONPATH=${PYTHON_PREFIX}/site-packages:$PYTHONPATH PKG_CONFIG_PATH=$PKG_CONFIG_PATH:${PREFIX_DIR}/lib/pkgconfig ./configure --bundled-libraries=NONE --abi-check --enable-debug -C ${PREFIX}", "text/plain"),
("talloc-make", "cd lib/talloc && make", "text/plain"),