svn commit: r425946 - head/emulators/qemu-sbruno

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Nov 12 12:46:34 UTC 2016


Author: amdmi3
Date: Sat Nov 12 12:46:33 2016
New Revision: 425946
URL: https://svnweb.freebsd.org/changeset/ports/425946

Log:
  - Verbosify build
  
  Approved by:	portmgr blanket

Modified:
  head/emulators/qemu-sbruno/Makefile

Modified: head/emulators/qemu-sbruno/Makefile
==============================================================================
--- head/emulators/qemu-sbruno/Makefile	Sat Nov 12 12:28:45 2016	(r425945)
+++ head/emulators/qemu-sbruno/Makefile	Sat Nov 12 12:46:33 2016	(r425946)
@@ -26,7 +26,7 @@ HAS_CONFIGURE=	yes
 USES=		gmake pkgconfig bison perl5 python:2,build
 USE_PERL5=	build
 PATCH_STRIP=	-p1
-MAKE_ENV+=	BSD_MAKE="${MAKE}"
+MAKE_ENV+=	BSD_MAKE="${MAKE}" V=1
 ONLY_FOR_ARCHS=	amd64 powerpc powerpc64 # XXX someone wants to debug sparc64 hosts?
 BROKEN_i386=	aarch64 system target is currently broken for i386 hosts, disable for now while dealing with upstream.
 


More information about the svn-ports-head mailing list