mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 14:41:31 +02:00
eclass/autotools: Sync with Gentoo
It's from Gentoo commit e0d9ef4199426dace9136289832e59e49d8c1460.
This commit is contained in:
parent
41763527da
commit
11610ca99c
@ -598,7 +598,7 @@ autotools_run_tool() {
|
||||
done
|
||||
|
||||
if [[ ${EBUILD_PHASE_FUNC} != "src_prepare" ]] ; then
|
||||
eqawarn "Running '${1}' in ${EBUILD_PHASE_FUNC} phase"
|
||||
eqawarn "QA Notice: Running '${1}' in ${EBUILD_PHASE_FUNC} phase"
|
||||
fi
|
||||
|
||||
if ${missing_ok} && ! type -P ${1} >/dev/null ; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user