diff options
author | sasha@mysql.sashanet.com <> | 2000-12-13 18:23:55 -0700 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2000-12-13 18:23:55 -0700 |
commit | 7c8773d9a33d8fdfec9046641713c4d68d9699a6 (patch) | |
tree | 5ab0647c2a5502b00ddbacef80efb01f9985737b /BUILD | |
parent | 57c65749dc5920e3726eb791255e79089a1eeda3 (diff) | |
download | mariadb-git-7c8773d9a33d8fdfec9046641713c4d68d9699a6.tar.gz |
fixes for parallel make, re-added the lost README files in mysql-test
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 |