mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
classes/icecc: Remove trailing whitespace
(From OE-Core rev: d065c592977ad742515121e07ed3b7698db55f25) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f5cc622aab
commit
14800d7361
@@ -386,7 +386,7 @@ set_icecc_env() {
|
||||
${ICECC_ENV_EXEC} ${ICECC_ENV_DEBUG} "${ICECC_CC}" "${ICECC_CXX}" "${ICECC_AS}" "${ICECC_VERSION}"
|
||||
then
|
||||
touch "${ICECC_VERSION}.done"
|
||||
elif ! wait_for_file "${ICECC_VERSION}.done" 30
|
||||
elif ! wait_for_file "${ICECC_VERSION}.done" 30
|
||||
then
|
||||
# locking failed so wait for ${ICECC_VERSION}.done to appear
|
||||
bbwarn "Timeout waiting for ${ICECC_VERSION}.done"
|
||||
|
||||
Reference in New Issue
Block a user