From 94314d34d6d9137f68c0de535e6619a1be937dc8 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Wed, 6 Oct 2010 20:37:32 +0000 Subject: [PATCH] Parallel builds are no longer a problem. This commit was SVN r23849. --- HACKING | 3 --- 1 file changed, 3 deletions(-) diff --git a/HACKING b/HACKING index e2d05cb222..b4231bfaf8 100644 --- a/HACKING +++ b/HACKING @@ -167,9 +167,6 @@ NOTE: On MacOS/X, the default "libtool" program is different than the shell$ ./configure --prefix=PREFIX shell$ make; make install - --> NOTE: The builds are so short that parallel builds really - aren't worth it (and cause problems in some cases). - --> If you are using the csh or tcsh shells, be sure to run the "rehash" command after you install each package.