mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
autobuild: rename the "samba4-libs" target to "samba-libs"
This commit is contained in:
parent
a24d78d344
commit
f9b722d50e
@ -18,7 +18,7 @@ cleanup_list = []
|
|||||||
builddirs = {
|
builddirs = {
|
||||||
"samba3" : "source3",
|
"samba3" : "source3",
|
||||||
"samba" : ".",
|
"samba" : ".",
|
||||||
"samba4-libs" : ".",
|
"samba-libs" : ".",
|
||||||
"ldb" : "lib/ldb",
|
"ldb" : "lib/ldb",
|
||||||
"tdb" : "lib/tdb",
|
"tdb" : "lib/tdb",
|
||||||
"ntdb" : "lib/ntdb",
|
"ntdb" : "lib/ntdb",
|
||||||
@ -31,7 +31,7 @@ builddirs = {
|
|||||||
"retry" : "."
|
"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 = {
|
tasks = {
|
||||||
"samba3" : [ ("autogen", "./autogen.sh", "text/plain"),
|
"samba3" : [ ("autogen", "./autogen.sh", "text/plain"),
|
||||||
@ -55,7 +55,7 @@ tasks = {
|
|||||||
("check-clean-tree", "script/clean-source-tree.sh", "text/plain"),
|
("check-clean-tree", "script/clean-source-tree.sh", "text/plain"),
|
||||||
("clean", "make clean", "text/plain") ],
|
("clean", "make clean", "text/plain") ],
|
||||||
|
|
||||||
"samba4-libs" : [
|
"samba-libs" : [
|
||||||
("random-sleep", "script/random-sleep.sh 60 600", "text/plain"),
|
("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-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"),
|
("talloc-make", "cd lib/talloc && make", "text/plain"),
|
||||||
|
Loading…
Reference in New Issue
Block a user