%% Martin Sebor <address@hidden> writes:
ms> ...are attached. I don't know enough to say how serious the
ms> failures are but I'm hoping you'll find the results helpful.
Thanks Martin. Good stuff.
I'll have to think about the best way to handle systems like AIX which
use non-traditional error messages for things like non-existent
directories, etc.
ms> Running tests for GNU make on IRIX64 ozone 6.5 IP27
ms> features/targetvars .....................................
ms> *** Test died (features/targetvars): Not enough arguments for mkdir at scripts/features/targetvars line 275, near "'t1')"
Hm. This is strange. What version of Perl are you using here?
According to the Perl docs I have the second argument to mkdir() is
optional. Maybe that wasn't true for older versions of Perl?