This one works correctly for programs failing to translate.
This commit is contained in:
parent
1c5cb87985
commit
478209a840
2 changed files with 8 additions and 4 deletions
|
@ -1,2 +1,4 @@
|
|||
${MACH?} -I../../../h ${MACHFL?} $1 1>&2
|
||||
echo `basename $1 $2`.o
|
||||
if ${MACH?ack} -I../../../h ${MACHFL?} $1 1>&2
|
||||
then echo `basename $1 $2`.o
|
||||
else rm -f `basename $1 $2`.o
|
||||
fi
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
${MACH?} -I../../../h ${MACHFL?} $1 1>&2
|
||||
echo `basename $1 $2`.o
|
||||
if ${MACH?ack} -I../../../h ${MACHFL?} $1 1>&2
|
||||
then echo `basename $1 $2`.o
|
||||
else rm -f `basename $1 $2`.o
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue