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.60) (envelope-from ) id 1Q0fcW-0003wh-EX for garchives@archives.gentoo.org; Fri, 18 Mar 2011 19:46:00 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 220C2E0525; Fri, 18 Mar 2011 19:45:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DEAA7E0525 for ; Fri, 18 Mar 2011 19:45:51 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1379E1B4023 for ; Fri, 18 Mar 2011 19:45:51 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2230) id AF6B920054; Fri, 18 Mar 2011 19:45:49 +0000 (UTC) From: "Tomas Chvatal (scarabeus)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, scarabeus@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: cmake-utils.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: cmake-utils.eclass X-VCS-Directories: eclass X-VCS-Committer: scarabeus X-VCS-Committer-Name: Tomas Chvatal Content-Type: text/plain; charset=utf8 Message-Id: <20110318194549.AF6B920054@flycatcher.gentoo.org> Date: Fri, 18 Mar 2011 19:45:49 +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: X-Archives-Hash: 3f9a56228eb7f2e847e00555e91e8534 scarabeus 11/03/18 19:45:49 Modified: cmake-utils.eclass Log: Silence undefined warnings, since our eclass operate this way with all = enablers (and we trust that maintainers know what the heck are they doing= ). Revision Changes Path 1.67 eclass/cmake-utils.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/cmake-utils= .eclass?rev=3D1.67&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/cmake-utils= .eclass?rev=3D1.67&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/cmake-utils= .eclass?r1=3D1.66&r2=3D1.67 Index: cmake-utils.eclass =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/eclass/cmake-utils.eclass,v retrieving revision 1.66 retrieving revision 1.67 diff -u -r1.66 -r1.67 --- cmake-utils.eclass 26 Jan 2011 20:51:42 -0000 1.66 +++ cmake-utils.eclass 18 Mar 2011 19:45:49 -0000 1.67 @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/cmake-utils.eclass,v 1.66 2011= /01/26 20:51:42 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/cmake-utils.eclass,v 1.67 2011= /03/18 19:45:49 scarabeus Exp $ =20 # @ECLASS: cmake-utils.eclass # @MAINTAINER: @@ -348,6 +348,7 @@ # NOTE CMAKE_BUILD_TYPE can be only overriden via CMAKE_BUILD_TYPE ecla= ss variable # No -DCMAKE_BUILD_TYPE=3Dxxx definitions will be in effect. local cmakeargs=3D( + --no-warn-unused-cli -C "${common_config}" -DCMAKE_INSTALL_PREFIX=3D"${EPREFIX}${PREFIX:-/usr}" "${mycmakeargs_local[@]}"