bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "make check" failure on Solaris 10 with make 4.2.91


From: Paul Smith
Subject: Re: "make check" failure on Solaris 10 with make 4.2.91
Date: Mon, 16 Sep 2019 14:30:51 -0400

On Mon, 2019-09-16 at 11:04 -0700, Paul Eggert wrote:
> syntax error at ./run_make_tests.pl line 473, near "or continue"

Ugh.  Can you change this line:

      -x $prog or continue;

to this:

      -x $prog or next;

?  That's a dumb syntax error.  Too many different languages.

However, I don't think we should ever be in this situation.  The only
way we can ever get here is if you ran with "-make make" but you
clearly ran with "-make ../make" so we can't get into this loop.

Can you run this and tell me what it prints:

  perl -we 'use File::Spec::Functions qw(splitpath); my @o =
splitpath("../make"); print "@o\n"'

and also this:

  perl -we 'use File::Spec; print "$File::Spec::VERSION\n";'

Thanks!






reply via email to

[Prev in Thread] Current Thread [Next in Thread]