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 1Q636N-0002Rn-0B for garchives@archives.gentoo.org; Sat, 02 Apr 2011 15:51:03 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 141521C055; Sat, 2 Apr 2011 15:50:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D85C91C056 for ; Sat, 2 Apr 2011 15:50:30 +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 B26111B4029 for ; Sat, 2 Apr 2011 15:50:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 19B6480076 for ; Sat, 2 Apr 2011 15:50:30 +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: edefa979330d74b788db8fbed031340d9da39fa1 Date: Sat, 2 Apr 2011 15:50:30 +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: c6f234fac86cf1a26a63f1a5051e81ab commit: edefa979330d74b788db8fbed031340d9da39fa1 Author: Petteri R=C3=A4ty petteriraty eu> AuthorDate: Sat Apr 2 15:48:14 2011 +0000 Commit: Petteri R=C3=A4ty gentoo org> CommitDate: Sat Apr 2 15:48:14 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/libbash.git;a= =3Dcommit;h=3Dedefa979 Fix walker.run target outputting GEN twice --- Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index e14c26a..0ef756a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -170,7 +170,7 @@ walker.run: bashast/libbashWalker.g cgrammar.run $(AM_V_at)touch $@.tmp $(AM_V_GEN)$(ANTLR) -fo . $< $(AM_V_at)sed -i -e 's/\(libbash_.*\) =3D NULL/\1/' libbashWalker.c - $(AM_V_GEN)mv $@.tmp $@ + $(AM_V_at)mv $@.tmp $@ =20 $(GENERATED_PARSER_C): cgrammar.run $(GENERATED_PARSER_H): cgrammar.run