diff options
author | unknown <sasha@mysql.sashanet.com> | 2000-12-13 18:23:55 -0700 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2000-12-13 18:23:55 -0700 |
commit | 0006e8e6569ba942f749fefb495f81aff2700adb (patch) | |
tree | 5ab0647c2a5502b00ddbacef80efb01f9985737b /BUILD/compile-pentium | |
parent | 582705289f583da8dd1d86c9aa6369b2fafb9a88 (diff) | |
download | mariadb-git-0006e8e6569ba942f749fefb495f81aff2700adb.tar.gz |
fixes for parallel make, re-added the lost README files in mysql-test
BUILD/compile-pentium-debug:
fox for parallel make
BUILD/compile-pentium-gcov:
fix for parallel make
BUILD/compile-pentium:
fix to enable parallel make when recursing to subdirectories
Build-tools/Do-all-build-steps:
fix for parallel make, remove the stale comment to make Tim happy
Build-tools/Do-rpm:
fix for parallel make
Diffstat (limited to 'BUILD/compile-pentium')
-rwxr-xr-x | BUILD/compile-pentium | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD/compile-pentium b/BUILD/compile-pentium index 65257333720..2197ca28628 100755 --- a/BUILD/compile-pentium +++ b/BUILD/compile-pentium @@ -1,3 +1,4 @@ +AM_MAKEFLAGS="-j 2" make -k clean /bin/rm -f */.deps/*.P config.cache |