[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, ylwrap-refactor, updated. v
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, ylwrap-refactor, updated. v1.11-521-g4a1e2f7 |
Date: |
Thu, 25 Aug 2011 19:23:14 +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=4a1e2f72d3720c670ebb4cf9c09bf4a6825370d0
The branch, ylwrap-refactor has been updated
via 4a1e2f72d3720c670ebb4cf9c09bf4a6825370d0 (commit)
via c2ee522f4555e2ac326e5b07c03a2f5b56b556d3 (commit)
via 236ad0bcb351a6e0795a69f272646bd2201b4056 (commit)
via bbddd445708efd8e7a484645f7ebf9b2a3a76102 (commit)
from b8d5c7af26c1b4e06c21d87501378b8e158eb8ad (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 4a1e2f72d3720c670ebb4cf9c09bf4a6825370d0
Merge: b8d5c7a c2ee522
Author: Stefano Lattarini <address@hidden>
Date: Thu Aug 25 21:19:11 2011 +0200
Merge branch 'yacc-work' into ylwrap-refactor
* yacc-work:
tests: list "forgotten" test script in TESTS
ylwrap: fix unusual indentation whitespace
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 13 +++++++++++++
lib/ylwrap | 2 +-
tests/Makefile.am | 1 +
tests/Makefile.in | 1 +
tests/java-empty-classpath.test | 4 ++--
5 files changed, 18 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 0ff969c..0e85d30 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2011-08-25 Stefano Lattarini <address@hidden>
+
+ tests: list "forgotten" test script in TESTS
+ * tests/Makefile.am (TESTS): Also list ...
+ * tests/java-empty-classpath.test: ... this test. Since we are
+ at it, remove trailing whitespace from a couple of lines.
+
+2011-08-25 Eric Blake <address@hidden>
+
+ ylwrap: fix unusual indentation whitespace
+ * lib/ylwrap: Convert tabs to spaces.
+ Reported by Karl Berry.
+
2011-08-17 Stefano Lattarini <address@hidden>
* THANKS (Daniel Richard G.): Update e-mail address.
diff --git a/lib/ylwrap b/lib/ylwrap
index 640729a..2947755 100755
--- a/lib/ylwrap
+++ b/lib/ylwrap
@@ -1,7 +1,7 @@
#! /bin/sh
# ylwrap - wrapper for lex/yacc invocations.
-scriptversion=2011-07-01.18; # UTC
+scriptversion=2011-08-25.19; # UTC
# Copyright (C) 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005,
# 2007, 2009, 2010, 2011 Free Software Foundation, Inc.
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 849c9a8..a2ee9fd 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -446,6 +446,7 @@ java.test \
java2.test \
java3.test \
java-check.test \
+java-empty-classpath.test \
javaprim.test \
javasubst.test \
ldadd.test \
diff --git a/tests/Makefile.in b/tests/Makefile.in
index 8baeccc..b2a3f72 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -724,6 +724,7 @@ java.test \
java2.test \
java3.test \
java-check.test \
+java-empty-classpath.test \
javaprim.test \
javasubst.test \
ldadd.test \
diff --git a/tests/java-empty-classpath.test b/tests/java-empty-classpath.test
index 230bb7c..e94f885 100755
--- a/tests/java-empty-classpath.test
+++ b/tests/java-empty-classpath.test
@@ -37,8 +37,8 @@ cat > Makefile.am <<END
CLEANFILES = *.class
SUBDIRS = org
END
-echo SUBDIRS = gnu > org/Makefile.am
-echo SUBDIRS = bug > org/gnu/Makefile.am
+echo SUBDIRS = gnu > org/Makefile.am
+echo SUBDIRS = bug > org/gnu/Makefile.am
cat > org/gnu/bug/Makefile.am <<'END'
JAVAROOT = ../../..
dist_noinst_JAVA = Library.java Application.java
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, ylwrap-refactor, updated. v1.11-521-g4a1e2f7,
Stefano Lattarini <=