svn commit: r250699 - in head: share/mk usr.bin/make

Simon J. Gerraty sjg at juniper.net
Fri May 17 19:47:33 UTC 2013


>For me /usr/src is a symlink to /some/path and now if I build from
>/usr/src some parts end up in /usr/obj/usr/src and other parts
>in /usr/obj/some/path. It used to be the latter.

This could be the result of some bits being built by the old freebsd
make. 

Since the early stage of buildworld doesn't use the up to date
bsd.own.mk I suspect that the install of bmake as
$MAKEOBJDIRPREFIX$.CURDIR/make.$MACHINE/make 
may not be working.

Ok, I just checked - it isn't, it gets installed there as bmake,
which would explain the havior you see.

Should be fixed now.
Also bmake will now ignore PWD always - same as fmake.


More information about the svn-src-head mailing list