Gentoo Archives: gentoo-commits

From: "Petteri Räty" <betelgeuse@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/libbash:master commit in: /
Date: Sun, 03 Apr 2011 13:46:46
Message-Id: da99007ae235f6d19c917d1ff79b3a4838b9b61a.betelgeuse@gentoo
1 commit: da99007ae235f6d19c917d1ff79b3a4838b9b61a
2 Author: Petteri Räty <petsku <AT> petteriraty <DOT> eu>
3 AuthorDate: Sun Apr 3 13:42:35 2011 +0000
4 Commit: Petteri Räty <betelgeuse <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 3 13:42:35 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/libbash.git;a=commit;h=da99007a
7
8 Fix make distcheck
9
10 One result file was not declared in Makefile.am.
11
12 ---
13 Makefile.am | 3 ++-
14 1 files changed, 2 insertions(+), 1 deletions(-)
15
16 diff --git a/Makefile.am b/Makefile.am
17 index 43796c3..2da69a2 100644
18 --- a/Makefile.am
19 +++ b/Makefile.am
20 @@ -49,7 +49,8 @@ GUNIT_TESTS = bashast/gunit/arith_main.gunit \
21 EBUILD_LOG_COMPILER = $(srcdir)/test/script_compiler.sh
22 EBUILD_TESTS = scripts/var_def.ebuild \
23 scripts/var_expansion.ebuild
24 -EBUILD_RESULT = scripts/var_def.ebuild.result
25 +EBUILD_RESULT = scripts/var_def.ebuild.result \
26 + scripts/var_expansion.ebuild.result
27
28 TESTS = $(GUNIT_TESTS) $(EBUILD_TESTS)
29 # these get cleaned so only add autogenerated stuff or modify CLEANFILES