diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2013-10-15 14:17:18 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2013-10-15 14:17:18 +0000 |
commit | b8f8ca268e2b4353dc1bc3adeed2668615e94fc4 (patch) | |
tree | a68512c2f297789dae665c45301caf3b448dc0da | |
parent | Make the build process verbose (diff) | |
download | gentoo-2-b8f8ca268e2b4353dc1bc3adeed2668615e94fc4.tar.gz gentoo-2-b8f8ca268e2b4353dc1bc3adeed2668615e94fc4.tar.bz2 gentoo-2-b8f8ca268e2b4353dc1bc3adeed2668615e94fc4.zip |
Make the build process verbose
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
4 files changed, 14 insertions, 6 deletions
diff --git a/x11-drivers/xf86-video-virtualbox/ChangeLog b/x11-drivers/xf86-video-virtualbox/ChangeLog index 5734452c7eb0..d8f9222e8892 100644 --- a/x11-drivers/xf86-video-virtualbox/ChangeLog +++ b/x11-drivers/xf86-video-virtualbox/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-drivers/xf86-video-virtualbox # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/ChangeLog,v 1.120 2013/10/15 13:27:51 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/ChangeLog,v 1.121 2013/10/15 14:17:18 polynomial-c Exp $ + + 15 Oct 2013; Lars Wendler <polynomial-c@gentoo.org> + xf86-video-virtualbox-4.1.26.ebuild, xf86-video-virtualbox-4.2.18.ebuild, + xf86-video-virtualbox-4.3.0.ebuild: + Make the build process verbose. *xf86-video-virtualbox-4.3.0 (15 Oct 2013) diff --git a/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.1.26.ebuild b/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.1.26.ebuild index 2a453c59b872..2d76145cf993 100644 --- a/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.1.26.ebuild +++ b/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.1.26.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.1.26.ebuild,v 1.3 2013/05/23 17:56:35 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.1.26.ebuild,v 1.4 2013/10/15 14:17:18 polynomial-c Exp $ EAPI=2 @@ -107,6 +107,7 @@ src_compile() { cd "${S}"${each} MAKE="kmk" emake TOOL_YASM_AS=yasm \ KBUILD_PATH="${S}/kBuild" \ + KBUILD_VERBOSE=2 \ || die "kmk failed" done diff --git a/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.2.18.ebuild b/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.2.18.ebuild index f750c74c8d06..14193a24e174 100644 --- a/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.2.18.ebuild +++ b/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.2.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.2.18.ebuild,v 1.1 2013/09/08 12:38:36 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.2.18.ebuild,v 1.2 2013/10/15 14:17:18 polynomial-c Exp $ EAPI=5 @@ -109,7 +109,8 @@ src_compile() { /src/VBox/Additions/x11/vboxvideo ; do cd "${S}"${each} MAKE="kmk" emake TOOL_YASM_AS=yasm \ - KBUILD_PATH="${S}/kBuild" + KBUILD_PATH="${S}/kBuild" \ + KBUILD_VERBOSE=2 done if use dri; then diff --git a/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.3.0.ebuild b/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.3.0.ebuild index 274103da547a..584243e1cbb4 100644 --- a/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.3.0.ebuild +++ b/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.3.0.ebuild,v 1.1 2013/10/15 13:27:51 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.3.0.ebuild,v 1.2 2013/10/15 14:17:18 polynomial-c Exp $ EAPI=5 @@ -109,7 +109,8 @@ src_compile() { /src/VBox/Additions/x11/vboxvideo ; do cd "${S}"${each} MAKE="kmk" emake TOOL_YASM_AS=yasm \ - KBUILD_PATH="${S}/kBuild" + KBUILD_PATH="${S}/kBuild" \ + KBUILD_VERBOSE=2 done if use dri; then |