diff options
author | Jim Meyering <meyering@redhat.com> | 2012-01-05 08:10:29 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2012-01-05 08:10:29 +0100 |
commit | 4d3e398a74cf9546642c77be89e3bd811150faa4 (patch) | |
tree | 9f163d2aa7c364781aad0c6b4a95fb54a69f9608 /README | |
parent | d01550552843baf365ed9ff039426dfdd0fcb986 (diff) | |
download | coreutils-4d3e398a74cf9546642c77be89e3bd811150faa4.tar.xz |
doc: README: recommend GNU make to run tests on IRIX 6.5 and Solaris 9
* README: Document vendor "make check" failure on those two systems.
Reported by Bruno Haible.
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -134,6 +134,14 @@ the best solution is to use GNU make. Otherwise, simply remove all mention of "[$(EXEEXT)" from src/Makefile. +************************************************* +"make check" failure on IRIX 6.5 and Solaris <= 9 +------------------------------------------------- + +Using the vendor make program to run "make check" fails on these two systems. +If you want to run all of the tests there, use GNU make. + + ********************** Running tests as root: |