[bug #13529] Incorrect circular dependancy

2009-06-13 Thread Paul D. Smith
Update of bug #13529 (project make): Status:None => Fixed Assigned to:None => psmith Open/Closed:Open => Closed Component Version:

[bug #13529] Incorrect circular dependancy

2006-05-22 Thread Reid Madsen
Follow-up Comment #4, bug #13529 (project make): I'm experiencing similar problems with V3.81. The symptoms are these: 1. make clean 2. make -- make rebuilds everything, with no warnings about circular dependencies. 3. make -- nothing to do, but I get hundreds of false warnings about circula

[bug #13529] Incorrect circular dependancy

2006-02-21 Thread Thomas Bleher
Follow-up Comment #3, bug #13529 (project make): OK, I tracked down my problem and reduced it to a small testcase: The Makefile looks like this: vpath %.te test/ .SECONDARY: default: test/a test/b test/a: fail.te test/b : fail.te test/fail.te: test/ exists but is empty. When I run make with thi

[bug #13529] Incorrect circular dependancy

2006-02-20 Thread Thomas Bleher
Follow-up Comment #2, bug #13529 (project make): I'm having a similar problem (make from CVS 2006-02-21, Ubuntu Dapper): Testcase: http://www.cip.ifi.lmu.de/~bleher/refpolicy-segfault.tar.gz (same as in bug #15818). When make is called on this tree with "make -C build-tree/refpolicy NAME=refpol