From b661a0cfd3f9238a2bcefb1eb3661a652abe5807 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Wed, 15 May 2019 18:42:18 +0200 Subject: cmake-utils.eclass: _cmake_modify-cmakelists: eqawarn -> einfo Signed-off-by: Andreas Sturmlechner --- eclass/cmake-utils.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass/cmake-utils.eclass') diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass index 42a108976f6..d01a64d014a 100644 --- a/eclass/cmake-utils.eclass +++ b/eclass/cmake-utils.eclass @@ -427,8 +427,8 @@ _cmake_modify-cmakelists() { -i {} + || die "${LINENO}: failed to disable hardcoded settings" local x for x in $(find "${CMAKE_USE_DIR}" -name CMakeLists.txt -exec grep -l "^#_cmake_modify_IGNORE" {} +;); do - eqawarn "Hardcoded definition(s) removed in $(echo "${x}" | cut -c $((${#CMAKE_USE_DIR}+2))-):" - eqawarn "$(grep -se '^#_cmake_modify_IGNORE' ${x} | cut -c 22-99)" + einfo "Hardcoded definition(s) removed in $(echo "${x}" | cut -c $((${#CMAKE_USE_DIR}+2))-):" + einfo "$(grep -se '^#_cmake_modify_IGNORE' ${x} | cut -c 22-99)" done # NOTE Append some useful summary here -- cgit v1.2.3