From d7ce39351007b8fe8673809223d0790272063cbb Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 9 Feb 1989 15:55:33 +0000 Subject: [PATCH] Adapted; Do not use /dev/tty --- mach/sun3/liba68s/Makefile | 6 +++--- mach/sun3/liba68s/compmodule | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mach/sun3/liba68s/Makefile b/mach/sun3/liba68s/Makefile index 7aaa68f46..b3753a624 100644 --- a/mach/sun3/liba68s/Makefile +++ b/mach/sun3/liba68s/Makefile @@ -3,12 +3,12 @@ MAKEFILE=../../proto/libg/Makefile MACHDEF="MACH=sun3" "SUF=$(SUF)" "ASAR=aal" A68SDEF="PREF=a68s" "SUB=" "SRC=lang/a68s/liba68s" -install: - make -f $(MAKEFILE) $(A68SDEF) $(MACHDEF) tailcp - all: make -f $(MAKEFILE) $(A68SDEF) $(MACHDEF) tail +install: + make -f $(MAKEFILE) $(A68SDEF) $(MACHDEF) tailcp + cmp: all -../../compare tail_a68s diff --git a/mach/sun3/liba68s/compmodule b/mach/sun3/liba68s/compmodule index a6a34e9fb..987089a61 100755 --- a/mach/sun3/liba68s/compmodule +++ b/mach/sun3/liba68s/compmodule @@ -3,8 +3,8 @@ SFILE=`basename $1` OFILE=`basename $1 $2`.o ln $HOME/$SRC/rundecs.p . 2> /dev/null ln $HOME/$SRC/e.h . 2> /dev/null -ln $1 . -if $HOME/$SRC/make -f $HOME/$SRC/Makefile $OFILE >/dev/tty +# ln $1 . +if $HOME/$SRC/make -f $HOME/$SRC/Makefile $OFILE 1>&2 then rm $SFILE echo $OFILE -- 2.34.1