automake-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-1979


From: Peter Rosin
Subject: [Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-1979-g8010df5
Date: Fri, 17 Feb 2012 23:08:37 +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=8010df5d0a3fd4b93c5aa74ef735128ebff4604e

The branch, master has been updated
       via  8010df5d0a3fd4b93c5aa74ef735128ebff4604e (commit)
       via  a7cc454dc97c663d03d6abde99724606bc2878ef (commit)
      from  c11924b585cd5f626034cfbcb728d43df7e070a5 (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 8010df5d0a3fd4b93c5aa74ef735128ebff4604e
Merge: c11924b a7cc454
Author: Peter Rosin <address@hidden>
Date:   Sat Feb 18 00:07:11 2012 +0100

    Merge branch 'yacc-quote-fix'

commit a7cc454dc97c663d03d6abde99724606bc2878ef
Author: Peter Rosin <address@hidden>
Date:   Fri Feb 17 22:09:38 2012 +0100

    tests: fix broken quoting in the generated yacc grammar
    
    Fixes problem introduced by v1.11-1912-ge0906b7 "tests: avoid
    spurious failure with non-bison yacc" from 12-02-2012.
    
    * tests/suffix10.tap (Makefile.am): Avoid outer single quotes
    when we need to produce single quotes.

-----------------------------------------------------------------------

Summary of changes:
 tests/suffix10.tap |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/suffix10.tap b/tests/suffix10.tap
index 38ce8c6..5af8a18 100755
--- a/tests/suffix10.tap
+++ b/tests/suffix10.tap
@@ -42,7 +42,7 @@ libfoo_la_SOURCES = foo.x_
          && echo 'void yyerror (char *s) {}' \
          && echo '%}' \
          && echo '%%' \
-         && echo 'foobar : 'f' 'o' 'o' 'b' 'a' 'r' {};' \
+         && echo "foobar : 'f' 'o' 'o' 'b' 'a' 'r' {};" \
          && echo '%%' \
 ## Account for VPATH issues on weaker make implementations.
          && cat `test -f '$<' || echo $(srcdir)/`$<; \


hooks/post-receive
-- 
GNU Automake



reply via email to

[Prev in Thread] Current Thread [Next in Thread]