[mpich2-commits] r7688 - mpich2/trunk/maint
goodell at mcs.anl.gov
goodell at mcs.anl.gov
Tue Jan 11 17:44:24 CST 2011
Author: goodell
Date: 2011-01-11 17:44:24 -0600 (Tue, 11 Jan 2011)
New Revision: 7688
Modified:
mpich2/trunk/maint/simplemake.in
Log:
bugfix: add ".POSIX:" to makefiles to fix solaris make (#1122)
This fixes ticket #1122. This fix hasn't been comprehensively tested,
but it has worked fine everywhere that I've tried it.
No reviewer.
Modified: mpich2/trunk/maint/simplemake.in
===================================================================
--- mpich2/trunk/maint/simplemake.in 2011-01-11 23:28:13 UTC (rev 7687)
+++ mpich2/trunk/maint/simplemake.in 2011-01-11 23:44:24 UTC (rev 7688)
@@ -1250,6 +1250,10 @@
# Unrecognized lines go here
print FD $other_text;
+ # fix for ticket #1122, forces OpenSolaris make to pass variable overrides
+ # to recursive make invocations
+ print FD "${newline}.POSIX:${newline}";
+
# Add a final target, used by gnumake
print FD "${newline}FORCE_TARGET:${newline}${newline}";
More information about the mpich2-commits
mailing list