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: Petteri Räty
Subject: bug#8662: check_JAVA does not support silent rules
Date: Thu, 12 May 2011 15:07:36 +0300
User-agent: Mozilla/5.0 (X11; U; Linux i686; fi; rv:1.8.1.23) Gecko/20090916 Thunderbird/2.0.0.23 Mnenhy/0.7.6.666

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.






reply via email to

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