svn commit: r304868 - projects/clang390-import/lib/clang
Dimitry Andric
dim at FreeBSD.org
Sat Aug 27 09:35:08 UTC 2016
On 27 Aug 2016, at 03:37, Bryan Drewery <bdrewery at FreeBSD.org> wrote:
>
> On 8/26/2016 5:58 PM, Ngie Cooper wrote:
>> On Fri, Aug 26, 2016 at 4:39 PM, Dimitry Andric <dim at freebsd.org> wrote:
>> ...
>>> I used ${SRCTOP} and ${OBJTOP} initially, until I realized that the
>>> latter didn't work for builds which are started during bootstrap-tools.
>>> So I locally reverted all these changes before committing this WIP.
...
>> Can you use something like this instead to signal the "right intent",
>> and someday hopefully this will just work (tm) with a bit more effort?
...
> SRCTOP should work just fine here. He did note that 'the latter'
> (OBJTOP) wouldn't work, since the early build likely is getting a normal
> build OBJTOP/tmp value for OBJTOP since it builds with
> MAKEOBJDIRPREFIX=${WORLDTMP}
Ok, I tried it and it does work as expected. During the early stages
(1.1 through 3), OBJTOP is defined as /usr/obj/usr/src/tmp/usr/src.
Then from stage 4.1 onwards it becomes /usr/obj/usr/src.
I've changed to SRCTOP and OBJTOP in r304884. It definitely looks a
bit neater.
-Dimitry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 194 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.freebsd.org/pipermail/svn-src-projects/attachments/20160827/cb5ab1ee/attachment.sig>
More information about the svn-src-projects
mailing list