Adapted; Do not use /dev/tty
This commit is contained in:
		
							parent
							
								
									b005246ad5
								
							
						
					
					
						commit
						d7ce393510
					
				
					 2 changed files with 5 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -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
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue