[5805] in Athena Bugs
vax 7.1H: compile_et
daemon@ATHENA.MIT.EDU (brlewis@ATHENA.MIT.EDU)
Thu Aug 23 16:17:02 1990
From: brlewis@ATHENA.MIT.EDU
To: bugs@ATHENA.MIT.EDU
Date: Thu, 23 Aug 90 16:16:50 EDT
System name: orthanc
Type and version: CVAXSTAR 7.1H (1 update(s) to same version)
Display type: SM
What were you trying to do?
Use compile_et with make
What's wrong:
Even on a syntax error, compile_et exits with status 0. This
means that make continues to build as if nothing had happened, and
runs into errors compiling the .c file compile_et produces.
What should have happened:
Exit status should be nonzero when an error occurs.
Please describe any relevant documentation references:
compile_et(1)