exit when compilation fails

This commit is contained in:
ceriel
1987-01-19 10:33:24 +00:00
parent c082f5dbe5
commit 74f3ee9206

View File

@@ -1,4 +1,4 @@
if ${MACH?ack} -I../../../h ${MACHFL?} $1 1>&2
then echo `basename $1 $2`.o
else rm -f `basename $1 $2`.o
else exit 1
fi