Don't run the configure script when do_configure is set to "auto" and the
Makefile does already exist.
Этот коммит содержится в:
родитель
ebcd6129c6
Коммит
64afc0126c
@ -272,7 +272,7 @@ confbuild_configure() {
|
||||
test_phase="configure"
|
||||
eval "${setup_testenv}"
|
||||
|
||||
if test ${do_configure} = no && test -f "${test_workdir}/Makefile"; then
|
||||
if test ${do_configure} != yes && test -f "${test_workdir}/Makefile"; then
|
||||
return 0
|
||||
fi
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user