[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.11-222-g
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.11-222-g6afea50 |
Date: |
Sat, 06 Nov 2010 19:23:27 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Automake".
http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=6afea5000636292d3aa7e8933aa61a0d851fa5ad
The branch, maint has been updated
via 6afea5000636292d3aa7e8933aa61a0d851fa5ad (commit)
from d7c1679b14c1ab691927f3243df1cb3cbb2360aa (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 6afea5000636292d3aa7e8933aa61a0d851fa5ad
Author: Stefano Lattarini <address@hidden>
Date: Sat Nov 6 18:26:53 2010 +0100
Fix bug in rules for creating vala vapi/header files.
* automake.in (lang_vala_finish_target): Add forgotten "fi" in an
if control structure in a generated make rules. Bug introduced
by previous commit `v1.11-221-gd7c1679', and revealed by failure
of test `vala2.test'.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 8 ++++++++
automake.in | 2 +-
2 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 6c17cd3..e3559dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-11-06 Stefano Lattarini <address@hidden>
+
+ Fix bug in rules for creating vala vapi/header files.
+ * automake.in (lang_vala_finish_target): Add forgotten "fi" in an
+ if control structure in a generated make rules. Bug introduced
+ by previous commit `v1.11-221-gd7c1679', and revealed by failure
+ of test `vala2.test'.
+
2010-11-01 Ralf Wildenhues <address@hidden>
Fix and document rules to not touch the tree with `make -n'.
diff --git a/automake.in b/automake.in
index c1b0396..8f3edde 100755
--- a/automake.in
+++ b/automake.in
@@ -5975,7 +5975,7 @@ sub lang_vala_finish_target ($$)
{
my $headerfile = $flag;
$output_rules .= "\$(srcdir)/$headerfile:
\$(srcdir)/${derived}_vala.stamp\n"
- . "address@hidden test -f \$@; then :; else rm -f
\$(srcdir)/${derived}_vala.stamp; \n"
+ . "address@hidden test -f \$@; then :; else rm -f
\$(srcdir)/${derived}_vala.stamp; fi\n"
. "address@hidden test -f \$@; then :; else \\\n"
. "\t \$(am__cd) \$(srcdir) && \$(MAKE) \$(AM_MAKEFLAGS)
${derived}_vala.stamp; \\\n"
. "\tfi\n";
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.11-222-g6afea50,
Stefano Lattarini <=