A version that tells march to not try to include objects

of modules that failed to translate in the library.
This commit is contained in:
keie 1985-06-04 10:26:06 +00:00
parent 227a684c70
commit 5fc5b3c32d

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