]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
tests/README: small consistency improvement
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 21 May 2011 09:03:00 +0000 (11:03 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 21 May 2011 09:03:00 +0000 (11:03 +0200)
* tests/README (Section "User interface" subsection "Running the
tests"): In examples, be more consistent w.r.t. the differences
between GNU and non-GNU make.

ChangeLog
tests/README

index 587490a466390a7bfdb6c017374073b9db4f6352..39a20666941b06d68085150f030dd557351d71df 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-05-21  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       tests/README: small consistency improvement
+       * tests/README (Section "User interface" subsection "Running the
+       tests"): In examples, be more consistent w.r.t. the differences
+       between GNU and non-GNU make.
+
 2011-05-21  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        tests/README: suggest how to run tests in cross-compile mode
index 4d6bbf6451c0ef65b2dc87cbfb2f6dc0afd1ae56..14a128d32cab580f3024ea811504863f951e9cd2 100644 (file)
@@ -26,16 +26,13 @@ Running the tests
 
   To run only selected tests:
 
-    make -k check TESTS="foo.test bar.test"
-
-  For non-GNU make, you might have to use this instead:
-
-    env TESTS="foo.test bar.test" make -e -k check
+    make -k check TESTS="foo.test bar.test"             (GNU make)
+    env TESTS="foo.test bar.test" make -e -k check      (non-GNU make)
 
  To run the tests in cross-compilation mode:
 
-    make -k check host_alias="$host_alias"           (GNU make)
-    env host_alias="$host_alias" make -e -k check    (non-GNU make)
+    make -k check host_alias="$host_alias"              (GNU make)
+    env host_alias="$host_alias" make -e -k check       (non-GNU make)
 
  Here `$host_alias' should be defined to a proper value different from
  configure-determined `$build_alias', and should refer to a set of