Aucbvax.5397
net.2bsd-bugs
utzoo!decvax!duke!chico!harpo!cbosg!ihnss!ucbvax!dist2
Sun Dec  6 02:58:50 1981
FIXED:  a bug in the overlay makefile for ex3.6
       Comments confuse make when dealing with multiline commands, so
the previously published correction to src/ex/ex3/makefile.ovly must be
ammended slightly:

       diff src/ex/ex3/makefile.ovly.old src/ex/ex3/makefile.ovly
       72d71
               ${LD} -X /lib/crt0.o -i \
       86d85
               ${LD} -X /lib/crt0.o -o a.out.40 -n \

In context, the changes are:


       src/ex/ex3/makefile.ovly.old:

       a.out:  ${OBJS}
               ${LD} -X /lib/crt0.o -i \
       # if no floating point unit
       #       ${LD} -X /lib/fcrt0.o -i \
       # end no floating point unit
       .
       .
       .
       a.out.40:       ${OBJS}
               ${LD} -X /lib/crt0.o -o a.out.40 -n \
       # if no floating point unit
       #       ${LD} -X /lib/fcrt0.o -o a.out.40 -n \
       # end no floating point unit


       src/ex/ex3/makefile.ovly:

       a.out:  ${OBJS}
       # if no floating point unit
       #       ${LD} -X /lib/fcrt0.o -i \
       # end no floating point unit
               ${LD} -X /lib/crt0.o -i \
       .
       .
       .
       a.out.40:       ${OBJS}
       # if no floating point unit
       #       ${LD} -X /lib/fcrt0.o -o a.out.40 -n \
       # end no floating point unit
               ${LD} -X /lib/crt0.o -o a.out.40 -n \

These changes should be made to all tapes written before 12/6/81.

                       Carl

-----------------------------------------------------------------
gopher://quux.org/ conversion by John Goerzen <[email protected]>
of http://communication.ucsd.edu/A-News/


This Usenet Oldnews Archive
article may be copied and distributed freely, provided:

1. There is no money collected for the text(s) of the articles.

2. The following notice remains appended to each copy:

The Usenet Oldnews Archive: Compilation Copyright (C) 1981, 1996
Bruce Jones, Henry Spencer, David Wiseman.