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 1M81eg-0005hC-N3 for garchives@archives.gentoo.org; Sun, 24 May 2009 00:33:34 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3EF21E045C; Sun, 24 May 2009 00:33:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1C717E045C for ; Sun, 24 May 2009 00:33:34 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 9B0F1655BC for ; Sun, 24 May 2009 00:33:33 +0000 (UTC) Received: from mr_bones_ by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1M81ef-00035g-Bx for gentoo-commits@lists.gentoo.org; Sun, 24 May 2009 00:33:33 +0000 From: "Michael Sterrett (mr_bones_)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mr_bones_@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: flag-o-matic.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: flag-o-matic.eclass X-VCS-Directories: eclass X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett Content-Type: text/plain; charset=utf8 Message-Id: Sender: Michael Sterrett Date: Sun, 24 May 2009 00:33:33 +0000 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: 1e4a9387-ca0e-42f8-8941-af994891068b X-Archives-Hash: 47305006fe7f7266fe18614f4c199595 mr_bones_ 09/05/24 00:33:33 Modified: flag-o-matic.eclass Log: typo fix: cpp->c for append-cflags Revision Changes Path 1.137 eclass/flag-o-matic.eclass file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/flag-o-mati= c.eclass?rev=3D1.137&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/flag-o-mati= c.eclass?rev=3D1.137&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/flag-o-mati= c.eclass?r1=3D1.136&r2=3D1.137 Index: flag-o-matic.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/flag-o-matic.eclass,v retrieving revision 1.136 retrieving revision 1.137 diff -u -r1.136 -r1.137 --- flag-o-matic.eclass 23 May 2009 23:12:07 -0000 1.136 +++ flag-o-matic.eclass 24 May 2009 00:33:33 -0000 1.137 @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.136 20= 09/05/23 23:12:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.137 20= 09/05/24 00:33:33 mr_bones_ Exp $ =20 # @ECLASS: flag-o-matic.eclass # @MAINTAINER: @@ -140,7 +140,7 @@ # @USAGE: # @DESCRIPTION: # Add extra to the current CFLAGS. -append-cppflags() { +append-cflags() { [[ -z $* ]] && return 0 export CFLAGS=3D"${CFLAGS} $*" return 0