From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.77) (envelope-from ) id 1SohIx-00048g-0R for garchives@archives.gentoo.org; Tue, 10 Jul 2012 20:45:07 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22F38E09EF; Tue, 10 Jul 2012 20:44:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id ECB1AE09EF for ; Tue, 10 Jul 2012 20:44:34 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 58D4B1B402F for ; Tue, 10 Jul 2012 20:44:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 19849E543C for ; Tue, 10 Jul 2012 20:44:33 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1341942265.c4aa08c556b6b6c740c89131db32a22413082782.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: eclass/ X-VCS-Repository: proj/qt X-VCS-Files: eclass/qt5-build.eclass X-VCS-Directories: eclass/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: c4aa08c556b6b6c740c89131db32a22413082782 X-VCS-Branch: master Date: Tue, 10 Jul 2012 20:44:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 7117836b-6f2c-4f27-9528-e5c38610210b X-Archives-Hash: 4a3314cc2d01983d228f25d94c96c977 commit: c4aa08c556b6b6c740c89131db32a22413082782 Author: Davide Pesavento gmail com> AuthorDate: Tue Jul 10 17:34:55 2012 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Tue Jul 10 17:44:25 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/qt.git;a=3Dco= mmit;h=3Dc4aa08c5 [qt5-build.eclass] Remove QT5_VERBOSE_CONFIGURE, always pass -verbose. --- eclass/qt5-build.eclass | 9 +-------- 1 files changed, 1 insertions(+), 8 deletions(-) diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index 3b14330..94a8752 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -84,12 +84,6 @@ fi # Build directory for out-of-source builds. : ${QT5_BUILD_DIR:=3D${WORKDIR}/${P}_build} =20 -# @ECLASS-VARIABLE: QT5_VERBOSE_CONFIGURE -# @DESCRIPTION: -# Set to false to suppress printing of detailed information -# about each step of the configure process. -: ${QT5_VERBOSE_CONFIGURE:=3Dtrue} - # @ECLASS-VARIABLE: QT5_VERBOSE_BUILD # @DESCRIPTION: # Set to false to reduce build output during compilation. @@ -249,8 +243,7 @@ qt5-build_src_configure() { $(use prefix || echo -no-rpath) =20 # verbosity of the configure and build phases - $(${QT5_VERBOSE_CONFIGURE} && echo -verbose) - $(${QT5_VERBOSE_BUILD} || echo -silent) + -verbose $(${QT5_VERBOSE_BUILD} || echo -silent) =20 # precompiled headers don't work on hardened, where the flag is masked $(qt_use pch)