From: Jim Meyering Date: Thu, 5 Jan 2012 07:10:29 +0000 (+0100) Subject: doc: README: recommend GNU make to run tests on IRIX 6.5 and Solaris 9 X-Git-Tag: v8.15~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d3e398a74cf9546642c77be89e3bd811150faa4;p=thirdparty%2Fcoreutils.git 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. --- diff --git a/README b/README index 90b1d40c36..b3af07b78c 100644 --- a/README +++ b/README @@ -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: