Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Oct 2015 14:27:37 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        Bryan Drewery <bdrewery@FreeBSD.org>
Cc:        "ports-committers@freebsd.org" <ports-committers@freebsd.org>, "svn-ports-all@freebsd.org" <svn-ports-all@freebsd.org>, "svn-ports-head@freebsd.org" <svn-ports-head@freebsd.org>
Subject:   Re: svn commit: r399935 - head/Mk
Message-ID:  <20151022142737.GA47314@FreeBSD.org>
In-Reply-To: <EF0F6824-3B29-4081-A1EF-3358C01E4EF5@FreeBSD.org>
References:  <201510212149.t9LLnkuH020681@repo.freebsd.org> <20151022083439.GA98806@FreeBSD.org> <EF0F6824-3B29-4081-A1EF-3358C01E4EF5@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Oct 22, 2015 at 07:17:44AM -0700, Bryan Drewery wrote:
> > On Oct 22, 2015, at 01:34, Alexey Dokuchaev <danfe@FreeBSD.org> wrote:
> >> On Wed, Oct 21, 2015 at 09:49:46PM +0000, Bryan Drewery wrote:
> >> New Revision: 399935
> >> URL: https://svnweb.freebsd.org/changeset/ports/399935
> >> 
> >> Log:
> >>  Revert r399921 for now due to fallout with libclc using ninja.
> >> 
> >> [...]
> >> -.if defined(PACKAGE_BUILDING)
> >> -MAKE_ARGS+=            V=1
> >> -.endif
> > 
> > I've expected that something like this will bite us if we go the MAKEARGS+=
> > V=1 path [1] for obtaining verbose logs for package builds.  (I didn't know
> > you'be been working on it; it would be nice if you'd joined that discussion
> > back in September.)
> 
> I wasn't. It was just from a quick discussion on irc due to a build failure
> where hiding the rules was problematic.
> 
> > You can try grepping configure script for version and --disable-silent-rules
> > option as a safer alternative to always passing V=1 to make(1).
> 
> Yes that is what we will have to do.

Nice; feel free to add me on reviewer's list when you have a patch ready. :)

./danfe



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