[mpich2-commits] r3960 - mpich2/trunk/maint
goodell at mcs.anl.gov
goodell at mcs.anl.gov
Fri Mar 6 17:56:23 CST 2009
Author: goodell
Date: 2009-03-06 17:56:23 -0600 (Fri, 06 Mar 2009)
New Revision: 3960
Modified:
mpich2/trunk/maint/simplemake.in
Log:
Cut out unnecessary ranlib step from linking process to speed up builds.
Reviewed by gropp at .
Modified: mpich2/trunk/maint/simplemake.in
===================================================================
--- mpich2/trunk/maint/simplemake.in 2009-03-06 22:53:09 UTC (rev 3959)
+++ mpich2/trunk/maint/simplemake.in 2009-03-06 23:56:23 UTC (rev 3960)
@@ -10,7 +10,8 @@
$includedir = ".";
$skipAction = 0;
$makefilebase = "Makefile.base";
-$ranliblib = 1;
+$ranliblib = 0; # only set to 1 on obsolescent systems where ar does not
+ # compute a symbol table index
$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