mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-16 05:53:00 +02:00
make.sh: Explicitely download packages when building the toolchain
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
5
make.sh
5
make.sh
@@ -962,6 +962,11 @@ lfsmake1() {
|
||||
lfsmakecommoncheck "${pkg}" "$@"
|
||||
[ $? == 1 ] && return 0
|
||||
|
||||
# Download source outside of the toolchain
|
||||
if ! make_pkg "${pkg}" download "$@"; then
|
||||
exiterror "Downloading ${pkg}"
|
||||
fi
|
||||
|
||||
if ! make_pkg "${pkg}" TOOLCHAIN=1 ROOT="${BUILD_DIR}"; then
|
||||
print_status FAIL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user