|
From: | Dmitry Goncharov |
Subject: | [bug #60736] Introduce "Circular <file> <- <file> dependency dropped." for .EXTRA_PREREQS deps. |
Date: | Sat, 5 Jun 2021 21:33:48 -0400 (EDT) |
User-agent: | Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 |
URL: <https://savannah.gnu.org/bugs/?60736> Summary: Introduce "Circular <file> <- <file> dependency dropped." for .EXTRA_PREREQS deps. Project: make Submitted by: dgoncharov Submitted on: Sun 06 Jun 2021 01:33:46 AM UTC Severity: 3 - Normal Item Group: Enhancement Status: None Privacy: Public Assigned to: None Open/Closed: Open Discussion Lock: Any Component Version: SCM Operating System: None Fixed Release: None Triage Status: None _______________________________________________________ Details: Introduce "Circular <file> <- <file> dependency dropped." for .EXTRA_PREREQS dependencies. $ cat makefile2 hello.x: ; touch $@ hello.x: .EXTRA_PREREQS:=hello.x $ make -f makefile2 touch hello.x $ "make: Circular hello.x <- hello.x dependency dropped." is missing. The message is useful and make prints it in the case of a regular (as opposite to .EXTRA_PREREQS) circular dependency. _______________________________________________________ Reply to this item at: <https://savannah.gnu.org/bugs/?60736> _______________________________________________ Message sent via Savannah https://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |