[5054] in Athena Bugs
ex Makefile
daemon@ATHENA.MIT.EDU (John Carr)
Mon Jun 4 11:35:22 1990
To: bugs@ATHENA.MIT.EDU
Date: Mon, 04 Jun 90 11:35:09 EDT
From: John Carr <jfc@ATHENA.MIT.EDU>
RT 7.0E
I noticed that the xstr run did not seem to have worked for
/usr/ucb/ex on the RT. I ran a make, and found the ed script was
failing "?TMP", whatever that means.
Here's a better way to make the strings read only:
*** /source/bsd-4.3/common/ucb/ex/Makefile Fri Feb 9 14:06:20 1990
--- Makefile Mon Jun 4 11:30:41 1990
***************
*** 92,99 ****
strings.o: strings
${XSTR}
${CC} -c -S xs.c
! ed - <rofix xs.s
! ${AS} -o strings.o xs.s
rm xs.s
exrecover: exrecover.o
--- 92,99 ----
strings.o: strings
${XSTR}
${CC} -c -S xs.c
! # ed - <rofix xs.s
! ${AS} -R -o strings.o xs.s
rm xs.s
exrecover: exrecover.o