Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Oct 2015 08:34:39 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        Bryan Drewery <bdrewery@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r399935 - head/Mk
Message-ID:  <20151022083439.GA98806@FreeBSD.org>
In-Reply-To: <201510212149.t9LLnkuH020681@repo.freebsd.org>
References:  <201510212149.t9LLnkuH020681@repo.freebsd.org>

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

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).

./danfe
 
[1] https://lists.freebsd.org/pipermail/svn-ports-all/2015-September/104080.html



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