[bug #62228] prerequisite based on input file created during processing not created, but no error

2022-04-23 Thread Paul D. Smith
Update of bug #62228 (project make): Status:None => Not A Bug Open/Closed:Open => Closed ___ Follow-up Comment #1: Make always parses all

[bug #62175] Port tests to big endian.

2022-04-23 Thread Paul D. Smith
Follow-up Comment #1, bug #62175 (project make): I think there's a deeper problem here. POSIX requires that prerequisites be built in the order they are specified. If we have a target *all: 1.x 2.x* then it's required by the standard that *1.x* be built by make before *2.x*. If that is not happ

[bug #62162] patsubst not working in prerequisites under .SECONDEXPANSION

2022-04-23 Thread Paul D. Smith
Update of bug #62162 (project make): Status:None => Not A Bug Open/Closed:Open => Closed ___ Reply to this item at:

[bug #61885] How do I contribute to make? The submit new Patch link is crossed out?

2022-04-23 Thread Paul D. Smith
Update of bug #61885 (project make): Open/Closed:Open => Closed ___ Reply to this item at: ___ Messa

[bug #60736] Introduce "Circular <- dependency dropped." for .EXTRA_PREREQS deps.

2022-04-23 Thread Paul D. Smith
Follow-up Comment #4, bug #60736 (project make): The reason the exception exists is so that you can specify an extra target globally. You are testing a target-specific variable version, but if you set this globally: .EXTRA_PREREQS = foo bar foo: ; @echo $@ This will always generate a warning

[bug #60736] Introduce "Circular <- dependency dropped." for .EXTRA_PREREQS deps.

2022-04-23 Thread Dmitry Goncharov
Follow-up Comment #3, bug #60736 (project make): > For one thing it causes a number of tests to fail. Fixed. > For another thing the docs explicitly say: > Note 'make' is smart enough not to add a prerequisite listed in '.EXTRA_PREREQS' as a prerequisite to itself. Does this behavior have t

[bug #60736] Introduce "Circular <- dependency dropped." for .EXTRA_PREREQS deps.

2022-04-23 Thread Dmitry Goncharov
Additional Item Attachment, bug #60736 (project make): File name: sv_60736_add_avoid_circular_dep_msg_tests.diff Size:2 KB ___ Reply to

[bug #62356] Setting -R through MAKEFLAGS should set -r.

2022-04-23 Thread Dmitry Goncharov
Additional Item Attachment, bug #62356 (project make): File name: sv62356_test.diff Size:0 KB File name: sv62356_fix.diff Size:0 KB

[bug #62356] Setting -R through MAKEFLAGS should set -r.

2022-04-23 Thread Dmitry Goncharov
URL: Summary: Setting -R through MAKEFLAGS should set -r. Project: make Submitted by: dgoncharov Submitted on: Sat 23 Apr 2022 02:11:17 PM UTC Severity: 3 - Normal Item