mirror of
https://github.com/opnsense/tools.git
synced 2026-05-28 04:35:46 -04:00
composite/hotfix: same same but shorter
This commit is contained in:
parent
1106dcec37
commit
7faf1e99f4
1 changed files with 1 additions and 5 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue