[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bug#8234: check_JAVA built during make
From: |
Stefano Lattarini |
Subject: |
Re: bug#8234: check_JAVA built during make |
Date: |
Sat, 9 Apr 2011 21:49:54 +0200 |
User-agent: |
KMail/1.13.3 (Linux/2.6.30-2-686; KDE/4.4.4; i686; ; ) |
On Saturday 09 April 2011, Ralf Wildenhues wrote:
> * Stefano Lattarini wrote on Wed, Apr 06, 2011 at 06:52:24PM CEST:
> > OK for maint? I'll push in 72 hours if there is no objection.
>
> This is OK with a NEWS entry and the nit below addressed.
>
> Thanks!
> Ralf
>
> > Subject: [PATCH] java: check_JAVA does not cause compilation by "make all"
> > anymore
>
> > Fixes automake bug#8234.
> >
> > * automake.in (handle_java): Make stamp of class files built from
> > java sources in $(check_JAVA) a dependency of `check' target, not
> > `all' target.
> > * tests/java-check.test: New test.
> > * tests/Makefile.am (TESTS): Update.
> > * THANKS: Update.
> >
> > Report from Petteri Räty.
>
> > --- /dev/null
> > +++ b/tests/java-check.test
>
> > +# Make sure that check_JAVA causes *.class files to be build only with
>
> s/build/built/
>
> > +# "make check", and not also with "make all".
> > +# See automake bug#8234.
>
Here is what I've squashed in:
-*-*-
diff --git a/ChangeLog b/ChangeLog
index 6649603..1bf9ab3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-2011-04-06 Stefano Lattarini <address@hidden>
+2011-04-09 Stefano Lattarini <address@hidden>
java: check_JAVA does not cause compilation by "make all" anymore
Fixes automake bug#8234.
@@ -7,6 +7,7 @@
`all' target.
* tests/java-check.test: New test.
* tests/Makefile.am (TESTS): Update.
+ * NEWS: Update.
* THANKS: Update.
Report from Petteri Räty.
diff --git a/NEWS b/NEWS
index 3132b16..60c54bf 100644
--- a/NEWS
+++ b/NEWS
@@ -56,6 +56,9 @@ Bugs fixed in 1.11.0a:
- The parallel-tests driver now does not produce erroneous results
with Tru64/OSF 5.1 sh upon unreadable log files any more.
+
+ - Java sources specified with check_JAVA are not compiled anymore upon
+ "make all", but only upon "make check".
^L
New in 1.11:
-*-*-
I'll push shortly if there is no objection.
Thanks,
Stefano