Copy of ../libbc/compmodule.
authorkeie <none@none>
Tue, 2 Apr 1985 10:50:53 +0000 (10:50 +0000)
committerkeie <none@none>
Tue, 2 Apr 1985 10:50:53 +0000 (10:50 +0000)
mach/z80/libcc/compmodule
mach/z80/libpc/compmodule

index 2846132..9db6d71 100755 (executable)
@@ -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
index 4a77cd8..9db6d71 100755 (executable)
@@ -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