summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2020-09-11 13:00:14 +1200
committerDouglas Bagnall <dbagnall@samba.org>2020-10-01 01:18:39 +0000
commit584f5106cdaec3b117f3874054e094b0f00bebb6 (patch)
tree75bc050c047bbd4b59e491b20df2595acf7a3fd2 /script
parente5b236d41767c066a1380c398cbca7bb1f1ef2ba (diff)
downloadsamba-584f5106cdaec3b117f3874054e094b0f00bebb6.tar.gz
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 <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Diffstat (limited to 'script')
-rwxr-xr-xscript/autobuild.py2
1 files changed, 0 insertions, 2 deletions
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),