Adapted; Do not use /dev/tty

This commit is contained in:
ceriel 1989-02-09 15:55:33 +00:00
parent b005246ad5
commit d7ce393510
2 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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