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 1Q6Ndc-0001Ks-6J for garchives@archives.gentoo.org; Sun, 03 Apr 2011 13:46:46 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CE41E061F; Sun, 3 Apr 2011 13:46:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 03422E0616 for ; Sun, 3 Apr 2011 13:46:34 +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 72C961B404A for ; Sun, 3 Apr 2011 13:46:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id CF7BB8006D for ; Sun, 3 Apr 2011 13:46:33 +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: da99007ae235f6d19c917d1ff79b3a4838b9b61a Date: Sun, 3 Apr 2011 13:46:33 +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: 00a33e20d8bfd36aae62a3e6e7b385af commit: da99007ae235f6d19c917d1ff79b3a4838b9b61a Author: Petteri R=C3=A4ty petteriraty eu> AuthorDate: Sun Apr 3 13:42:35 2011 +0000 Commit: Petteri R=C3=A4ty gentoo org> CommitDate: Sun Apr 3 13:42:35 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/libbash.git;a= =3Dcommit;h=3Dda99007a Fix make distcheck One result file was not declared in Makefile.am. --- Makefile.am | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index 43796c3..2da69a2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -49,7 +49,8 @@ GUNIT_TESTS =3D bashast/gunit/arith_main.gunit \ EBUILD_LOG_COMPILER =3D $(srcdir)/test/script_compiler.sh EBUILD_TESTS =3D scripts/var_def.ebuild \ scripts/var_expansion.ebuild -EBUILD_RESULT =3D scripts/var_def.ebuild.result +EBUILD_RESULT =3D scripts/var_def.ebuild.result \ + scripts/var_expansion.ebuild.result =20 TESTS =3D $(GUNIT_TESTS) $(EBUILD_TESTS) # these get cleaned so only add autogenerated stuff or modify CLEANFILES