Now prevents inclusion of failed compilations into libraries.

This commit is contained in:
keie 1985-06-04 10:32:27 +00:00
parent 040aa7115c
commit 5acb12ebe0

View file

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