bug-make
[Top][All Lists]
Advanced

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

Re: GNU make 3.99.91 release candidate is available


From: Paul Smith
Subject: Re: GNU make 3.99.91 release candidate is available
Date: Mon, 23 Sep 2013 17:01:14 -0400

On Mon, 2013-09-23 at 14:03 +0200, Dagobert Michelsen wrote:
> I still have two fails with SunStudio without Guile and with GCC and
> both with/without Guile:

Blerg.  Looks like the /bin/sh on the Solaris 10 system can't accept
options separated by spaces:

  address@hidden [unstable10s]:~ > /bin/sh -xc 'true'
  + true
  address@hidden [unstable10s]:~ > /bin/sh -x -c 'true'
  -c: -c: cannot open

The /bin/sh on Solaris 11 works OK which is why I didn't see it during
my testing.

Hm.  I guess we won't test this aspect on this version of Solaris :-).




reply via email to

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