From: Stefano Lattarini Date: Sat, 9 Apr 2011 12:19:00 +0000 (+0200) Subject: Merge branch 'java-coverage' X-Git-Tag: ng-0.5a~219 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3dc39576936d18aa897bf955ab55916f61244a36;p=thirdparty%2Fautomake.git Merge branch 'java-coverage' --- 3dc39576936d18aa897bf955ab55916f61244a36 diff --cc ChangeLog index c2548637f,9640a5388..3de758496 --- a/ChangeLog +++ b/ChangeLog @@@ -1,19 -1,12 +1,28 @@@ + 2011-04-06 Stefano Lattarini + + coverage: more on java support EXTRA_ and noinst_ prefixes + * tests/java-extra.test: New test, checking support for the + prefix `EXTRA_' with the JAVA primary. + * tests/java-noinst.test: New test, checking support for the + prefix `noinst_' with the JAVA primary. + * tests/Makefile.am (TESTS): Update. + +2011-04-09 Ralf Wildenhues + + Clarify regex code in depcomp. + * lib/depcomp: Add comment why we don't need regex-escaping here. + Suggested by Stefano Lattarini. + +2011-04-08 Ralf Wildenhues + + Fix makedepend depmode for VPATH builds. + * lib/depcomp [makedepend]: Remove any VPATH prefix from the + object file name, so a rebuild doesn't attempt to update the + .Po files in the source tree. + * tests/depcomp9.test: New test. + * tests/Makefile.am (TESTS): Update. + * NEWS: Update. + 2011-04-02 Stefano Lattarini tests: fix timestamp-related failures