mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-21 18:50:50 +01: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
@ -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 New Issue
Block a user