|
From: | anonymous |
Subject: | [bug #21984] make detects circular dependency when there is none |
Date: | Tue, 08 Jan 2008 21:08:04 +0000 |
User-agent: | Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.10) Gecko/20071015 SUSE/2.0.0.10-0.1 Firefox/2.0.0.10 |
URL: <http://savannah.gnu.org/bugs/?21984> Summary: make detects circular dependency when there is none Project: make Submitted by: None Submitted on: Tuesday 01/08/2008 at 21:08 UTC Severity: 3 - Normal Item Group: Bug Status: None Privacy: Public Assigned to: None Open/Closed: Open Discussion Lock: Any Component Version: CVS Operating System: POSIX-Based Fixed Release: None _______________________________________________________ Details: When running make with the makefile VPATH := /etc default: alpha beta /etc/gamma: .SECONDARY: alpha: gamma beta: gamma it detects a circular dependency that does not exist: make: Circular beta <- gamma dependency dropped. make: Nothing to be done for `/etc/default'. Obviously dropping this dependency is a problem for the correctness of the build. _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?21984> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |