composite/hotfix: same same but shorter

This commit is contained in:
Franco Fichtner 2023-02-08 09:57:32 +01:00
parent 1106dcec37
commit 7faf1e99f4

View file

@ -31,11 +31,7 @@ set -e
if [ -z "${TARGET}" -o "${TARGET}" = "plugins" -o "${TARGET}" = "core" ]; then
# force a full rebuild of selected stage(s)
make clean-${TARGET:-"plugins,core"} ${TARGET:-"core"}-hotfix
if [ -z "${TARGET}" ]; then
# strip aux packages in standard mode
make packages
fi
make clean-${TARGET:-"plugins,core"} ${TARGET:-"packages"}-hotfix
else
# assume quick target port(s) to rebuild from ports.conf
make ports-${TARGET} PORTSENV="DEPEND=no PRUNE=no ${PORTSENV}"