*** empty log message ***
authorceriel <none@none>
Wed, 25 Feb 1987 11:04:30 +0000 (11:04 +0000)
committerceriel <none@none>
Wed, 25 Feb 1987 11:04:30 +0000 (11:04 +0000)
mach/vax4/libbc/Makefile
mach/vax4/libbc/compmodule
mach/vax4/libpc/compmodule

index 1573b6d..c3b833f 100644 (file)
@@ -9,7 +9,6 @@ install:
 
 cmp:
        make -f $(MAKEFILE) $(BCDEF) $(MACHDEF) tail
-       -../../compare head_bc
        -../../compare tail_bc
 
 clean:
index 491f6d2..6327cb9 100755 (executable)
@@ -1,2 +1,6 @@
-${MACH?} -I../../../h ${MACHFL?} $1 1>&2
-echo `basename $1 $2`.o
+if ${MACH?} -I../../../h ${MACHFL?} $1 1>&2
+then
+       echo `basename $1 $2`.o
+else
+       exit 1
+fi
index 491f6d2..6327cb9 100755 (executable)
@@ -1,2 +1,6 @@
-${MACH?} -I../../../h ${MACHFL?} $1 1>&2
-echo `basename $1 $2`.o
+if ${MACH?} -I../../../h ${MACHFL?} $1 1>&2
+then
+       echo `basename $1 $2`.o
+else
+       exit 1
+fi