GNU bug report logs - #8662
check_JAVA does not support silent rules

Previous Next

Package: automake;

Reported by: Petteri Räty <betelgeuse <at> gentoo.org>

Date: Thu, 12 May 2011 12:09:02 UTC

Severity: wishlist

Tags: wontfix

Done: Stefano Lattarini <stefano.lattarini <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Petteri Räty <betelgeuse <at> gentoo.org>
To: bug-automake <at> gnu.org
Subject: check_JAVA does not support silent rules
Date: Thu, 12 May 2011 15:07:36 +0300
relevant file snippets:

configure.ac:
AM_SILENT_RULES([yes])

Makefile.am:
check_JAVA = Hello.java

Now with make check you get output:

CLASSPATH=.:./.:$CLASSPATH javac -d . Hello.java
echo timestamp > classcheck.stamp

As all sources are compiled with one command a silent javac output could
be for example just

  JAVAC

This would match the output for files other types like CC and CXX.





This bug report was last modified 11 years and 150 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.