1
0
mirror of https://github.com/krglaws/MyLFS.git synced 2025-07-26 15:46:59 +00:00

update phase 4 packages

This commit is contained in:
Kyle Glaws
2023-02-18 23:22:36 -05:00
parent ee6d3864bf
commit 62478febd1
31 changed files with 64 additions and 78 deletions

View File

@ -6,7 +6,7 @@ make
if $RUN_TESTS
then
set +e
make check
make -j4 check
set -e
fi