July 24, 2017
7:37 a.m.
23.07.17 19:04, Brett Cannon пише:
If you look at the exact commands it's configure, make, and then make regen-all clinic. My guess is that last command is touching files in such a way that the make bulidbottest is causing make to rebuild some files.
make regen-all touches header files which are dependencies for all
binaries. I suggest to run make regen-all before make.
The more complex way is making all generating scripts generating new content in memory and don't touching the output files if their content matches the generated content.