On Saturday 09 April 2011, Stefano Lattarini wrote: > > 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 <stefano.lattar...@gmail.com> > +2011-04-09 Stefano Lattarini <stefano.lattar...@gmail.com> > > 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 > Hmpf, and also this:
diff --git a/tests/java-check.test b/tests/java-check.test index 05bc16d..fd3fc96 100755 --- a/tests/java-check.test +++ b/tests/java-check.test @@ -14,7 +14,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -# Make sure that check_JAVA causes *.class files to be build only with +# Make sure that check_JAVA causes *.class files to be built only with # "make check", and not also with "make all". # See automake bug#8234. I've pushed the patch now. Sorry for the noise, Stefano