Copy of ../libbc/compmodule.

This commit is contained in:
keie 1985-04-02 10:50:53 +00:00
parent 6b87f1082e
commit 70d71f4355
2 changed files with 8 additions and 4 deletions

View file

@ -1,2 +1,4 @@
${MACH?} -I../../../h ${MACHFL?} $1 1>&2
echo `basename $1 $2`.s
if ${MACH?ack} -I../../../h ${MACHFL?} $1 1>&2
then echo `basename $1 $2`.s
else rm -f `basename $1 $2`.s
fi

View file

@ -1,2 +1,4 @@
${MACH?} -DCPM -I../../../h ${MACHFL?} $1 1>&2
echo `basename $1 $2`.s
if ${MACH?ack} -I../../../h ${MACHFL?} $1 1>&2
then echo `basename $1 $2`.s
else rm -f `basename $1 $2`.s
fi