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

2021-06-05 Thread Dmitry Goncharov
Additional Item Attachment, bug #60736 (project make): File name: sv_60736_add_avoid_circular_dep_msg.diff Size:0 KB ___ Reply to this item

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

2021-06-05 Thread Dmitry Goncharov
Follow-up Comment #1, bug #60736 (project make): With the patch in the attachment the output is $ make -f makefile2 make: Circular hello.x <- hello.x dependency dropped. touch hello.x $ ___ Reply to this item at:

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

2021-06-05 Thread Dmitry Goncharov
URL: Summary: Introduce "Circular <- dependency dropped." for .EXTRA_PREREQS deps. Project: make Submitted by: dgoncharov Submitted on: Sun 06 Jun 2021 01:33:46 AM UTC Severity: 3

[bug #60730] Emit fewer enter/leave messages with -O

2021-06-05 Thread Paul D. Smith
Update of bug #60730 (project make): Status:None => Not A Bug Open/Closed:Open => Closed ___ Follow-up Comment #3: OK thanks. FWIW I

[bug #60730] Emit fewer enter/leave messages with -O

2021-06-05 Thread Tom Tromey
Follow-up Comment #2, bug #60730 (project make): > The reason for it is that when there are multiple jobs running we don't know if the next output to be printed will be from this instance of make or from another instance of make Thank you for your reply. I understand the problem. I think you

[bug #60730] Emit fewer enter/leave messages with -O

2021-06-05 Thread Paul D. Smith
Follow-up Comment #1, bug #60730 (project make): Just to be clear, this only happens if you use -j to enable the jobserver along with -O. The reason for it is that when there are multiple jobs running we don't know if the next output to be printed will be from this instance of make or from