[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-433-g
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.11-433-g236ad0b |
Date: |
Thu, 25 Aug 2011 19:12:30 +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=236ad0bcb351a6e0795a69f272646bd2201b4056
The branch, maint has been updated
via 236ad0bcb351a6e0795a69f272646bd2201b4056 (commit)
from bbddd445708efd8e7a484645f7ebf9b2a3a76102 (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 236ad0bcb351a6e0795a69f272646bd2201b4056
Author: Stefano Lattarini <address@hidden>
Date: Thu Aug 25 21:07:12 2011 +0200
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.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 7 +++++++
tests/Makefile.am | 1 +
tests/Makefile.in | 1 +
tests/java-empty-classpath.test | 4 ++--
4 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 1df5924..7c11ab3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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
diff --git a/tests/Makefile.am b/tests/Makefile.am
index c2a55fd..a1c67ff 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -444,6 +444,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 5a3259e..4b2d845 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -722,6 +722,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, maint, updated. v1.11-433-g236ad0b,
Stefano Lattarini <=