diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-15 18:42:18 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-15 18:42:18 +0200 |
| commit | b661a0cfd3f9238a2bcefb1eb3661a652abe5807 (patch) | |
| tree | 7a3b966c9d9eccb3e0f180b2b15caf9fc05599da /eclass/cmake-utils.eclass | |
| parent | d1c60df2cbde343ec0ed782b2c4498a29126efa2 (diff) | |
| download | kde-b661a0cfd3f9238a2bcefb1eb3661a652abe5807.tar.gz kde-b661a0cfd3f9238a2bcefb1eb3661a652abe5807.tar.bz2 kde-b661a0cfd3f9238a2bcefb1eb3661a652abe5807.zip | |
cmake-utils.eclass: _cmake_modify-cmakelists: eqawarn -> einfo
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass/cmake-utils.eclass')
| -rw-r--r-- | eclass/cmake-utils.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
