in reply to make-like dependency tools in perl
Rebuild the dependency graph when something changes instead of using rules for updating the graph. Incremental graph-update functions are certainly possible to write, but many graph modules don't support it.
"Age/change state" can be checked with ordinary date modules or functions. Do you need something else?
How many dependencies do you have? If you have more than about 50,000 you may have a difficult job. If you have more than about 3,000,000 it can be very tough.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: make-like dependency tools in perl
by bsb (Priest) on Jun 25, 2005 at 05:52 UTC |