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 1Q8XvJ-0001jA-4o for garchives@archives.gentoo.org; Sat, 09 Apr 2011 13:09:57 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E7D11C020; Sat, 9 Apr 2011 13:09:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2CE881C020 for ; Sat, 9 Apr 2011 13:09:00 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F3A71B4085 for ; Sat, 9 Apr 2011 13:08:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id E1D8780074 for ; Sat, 9 Apr 2011 13:08:58 +0000 (UTC) From: "Petteri Räty" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petteri Räty" Message-ID: <28da2a0f3bbd4b979961f6611fece4b1a74b2846.betelgeuse@gentoo> Subject: [gentoo-commits] proj/libbash:master commit in: / X-VCS-Repository: proj/libbash X-VCS-Files: Makefile.am X-VCS-Directories: / X-VCS-Committer: betelgeuse X-VCS-Committer-Name: Petteri Räty X-VCS-Revision: 28da2a0f3bbd4b979961f6611fece4b1a74b2846 Date: Sat, 9 Apr 2011 13:08:58 +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: 879bfbfed0e149ce82072527856249c5 commit: 28da2a0f3bbd4b979961f6611fece4b1a74b2846 Author: Mu Qiao gentoo org> AuthorDate: Sat Apr 9 09:56:12 2011 +0000 Commit: Petteri R=C3=A4ty gentoo org> CommitDate: Sat Apr 9 13:02:53 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/libbash.git;a= =3Dcommit;h=3D28da2a0f Remove BOOST_CPPFLAGS from COMMON_FLAGS BOOST_CPPFLAGS is for preprecossor and shouldn't be used in COMMON_FLAGS. --- Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index 19b537e..1ad2a27 100644 --- a/Makefile.am +++ b/Makefile.am @@ -57,7 +57,7 @@ TESTS =3D $(GUNIT_TESTS) $(EBUILD_TESTS) check_JAVA =3D bashast/bashastLexer.java bashast/bashastParser.java AM_JAVACFLAGS =3D -classpath @antlr_cp@ =20 -COMMON_FLAGS =3D $(BOOST_CPPFLAGS) -std=3Dc++0x -I$(top_srcdir)/src/ +COMMON_FLAGS =3D -std=3Dc++0x -I$(top_srcdir)/src/ # We use -x c++ to compile all C source files as C++ because there's C++ # code embedded in them. # no DEVELOPER_FLAGS to as the generated files don't pass -Werror