diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-04-01 13:53:51 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-04-01 13:53:51 -0500 |
commit | 37164feffabe5845104b70feb72e21d8376b9c63 (patch) | |
tree | 34745b317c0fa60edd727167d0a0b0cc8b70efdf /lfs.sh | |
parent | a68e9ddf362f2037476e9a38c9982f396c62bccc (diff) | |
parent | bbab5f8291ecb9a9aa4c75e9bf8d9a5a7b1708a1 (diff) |
Merge branch 'cleanup' into chapter7
Diffstat (limited to 'lfs.sh')
-rwxr-xr-x | lfs.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -94,6 +94,8 @@ if [ "$retval" -ne 0 ]; then fi # Chapter 5 +printf "%b" "${IWHT}============ ${IGRN}Building ${IYLW}Chapter 5${IWHT} \ +============${RST}\n" for package in binutils gcc linux-api-headers glibc libstdc++; do source packageinstall.sh 5 $package retval=$? |