svn commit: r399935 - head/Mk

Alexey Dokuchaev danfe at FreeBSD.org
Thu Oct 22 08:34:40 UTC 2015


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


More information about the svn-ports-all mailing list