Hacker News new | ask | show | jobs
by NieDzejkob 1544 days ago
My favorite solution is Tup, which uses FUSE to observe exactly which files each command is reading. That way it's impossible to write a Tupfile for which incremental builds don't work properly.
1 comments

I was actually thinking of this approach once but immediately convinced myself it's crazy. Good to see it seems to work at least. :-)