[bug #52922] -Otarget does not function properly and errors on FreeBSD, with stdout to a pipe

2022-08-30 Thread Paul D. Smith
Update of bug #52922 (project make): Status:None => Fixed Open/Closed:Open => Closed Fixed Release:None => SCM _

[bug #60444] gnulib fcntl breaks output-sync on mingw

2022-08-30 Thread Paul D. Smith
Update of bug #60444 (project make): Status:None => Fixed Assigned to:None => psmith Open/Closed:Open => Closed Fixed Release:

[bug #60774] make hangs on fcntl lock when using -O and stdout is /dev/null

2022-08-30 Thread Paul D. Smith
Update of bug #60774 (project make): Status:None => Fixed Open/Closed:Open => Closed Component Version:None => 4.0 Fixed Release:

[bug #62397] jobserver unavailable from $(shell $(MAKE)...)

2022-08-30 Thread Paul D. Smith
Update of bug #62397 (project make): Status:None => Fixed Open/Closed:Open => Closed Fixed Release:None => SCM Triage Status:

[bug #62840] make --version in pipe return SIGPIPE

2022-08-30 Thread Paul D. Smith
Update of bug #62840 (project make): Status:None => Fixed Open/Closed:Open => Closed Fixed Release:None => SCM

[bug #62908] Regression. Double free if jobserver is enabled, but cannot open fifo.

2022-08-30 Thread Paul D. Smith
Update of bug #62908 (project make): Status:None => Fixed Open/Closed:Open => Closed Fixed Release:None => SCM

[bug #56446] Make shouldn't be running eval when expanding variables for export

2022-08-30 Thread Paul D. Smith
Update of bug #56446 (project make): Item Group: Enhancement => Documentation Status:None => Fixed Assigned to:None => psmith Open/Closed:

[bug #51306] Checking programming possibilities around “MAKECMDGOALS”

2022-08-30 Thread Paul D. Smith
Update of bug #51306 (project make): Status:None => Fixed Open/Closed:Open => Closed Fixed Release:None => SCM Triage Status:

[bug #61623] Add a startup optimizaton hint to the manual.

2022-08-30 Thread Paul D. Smith
Update of bug #61623 (project make): Status:None => Fixed Assigned to:None => psmith Open/Closed:Open => Closed Fixed Release:

[bug #61957] Document the side effect of mentioning a file explicitly.

2022-08-30 Thread Paul D. Smith
Update of bug #61957 (project make): Status:None => Fixed Assigned to:None => psmith Open/Closed:Open => Closed Fixed Release:

[bug #62496] Fix "7.3 Conditionals that Test Flags" in the manual,

2022-08-30 Thread Paul D. Smith
Update of bug #62496 (project make): Status:None => Fixed Assigned to:None => psmith Open/Closed:Open => Closed Fixed Release:

[bug #62840] make --version in pipe return SIGPIPE

2022-08-30 Thread Paul D. Smith
Follow-up Comment #5, bug #62840 (project make): Thanks for that patch. After looking at it I added some more cleanup. I saw one weird thing: we allow the --version option to be accepted from the environment: $ MAKEFLAGS=--version make GNU Make 4.3 ... and doesn't try to build any targets.