mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
beinstall: Pass -B to etcupdate
Since commit 246364454f ("etcupdate: Use new buildetc and installetc
targets when available"), beinstall has been much slower for the
etcupdate step, as it's been doing a kernel-toolchain (admittedly
without LLVM itself being built). Given beinstall requires an object
tree to already have been built and just installs it, we can pass -B to
beinstall to reuse that tree rather than build kernel-toolchain in
another one.
Reported by: olivier
Tested by: olivier
MFC after: 1 week
This commit is contained in:
parent
f622dc5dae
commit
18aef07cfa
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ NO_PKG_UPGRADE="${NO_PKG_UPGRADE:-""}"
|
|||
# Config updater - 'etcupdate' is supported. Set to an empty string to skip.
|
||||
CONFIG_UPDATER="${CONFIG_UPDATER:-"etcupdate"}"
|
||||
# Flags for etcupdate if used.
|
||||
ETCUPDATE_FLAGS="${ETCUPDATE_FLAGS:-"-F"}"
|
||||
ETCUPDATE_FLAGS="${ETCUPDATE_FLAGS:-"-BF"}"
|
||||
|
||||
|
||||
########################################################################
|
||||
|
|
|
|||
Loading…
Reference in a new issue