composite/hotfix: without forced rebuild we get no log messages

It might be better to revisit logging with pkg-msg/pkg-err but for
now this helps make the operation clearer.
This commit is contained in:
Franco Fichtner 2024-02-20 04:36:33 +01:00
parent 5dd1403005
commit a3a2101c61
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ elif [ "${TARGET}" = "plugins" -o "${TARGET}" = "core" -o \
# force a full rebuild of selected stage(s)
make clean-${TARGET:-"hotfix"}
for STAGE in plugins core packages; do
make ${STAGE}
make ${STAGE}-hotfix
if [ -s ${STAGEDIR}/.pkg-msg ]; then
MSGS="${MSGS}$(cat ${STAGEDIR}/.pkg-msg)
"