buildworld still breaks in more (cvsup from around 12:30 EDT)... however
it only breaks if you have obj directories:

virtual-voodoo# make obj
/usr/obj/source/src/usr.bin/more created for /source/src/usr.bin/more
virtual-voodoo# make depend
sed -e 's/\\/\\\\/g' -e 's/\"/\\\"/g' -e 's/$/\\n\\/'  < /source/src/usr.bin/mor
e/default.morerc >> defrc.h
rm -f .depend
mkdep -f .depend -a    -I/source/src/usr.bin/more -I/usr/obj/source/src/usr.bin/
more -DTERMIOS  /source/src/usr.bin/more/ch.c /source/src/usr.bin/more/command.c
 /source/src/usr.bin/more/help.c /source/src/usr.bin/more/input.c /source/src/us
r.bin/more/line.c /source/src/usr.bin/more/linenum.c /source/src/usr.bin/more/ma
cro.c main.c /source/src/usr.bin/more/ncommand.c /source/src/usr.bin/more/option
.c /source/src/usr.bin/more/os.c /source/src/usr.bin/more/output.c /source/src/u
sr.bin/more/position.c /source/src/usr.bin/more/prim.c /source/src/usr.bin/more/
screen.c /source/src/usr.bin/more/signal.c /source/src/usr.bin/more/tags.c /sour
ce/src/usr.bin/more/ttyin.c
cc: main.c: No such file or directory
mkdep: compile failed
*** Error code 1

Notice how 'main.c' above doesn't have a path? Without the obj directory
the path isn't required since your building in /usr/src.. 

-Steve


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to