Move grep after musl.

This commit is contained in:
Andrius Štikonas 2021-02-04 21:41:43 +00:00
parent 3e7b17c03e
commit 13b030e1ed
6 changed files with 30 additions and 51 deletions

View file

@ -9,19 +9,22 @@ set -e
export PREFIX=/after
# Part 21
# Part 20
build m4-1.4.4
# Part 22
# Part 21
build flex-2.5.11
# Part 23
# Part 22
build musl-1.1.24
# Part 24
# Part 23
build tcc-0.9.27 tcc-musl.sh
# Part 25
# Part 24
build flex-2.6.4
# Part 25
build grep-2.4
echo "Bootstrapping completed."