This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: automake 1.5 fails 4 tests on Solaris
- To: Richard Boulton <richard at tartarus dot org>
- Subject: Re: automake 1.5 fails 4 tests on Solaris
- From: Tom Tromey <tromey at redhat dot com>
- Date: 27 Aug 2001 23:05:13 -0600
- Cc: Lars Hecking <lhecking at nmrc dot ie>, Automake <automake at gnu dot org>
- List-Id: Discussion list for automake <automake.gnu.org>
- References: <20010825191417.A6911@nmrc.ie> <998822261.6413.2.camel@scary>
- Reply-To: tromey at redhat dot com
>>>>> "Richard" == Richard Boulton <richard@tartarus.org> writes:
>> On 25 Aug 2001 19:14:17 +0100, Lars Hecking wrote:
>> yacc7.test fails, too. The reason is that the builtin test in Solaris'
>> /bin/sh does not recognise -e. /bin/test OTOH does.
Richard> Oops. That can best be fixed by changing to "test -f", I think.
I agree; I'm checking that in on the 1.5 branch and the trunk.
Tom