[bug #23210] target/dependants with equal mtime

2009-06-06 Thread Paul D. Smith
Update of bug #23210 (project make): Status:None => Not A Bug Open/Closed:Open => Closed ___ Follow-up Comment #3: The problem is that t

[bug #23210] target/dependants with equal mtime

2008-05-08 Thread anonymous
Follow-up Comment #2, bug #23210 (project make): I can see your point. Your change essentially makes the target in the "target: source" rule more specific thus turning foo2.o into an exhaustive list of things the new more-specified target depends on. Previously one Makefile said libfoo.a depend

[bug #23210] target/dependants with equal mtime

2008-05-08 Thread anonymous
Follow-up Comment #1, bug #23210 (project make): For this makefile: > ../libfoo.a: foo1.o >ar rcs ../libfoo.a foo1.o make is doing what you told it to; the problem is that the makefile doesn't capture your intent. That makefile says "add or update the foo1.o member of ../libfoo.a if _a

[bug #23210] target/dependants with equal mtime

2008-05-08 Thread anonymous
URL: <http://savannah.gnu.org/bugs/?23210> Summary: target/dependants with equal mtime Project: make Submitted by: None Submitted on: Thursday 05/08/2008 at 18:46 UTC Severity: 3 - Normal Item Grou

target/dependants with equal mtime

2000-09-27 Thread Mark Allen
The version of make I'm using is make-3.79.1. Here's an outline of my mail: o Artificial example makefile and command o My expectations o Observed behavior o More realistic situation o My modifications to "make" to get the behavior I expected == Artificial exa