Hacker News new | ask | show | jobs
by aidenn0 1452 days ago
Other make replacements have solved this by making the dependency graph independent of the file structure. Hopefully beast does this too
1 comments

What do you mean? make has no particular requirements regarding the file structure. You can write a single giant Makefile covering a directory tree with thousands of source files in various directories.
I meant independent of the (make-replacement)file structure. As long as the dependency graph isn't restricted to a single build file, then most of the inherent issues with recursive make are avoided.