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 1QapYp-0001Uv-9r for garchives@archives.gentoo.org; Sun, 26 Jun 2011 13:39:39 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C7411C0F3; Sun, 26 Jun 2011 13:38:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2CF891C0F3 for ; Sun, 26 Jun 2011 13:38:16 +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 6DA311B4028 for ; Sun, 26 Jun 2011 13:38:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id B9CFD8003D for ; Sun, 26 Jun 2011 13:38:14 +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: c917cc0e1580a6f22a829e3399716197b9178608 Date: Sun, 26 Jun 2011 13:38:14 +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: 13c4a08441e2097c3375e6afea347c60 commit: c917cc0e1580a6f22a829e3399716197b9178608 Author: Mu Qiao gentoo org> AuthorDate: Wed Jun 22 10:59:18 2011 +0000 Commit: Petteri R=C3=A4ty gentoo org> CommitDate: Sun Jun 26 14:06:37 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/libbash.git;a= =3Dcommit;h=3Dc917cc0e Build: relax antlr timeout limit The CI server cannot do k=3D1 for some decisions in less than 1 second. Now the limit is relaxed. --- Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index 6d2c53d..689c6dd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -299,7 +299,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 +ANTLR =3D @JAVA@ -classpath @antlr_cp@ org.antlr.Tool -Xconversiontimeou= t 5000 =20 cgrammar.run: libbash.g $(AM_V_at)touch $@.tmp