Add bash based build harness.

This commit is contained in:
Andrius Štikonas 2021-01-29 01:31:56 +00:00
parent 6d51641b06
commit 707328a15c
8 changed files with 142 additions and 34 deletions

15
sysa/run.sh Executable file
View file

@ -0,0 +1,15 @@
#!/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
echo "Bootstrapping completed."