This one works correctly for programs failing to translate.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user