~vcs-imports/ipfire/ipfire-2.x

« back to all changes in this revision

Viewing changes to make.sh

  • Committer: Michael Tremer
  • Date: 2024-07-22 15:21:20 UTC
  • Revision ID: git-v1:dd813c6bc889fb7eca4340401e609877c183e42a
make.sh: Explicitely download packages when building the toolchain

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

Show diffs side-by-side

added added

removed removed

Lines of Context:
962
962
        lfsmakecommoncheck "${pkg}" "$@"
963
963
        [ $? == 1 ] && return 0
964
964
 
 
965
        # Download source outside of the toolchain
 
966
        if ! make_pkg "${pkg}" download "$@"; then
 
967
                exiterror "Downloading ${pkg}"
 
968
        fi
 
969
 
965
970
        if ! make_pkg "${pkg}" TOOLCHAIN=1 ROOT="${BUILD_DIR}"; then
966
971
                print_status FAIL
967
972