Skip to content

Commit 120df57

Browse files
committed
Fail on cpp errors
1 parent c3be043 commit 120df57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/genmake2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3386,7 +3386,7 @@ cat >>$MAKEFILE <<EOF
33863386
## %.o : %.F
33873387
33883388
# C preprocessing and replacing the _d in constants:
3389-
CPPCMD = cat \$< | ${CPP} \$(DEFINES) \$(INCLUDES) | ${S64}
3389+
CPPCMD = set -o pipefail ; cat \$< | ${CPP} \$(DEFINES) \$(INCLUDES) | ${S64}
33903390
33913391
.F.$FS:
33923392
\$(CPPCMD) > \$@

0 commit comments

Comments
 (0)