commit | a5f08108c14ed37cd9f71e0828876d96e9de46da | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Sat Dec 24 15:02:00 2022 -0500 |
committer | Mike Frysinger <vapier@gentoo.org> | Sat Dec 24 21:33:24 2022 -0500 |
tree | e9e7f127f5c80defb349db29e9f1fb078298ca22 | |
parent | 5d3539bd6bbd9cbd0fa1e09d93632ff08822f1c2 [diff] |
sim: igen: support in-place updates ourself Every file that igen outputs is then processed with the move-if-changed shell script. This creates a lot of boilerplate in the build and not an insignificant amount of build-time overhead. Move the simple "is the file changed" logic into igen itself.