A version that tells march to not try to include objects
authorkeie <none@none>
Tue, 4 Jun 1985 10:26:06 +0000 (10:26 +0000)
committerkeie <none@none>
Tue, 4 Jun 1985 10:26:06 +0000 (10:26 +0000)
of modules that failed to translate in the library.

mach/m68k2/libcc/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