[mpich2-commits] r4013 - mpich2/trunk/maint
goodell at mcs.anl.gov
goodell at mcs.anl.gov
Wed Mar 11 12:50:30 CDT 2009
Author: goodell
Date: 2009-03-11 12:50:30 -0500 (Wed, 11 Mar 2009)
New Revision: 4013
Modified:
mpich2/trunk/maint/simplemake.in
Log:
Revert "Cut out unnecessary ranlib step from linking process to speed up builds."
See ticket #438 for more info. This reverts commit r3960.
No reviewer.
Modified: mpich2/trunk/maint/simplemake.in
===================================================================
--- mpich2/trunk/maint/simplemake.in 2009-03-11 17:45:13 UTC (rev 4012)
+++ mpich2/trunk/maint/simplemake.in 2009-03-11 17:50:30 UTC (rev 4013)
@@ -10,8 +10,7 @@
$includedir = ".";
$skipAction = 0;
$makefilebase = "Makefile.base";
-$ranliblib = 0; # only set to 1 on obsolescent systems where ar does not
- # compute a symbol table index
+$ranliblib = 1;
$useinclude = 0; # set to 1 to make the Makefiles refer to a single
# base makefile.
$include_list = "";
More information about the mpich2-commits
mailing list