From: Stefano Lattarini Date: Thu, 19 May 2011 20:02:07 +0000 (+0200) Subject: Merge branch 'maint' into java-work X-Git-Tag: ng-0.5a~123^2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf1d029660136387a9fd4a451b230f954a81db5c;p=thirdparty%2Fautomake.git Merge branch 'maint' into java-work * maint: test defs: rename requirement 'non-cross' -> 'native' testsuite: be more cross-compile friendly tests: fix spurious failure of txinfo21.test on FreeBSD --- bf1d029660136387a9fd4a451b230f954a81db5c diff --cc ChangeLog index 3a8c01f90,d50f10f29..33c4c9e01 --- a/ChangeLog +++ b/ChangeLog @@@ -1,9 -1,29 +1,35 @@@ + 2011-05-19 Stefano Lattarini + + test defs: rename requirement 'non-cross' -> 'native' + * tests/defs.in (non-cross): Rename requirement ... + (native): ... to this, which is clearer and fits the + existing lingo better. + Suggestion by Ralf Wildenhues. + + 2011-05-15 Stefano Lattarini + + testsuite: be more cross-compile friendly + * tests/defs.in (cross_compiling): New subroutine. + (am__tool_prefix): New internal variable. + (gcc, g++, gcj): Force the use of the correct "tool prefix" + when cross compiling. + (gfortran, g77, non-cross): New requirements. + + 2011-05-07 Stefano Lattarini + + tests: fix spurious failure of txinfo21.test on FreeBSD + * tests/txinfo21.test: Use the `is_newest' subroutine instead of + the `ls -t' hack to to determine whether a file has been updated. + This is required because at least FreeBSD `ls' do not sort files + with the same timestamp in alphabetical order when using the `-t' + option. + +2011-05-04 Stefano Lattarini + + tests defs: use `skip_' for skipping java-related tests + * tests/defs.in (java, javac): Use `skip_' to signal test + skipping. + 2011-05-04 Stefano Lattarini tests defs: allow requirements for compilers (mostly dummy)