We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3be043 commit 120df57Copy full SHA for 120df57
1 file changed
tools/genmake2
@@ -3386,7 +3386,7 @@ cat >>$MAKEFILE <<EOF
3386
## %.o : %.F
3387
3388
# C preprocessing and replacing the _d in constants:
3389
-CPPCMD = cat \$< | ${CPP} \$(DEFINES) \$(INCLUDES) | ${S64}
+CPPCMD = set -o pipefail ; cat \$< | ${CPP} \$(DEFINES) \$(INCLUDES) | ${S64}
3390
3391
.F.$FS:
3392
\$(CPPCMD) > \$@
0 commit comments