diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-10-28 15:55:18 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-10-28 15:55:18 +0300 |
commit | db0b643ded8b72e10f01f2d66fb010639af23248 (patch) | |
tree | d180711476c6d51c31a988c0d0687e6b8d2ebc8f /.ci | |
parent | common.cmake: dedupe the code + more messages (diff) | |
download | cmake-common-db0b643ded8b72e10f01f2d66fb010639af23248.tar.gz cmake-common-db0b643ded8b72e10f01f2d66fb010639af23248.zip |
Makefile: consistent status messages
Diffstat (limited to '.ci')
-rw-r--r-- | .ci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/Makefile b/.ci/Makefile index 4897f73..f908c1f 100644 --- a/.ci/Makefile +++ b/.ci/Makefile @@ -201,7 +201,7 @@ echo/boost/%/exe/run: FORCE echo/boost/%/exe/arch: FORCE @echo --------------------------------------------------------------------- - @echo Boost 1.$*.0: verifying boost_1_$*_0/bin/foo + @echo Boost 1.$*.0: checking target architecture of boost_1_$*_0/bin/foo @echo --------------------------------------------------------------------- echo/boost/%/finished: FORCE |