live-bootstrap/sysa/run.sh

22 lines
322 B
Bash
Raw Normal View History

2021-01-29 01:31:56 +00:00
#!/bin/bash
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
# SPDX-License-Identifier: GPL-3.0-or-later
set -e
# shellcheck source=sysa/helpers.sh
. helpers.sh
export PREFIX=/after
# Part 21
build m4-1.4
2021-01-28 18:53:44 +00:00
# Part 22
build flex-2.5.11
2021-01-30 19:47:48 +00:00
# Part 23
build flex-2.5.14
2021-01-28 18:53:44 +00:00
2021-01-29 01:31:56 +00:00
echo "Bootstrapping completed."