[bug #30381] Don't avoid implicit rule recursion quite so soon.

2015-05-12 Thread anonymous
Follow-up Comment #19, bug #30381 (project make): Regarding the earlier suggestion of using recursive calls to Make: The problem with this is concurrency. I want to do multi-threaded make, and I don't want different recipes building the same shared prereq simultaneously, stepping on each others'

[bug #30381] Don't avoid implicit rule recursion quite so soon.

2015-05-12 Thread anonymous
Follow-up Comment #18, bug #30381 (project make): Ack, my code got mangled, because I'm new at Rich Markup. Here it is again: I could really use this feature. I'm implementing a sort of branching revision control of databases, in which the history is stored as SQL diffs in files named things li

[bug #30381] Don't avoid implicit rule recursion quite so soon.

2015-05-12 Thread anonymous
Follow-up Comment #17, bug #30381 (project make): I could really use this feature. I'm implementing a sort of branching revision control of databases, in which the history is stored as SQL diffs in files named things like .from..sql . So, for example, there's an explicit rule in the makefile to