Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rob Latham
MPICH-BlueGene
Commits
b6323b0f
Commit
b6323b0f
authored
Dec 10, 2014
by
William Gropp
Committed by
Wesley Bland
Jan 05, 2015
Browse files
Check for endif in f77tof90 to avoid false warning
Signed-off-by:
Wesley Bland
<
wbland@anl.gov
>
parent
b32189fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
maint/f77tof90.in
View file @
b6323b0f
...
...
@@ -332,7 +332,7 @@ sub ConvertMakefile {
if (not m/^
\
s*#/) {
while (m/
\b
(
\
w+f)
\b
/g) {
my
$word
= $1;
next if
$word
eq
"
if
"
or
$word
eq
"
rf
"
; # filter out some noise
next if
$word
eq
"
if
"
or
$word
eq
"
rf
"
or
$word
eq
"
endif
"
; # filter out some noise
if (-e
"
$indir
/
$
{
word
}
.
f
"
or
0 == system(qq(grep 'TESTDEFN filename=
"
$
{
word
}
\\.
f
"
' '
$indir
/ioharness.defn' >/dev/null 2>&1)))
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment