Adapted; Do not use /dev/tty
authorceriel <none@none>
Thu, 9 Feb 1989 15:55:33 +0000 (15:55 +0000)
committerceriel <none@none>
Thu, 9 Feb 1989 15:55:33 +0000 (15:55 +0000)
mach/sun3/liba68s/Makefile
mach/sun3/liba68s/compmodule

index 7aaa68f..b3753a6 100644 (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
 
index a6a34e9..987089a 100755 (executable)
@@ -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