#!/bin/bash # SPDX-FileCopyrightText: 2021 Andrius Štikonas # SPDX-License-Identifier: GPL-3.0-or-later set -e # shellcheck source=sysa/helpers.sh . helpers.sh export PREFIX=/after # Part 20 build m4-1.4.4 # Part 21 build flex-2.5.11 # Part 22 build musl-1.1.24 # Part 23 build tcc-0.9.27 tcc-musl.sh # Part 24 build flex-2.6.4 # Part 25 build grep-2.4 echo "Bootstrapping completed."