Changeset 5680
- Timestamp:
- 11/04/09 10:24:09 (3 weeks ago)
- Location:
- mpich2/trunk
- Files:
-
- 2 modified
-
README.vin (modified) (1 diff)
-
maint/simplemake.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mpich2/trunk/README.vin
r5435 r5680 130 130 This step should succeed if there were no problems with the 131 131 preceding step. Check file m.txt. If there were problems, 132 do a "make clean" and then run make again with V ERBOSE=1133 134 make V ERBOSE=1 |& tee m.txt (for csh and tcsh)132 do a "make clean" and then run make again with V=1 133 134 make V=1 |& tee m.txt (for csh and tcsh) 135 135 136 136 OR 137 137 138 make V ERBOSE=1 2>&1 | tee m.txt (for bash and sh)138 make V=1 2>&1 | tee m.txt (for bash and sh) 139 139 140 140 and then attach m.txt and c.txt to your bug report. -
mpich2/trunk/maint/simplemake.in
r5383 r5680 5065 5065 $escaped_rule =~ s/$newline(\t+)\@*/ ; \\$newline$1echo /g; 5066 5066 5067 print FD "\t\@if [ \"x\$(VERBOSE)\" != \"x1\" ] ; then \\$newline";5067 print FD "\t\@if [ \"x\$(VERBOSE)\" != \"x1\" -a \"x\$(V)\" != \"x1\" ] ; then \\$newline"; 5068 5068 print FD "\t echo \"$echocmd\" ; \\$newline"; 5069 5069 print FD "\telse \\$newline";
