[bug #63690] temp_stdin and output_sync failure on macos

2023-01-23 Thread Paul D. Smith
Follow-up Comment #3, bug #63690 (project make): Thanks Dmitry; I already have a fix for this. I thought I had pushed it already but maybe not. ___ Reply to this item at:

[bug #52209] Support for ifeq function

2023-01-23 Thread Sam Kendall
Follow-up Comment #5, bug #52209 (project make): I strongly agree with the need but suggest a different syntax: $(eq lhs,rhs) $(neq lhs,rhs) Each function expands lhs and rhs. If the results are identical or nonidentical, respectively, the function expands to T. Otherwise, it expands to empty.

[bug #63693] allow a way of asserting that $(SHELL) is POSIX/Bourne compatible

2023-01-23 Thread David Boyce
URL: Summary: allow a way of asserting that $(SHELL) is POSIX/Bourne compatible Project: make Submitter: boyski Submitted: Mon 23 Jan 2023 09:20:06 PM UTC Severity: 3 - Normal