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:
parent
227a684c70
commit
5fc5b3c32d
1 changed files with 6 additions and 2 deletions
|
@ -1,2 +1,6 @@
|
||||||
${MACH?} -I../../../h ${MACHFL?} $1 1>&2
|
if ${MACH?} -I../../../h ${MACHFL?} $1 1>&2
|
||||||
echo `basename $1 $2`.s
|
then
|
||||||
|
echo `basename $1 $2`.o
|
||||||
|
else
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue