From: keie Date: Tue, 2 Apr 1985 10:50:53 +0000 (+0000) Subject: Copy of ../libbc/compmodule. X-Git-Tag: release-5-5~5516 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=70d71f435537f4bee1d8ac681cef505b2a31a964;p=ack.git Copy of ../libbc/compmodule. --- diff --git a/mach/z80/libcc/compmodule b/mach/z80/libcc/compmodule index 284613267..9db6d7147 100755 --- a/mach/z80/libcc/compmodule +++ b/mach/z80/libcc/compmodule @@ -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 diff --git a/mach/z80/libpc/compmodule b/mach/z80/libpc/compmodule index 4a77cd8a0..9db6d7147 100755 --- a/mach/z80/libpc/compmodule +++ b/mach/z80/libpc/compmodule @@ -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