From 7faf1e99f4dc69dca2ebbedaec64c88ab5598036 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 8 Feb 2023 09:57:32 +0100 Subject: [PATCH] composite/hotfix: same same but shorter --- composite/hotfix.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/composite/hotfix.sh b/composite/hotfix.sh index 9ccb30a..2a07ac0 100644 --- a/composite/hotfix.sh +++ b/composite/hotfix.sh @@ -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}"