Now prevents inclusion of failed compilations into libraries.
This commit is contained in:
parent
040aa7115c
commit
5acb12ebe0
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue