diff options
author | davidovski <david@davidovski.xyz> | 2022-01-12 23:04:23 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-12 23:04:23 +0000 |
commit | 1f9fb2e790e9b0aee98fda60c9ca9ab87f61cce0 (patch) | |
tree | 2c850782b81eef5238416557438836c342da9165 /repo/core/gcc.xibuild | |
parent | 7df0ff4b9974d394786ceee9bd5e3df6616b846b (diff) |
updated all build files based on lfs
Diffstat (limited to 'repo/core/gcc.xibuild')
-rw-r--r-- | repo/core/gcc.xibuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/repo/core/gcc.xibuild b/repo/core/gcc.xibuild index 17eae2d..fc00767 100644 --- a/repo/core/gcc.xibuild +++ b/repo/core/gcc.xibuild @@ -33,12 +33,11 @@ build () { --with-system-zlib make - # TODO put tests here, quite important ulimit -s 32768 chown -Rv tester . - su tester -c "PATH=$PATH make -k check" + su tester -c "PATH=$PATH make $MAKEFLAGS -k check" ../contrib/test_summary |