Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 May 2013 12:39:06 -0700
From:      "Simon J. Gerraty" <sjg@juniper.net>
To:        Tijl Coosemans <tijl@freebsd.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r250699 - in head: share/mk usr.bin/make
Message-ID:  <20130517193906.1675358097@chaos.jnpr.net>
In-Reply-To: <5196745E.7040905@FreeBSD.org>
References:  <201305161528.r4GFSc5t094460@svn.freebsd.org> <5196745E.7040905@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
>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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130517193906.1675358097>