Hacker News new | ask | show | jobs
by Pica_soO 3215 days ago
Every folder gets its own little makefile. Calling those recursive shouldnt result in trouble?
1 comments

You might like "Recursive Make Considered Harmful", Miller.

http://aegis.sourceforge.net/auug97.pdf

Although I suspect the main complaint (slow, due to checking directories where nothing has changed) has mostly been swept under the rug by increased CPU speeds some of the other items (managing dependencies, ordering, ...) are still worth considering today.

Tup solves this: http://gittup.org/tup/