bug-automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#8662: check_JAVA does not support silent rules


From: Stefano Lattarini
Subject: bug#8662: check_JAVA does not support silent rules
Date: Thu, 12 May 2011 22:38:07 +0200
User-agent: KMail/1.13.3 (Linux/2.6.30-2-686; KDE/4.4.4; i686; ; )

severity: wishlist
thanks

On Thursday 12 May 2011, Petteri Räty wrote:
> 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.
> 
 
Hello Petteri, thanks for the report.

I'm re-labelling it as a 'wishlist', because what it highlighs is
"just" an automake limitation, rather than an "intrinsic" bug.

Also note that your report prompted me to think about a more general
incompleteness of the current APIs for the 'silent-rules' support;
for more info (in case you are interested), see:
 <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8665>

Thanks,
  Stefano





reply via email to

[Prev in Thread] Current Thread [Next in Thread]