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 | e842d46efa151e00e0998a3ad65f9c99b2e18519 (patch) | |
tree | 5ab0647c2a5502b00ddbacef80efb01f9985737b /BUILD | |
parent | 123946665cd437eb9249b500d710b4a5fcab39bc (diff) | |
download | mariadb-git-e842d46efa151e00e0998a3ad65f9c99b2e18519.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')
-rwxr-xr-x | BUILD/compile-pentium | 1 | ||||
-rwxr-xr-x | BUILD/compile-pentium-debug | 1 | ||||
-rwxr-xr-x | BUILD/compile-pentium-gcov | 1 |
3 files changed, 3 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 diff --git a/BUILD/compile-pentium-debug b/BUILD/compile-pentium-debug index c031ad466ab..beae200ea31 100755 --- a/BUILD/compile-pentium-debug +++ b/BUILD/compile-pentium-debug @@ -1,3 +1,4 @@ +AM_MAKEFLAGS="-j 2" make -k clean /bin/rm -f */.deps/*.P config.cache diff --git a/BUILD/compile-pentium-gcov b/BUILD/compile-pentium-gcov index 7a833a4e18f..2137798389b 100755 --- a/BUILD/compile-pentium-gcov +++ b/BUILD/compile-pentium-gcov @@ -1,3 +1,4 @@ +AM_MAKEFLAGS="-j 2" make -k clean /bin/rm -f */.deps/*.P config.cache |