Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Oct 2016 13:55:23 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424701 - head/emulators/qemu
Message-ID:  <201610261355.u9QDtN4C051284@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Oct 26 13:55:23 2016
New Revision: 424701
URL: https://svnweb.freebsd.org/changeset/ports/424701

Log:
  - Verbosify build
  
  Approved by:	portmgr blanket

Modified:
  head/emulators/qemu/Makefile

Modified: head/emulators/qemu/Makefile
==============================================================================
--- head/emulators/qemu/Makefile	Wed Oct 26 13:54:34 2016	(r424700)
+++ head/emulators/qemu/Makefile	Wed Oct 26 13:55:23 2016	(r424701)
@@ -16,7 +16,7 @@ LICENSE=	GPLv2
 HAS_CONFIGURE=	yes
 USES?=		cpe gmake pkgconfig bison perl5 python:2,build tar:bzip2
 USE_PERL5=	build
-MAKE_ENV+=	BSD_MAKE="${MAKE}"
+MAKE_ENV+=	BSD_MAKE="${MAKE}" V=1
 .if !defined(PKGNAMESUFFIX) || ${PKGNAMESUFFIX} != "-utils"
 USE_XORG=	pixman
 USE_GNOME+=	cairo glib20



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