]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Merge branch 'maint' into java-work
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 19 May 2011 20:02:07 +0000 (22:02 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 19 May 2011 20:02:07 +0000 (22:02 +0200)
* maint:
  test defs: rename requirement 'non-cross' -> 'native'
  testsuite: be more cross-compile friendly
  tests: fix spurious failure of txinfo21.test on FreeBSD

1  2 
ChangeLog
tests/defs.in

diff --cc ChangeLog
index 3a8c01f9075ac4624219c02f088c10a3e1c31136,d50f10f29a6d240c26c9e08b03c2d1b6db40904a..33c4c9e01333d9170355d85e1b73ac3fc506ac57
+++ b/ChangeLog
@@@ -1,9 -1,29 +1,35 @@@
+ 2011-05-19  Stefano Lattarini  <stefano.lattarini@gmail.com>
+       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  <stefano.lattarini@gmail.com>
+       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  <stefano.lattarini@gmail.com>
+       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  <stefano.lattarini@gmail.com>
 +
 +      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  <stefano.lattarini@gmail.com>
  
        tests defs: allow requirements for compilers (mostly dummy)
diff --cc tests/defs.in
Simple merge