Copy of ../libbc/compmodule.

This commit is contained in:
keie 1985-04-02 10:50:53 +00:00
parent 168b5c8f1a
commit e599e706a7
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