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.

_______________________________________________
python-committers mailing list
python-committers@python.org
https://mail.python.org/mailman/listinfo/python-committers
Code of Conduct: https://www.python.org/psf/codeofconduct/

Reply via email to