From: ceriel Date: Wed, 25 Feb 1987 11:04:30 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release-5-5~4603 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=a2c18875f68fa04ff8885f3bc5ae71a106fc7f28;p=ack.git *** empty log message *** --- diff --git a/mach/vax4/libbc/Makefile b/mach/vax4/libbc/Makefile index 1573b6da0..c3b833f09 100644 --- a/mach/vax4/libbc/Makefile +++ b/mach/vax4/libbc/Makefile @@ -9,7 +9,6 @@ install: cmp: make -f $(MAKEFILE) $(BCDEF) $(MACHDEF) tail - -../../compare head_bc -../../compare tail_bc clean: diff --git a/mach/vax4/libbc/compmodule b/mach/vax4/libbc/compmodule index 491f6d251..6327cb991 100755 --- a/mach/vax4/libbc/compmodule +++ b/mach/vax4/libbc/compmodule @@ -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 diff --git a/mach/vax4/libpc/compmodule b/mach/vax4/libpc/compmodule index 491f6d251..6327cb991 100755 --- a/mach/vax4/libpc/compmodule +++ b/mach/vax4/libpc/compmodule @@ -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