Now prevents inclusion of failed compilations into libraries.
authorkeie <none@none>
Tue, 4 Jun 1985 10:32:27 +0000 (10:32 +0000)
committerkeie <none@none>
Tue, 4 Jun 1985 10:32:27 +0000 (10:32 +0000)
mach/m68k2/libbc/compmodule

index 2846132..6327cb9 100755 (executable)
@@ -1,2 +1,6 @@
-${MACH?} -I../../../h ${MACHFL?} $1 1>&2
-echo `basename $1 $2`.s
+if ${MACH?} -I../../../h ${MACHFL?} $1 1>&2
+then
+       echo `basename $1 $2`.o
+else
+       exit 1
+fi