From: Andrew Bartlett Date: Fri, 11 Sep 2020 01:00:14 +0000 (+1200) Subject: autobuild: Remove more "make install" steps X-Git-Tag: talloc-2.3.2~371 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=584f5106cdaec3b117f3874054e094b0f00bebb6;p=thirdparty%2Fsamba.git autobuild: Remove more "make install" steps Running a "make install" involves a full re-link which takes quite some time we really only need to test this in a couple of basic combinations, so remove from a few more targets. Signed-off-by: Andrew Bartlett Reviewed-by: Douglas Bagnall --- diff --git a/script/autobuild.py b/script/autobuild.py index a54d4206958..00ac1815334 100755 --- a/script/autobuild.py +++ b/script/autobuild.py @@ -341,7 +341,6 @@ tasks = { "simpleserver", ])), ("lcov", LCOV_CMD), - ("install", "make install"), ("check-clean-tree", "script/clean-source-tree.sh"), ("clean", "make clean"), ], @@ -687,7 +686,6 @@ tasks = { ("configure", "./configure.developer ${ENABLE_COVERAGE} ${PREFIX} --with-profiling-data --disable-python --without-ad-dc"), ("make", "make -j"), - ("install", "make install"), ("find-python", "script/find_python.sh ${PREFIX}"), ("test", "make test-nopython"), ("lcov", LCOV_CMD),