Follow-up Comment #4, bug #57022 (project make):
1. gmake posix_spawn's dodgy
2. fork inside posix_spawn succeeds and posix_spawn returns 0.
3. gmake skips fallback to /bin/sh because posix_spawn's return code is not
enoexec.
4. posix_spawn's child proceeds to exec dodgy and fails
5. posix_spawn d
On Tue, 2019-10-08 at 15:28 -0700, Paul Eggert wrote:
> * tests/scripts/functions/shell: Port exit-status calculation
> to Solaris 10 with Perl 5.8.4.
Thanks Paul. I had hoped that my attempts to get Perl to tell me what
the expected return codes are on the local system would have been
sufficient
> From: Paul Smith
> Date: Tue, 08 Oct 2019 08:48:17 -0400
>
> A new release candidate for GNU make 4.3 is available now for download:
>
> 075899c074bab8dac6944a17c8ef25fe make-4.2.92.tar.bz2
> fd6a03ba0b1c2bfabb6d2cc90c8b9102 make-4.2.92.tar.gz
>
> You can obtain a copy from: https: