bug#8662: check_JAVA does not support silent rules

2011-05-12 Thread Stefano Lattarini
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 >

bug#8662: check_JAVA does not support silent rules

2011-05-12 Thread Petteri Räty
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 f