Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Nov 2017 13:25:29 -0200
From:      Renato Botelho <garga.bsd@gmail.com>
To:        Bryan Drewery <bdrewery@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r325520 - head/share/mk
Message-ID:  <9c4e54cb-26b5-00f5-d672-5cde8b15b187@gmail.com>
In-Reply-To: <201711071820.vA7IK835007755@repo.freebsd.org>
References:  <201711071820.vA7IK835007755@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 07/11/17 16:20, Bryan Drewery wrote:
> Author: bdrewery
> Date: Tue Nov  7 18:20:08 2017
> New Revision: 325520
> URL: https://svnweb.freebsd.org/changeset/base/325520
> 
> Log:
>   Reenable AUTO_OBJ by default.
>   
>   The problem with it was a bogus .OBJDIR in some cases where creation of
>   object directories were purposely not attempted, such as for 'make cleandir'
>   and in etc/ sub-directories.  In these cases bmake would start with a
>   bogus .OBJDIR like etc/ due to MAKEOBJDIR being a dynamic value based on
>   .CURDIR, SRCTOP, and OBJTOP.  OBJTOP would not yet be defined but is
>   during early src.sys.obj.mk.  That file and auto.obj.mk both were not
>   modifying .OBJDIR unless they expected to create the objdir.  Thus in
>   these cases the .OBJDIR was left as etc/* rather than fixed to the
>   proper .CURDIR.
>   
>   The issues were fixed in r325404 and r325416.  An assertion to avoid the
>   bad .OBJDIR was added in r325405.
>   
>   Sponsored by:	Dell EMC Isilon

Bryan,

Are these messages expected to show when make -s is used?

[Creating objdir /usr/obj/usr/src/amd64.amd64/usr.bin/look...]

Thanks
-- 
Renato Botelho



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9c4e54cb-26b5-00f5-d672-5cde8b15b187>