From 4d3e398a74cf9546642c77be89e3bd811150faa4 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 5 Jan 2012 08:10:29 +0100 Subject: [PATCH] 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. --- README | 8 ++++++++ 1 file changed, 8 insertions(+) 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: -- 2.47.2