[162] in SIPB bug reports
make_commands for the SS library
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Tue Jul 26 11:52:15 1988
From: brlewis@ATHENA.MIT.EDU
Date: Tue, 26 Jul 88 11:50:57 EDT
To: bug-sipb@ATHENA.MIT.EDU
When there is a syntax error in the .ct file, make_commands exits with
return status 0, throwing make off.
% make grade
make_commands ctgrade.ct
syntax error
Line 17; last token was '[as,st,vs,fi]\tdisplay a file'
cc -I../include -I/usr/sipb/include -O -o grade ctadmin.o ctgrade.o cthand.o main.o fnmisc.o fnadmin.o fngrade.o fnhand.o ../Fx/fx_rout.o ../Fx/fx_err.o -lcom_err -lss -lhesiod
ld:ctgrade.o: no namelist
*** Exit 4
Stop.