summaryrefslogtreecommitdiff
path: root/build2/inotify-daemon
blob: 37f7ca04af8fa618799346697f03bce63d2f995b (plain)
1
2
3
4
5
- Linux inotify(7) daemon to avoid stat() on rebuild [idea]

One way to avoid calling stat() on every target during a rebuild is to have a
daemon (running between rebuilds) that uses inotify(7) API to track what has
changed between rebuilds.