- 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.