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 1QoyQ5-0006jH-Od for garchives@archives.gentoo.org; Thu, 04 Aug 2011 13:57:05 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5AFB21C1B7; Thu, 4 Aug 2011 13:53:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7D15C21C1B7 for ; Thu, 4 Aug 2011 13:53:38 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E72101B403B for ; Thu, 4 Aug 2011 13:53:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 4629280043 for ; Thu, 4 Aug 2011 13:53:37 +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: 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: a2addfd9d2b115de5090a56f1f1ba0d7295e2da8 Date: Thu, 4 Aug 2011 13:53:37 +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: f929be2845824eb712690b37a0b77c3c commit: a2addfd9d2b115de5090a56f1f1ba0d7295e2da8 Author: Mu Qiao gentoo org> AuthorDate: Tue Jul 19 14:47:38 2011 +0000 Commit: Petteri R=C3=A4ty gentoo org> CommitDate: Wed Jul 20 15:08:32 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/libbash.git;a= =3Dcommit;h=3Da2addfd9 Build: remove the time limit option Now our parser is simplified and this option is not necessary any more. --- Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index 61041ec..87d9c9a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -295,7 +295,7 @@ EXTRA_DIST =3D bashast/bashast.g \ coding_standard.pdf: coding_standard/coding_standard.tex $(AM_V_GEN)@PDFLATEX@ coding_standard/coding_standard.tex 2&>1 > /dev/n= ull =20 -ANTLR =3D @JAVA@ -classpath @antlr_cp@ org.antlr.Tool -Xconversiontimeou= t 5000 $(ANTLRFLAGS) +ANTLR =3D @JAVA@ -classpath @antlr_cp@ org.antlr.Tool $(ANTLRFLAGS) =20 cgrammar.run: libbash.g $(AM_V_at)touch $@.tmp