[bug #63689] Typos

2023-01-28 Thread Paul D. Smith
Update of bug #63689 (project make): Status:None => Fixed Open/Closed:Open => Closed Operating System:None => Any Fixed Release:

[bug #63690] temp_stdin and output_sync failure on macos

2023-01-28 Thread Paul D. Smith
Update of bug #63690 (project make): Status:None => Fixed Assigned to:None => psmith Open/Closed:Open => Closed Fixed Release:

[bug #63688] Allow env variable AR="ar -X 64"

2023-01-28 Thread Paul D. Smith
Update of bug #63688 (project make): Status:None => Fixed Open/Closed:Open => Closed Fixed Release:None => SCM Triage Status:

[bug #63667] In POSIX mode, the shell should not be run with -e if errors are ignored

2023-01-28 Thread Paul D. Smith
Update of bug #63667 (project make): Status:None => Fixed Assigned to:None => psmith Open/Closed:Open => Closed Operating System:

[bug #63667] In POSIX mode, the shell should not be run with -e if errors are ignored

2023-01-28 Thread Paul D. Smith
Follow-up Comment #1, bug #63667 (project make): This is actually a bit tricky. GNU make allows the user to specify their own shell flags, so the real rule is "if the user didn't override the shell flags, AND POSIX is set, AND we're not ignoring errors, then use "-ec" as the shell flags. I have