[Python-Dev] "make touch" replaced with "make regen-all"
Victor Stinner
victor.stinner at gmail.com
Fri May 5 02:01:07 EDT 2017
More information about the Python-Dev mailing list
Fri May 5 02:01:07 EDT 2017
- Previous message (by thread): [Python-Dev] "make touch" replaced with "make regen-all"
- Next message (by thread): [Python-Dev] "make touch" replaced with "make regen-all"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Le 5 mai 2017 6:31 AM, "Nick Coghlan" <ncoghlan at gmail.com> a écrit : The note just needs to say that folks that care about doing "complete" builds need to adjust their command sequence to be "./configure <options> && make regen-all && make install", rather than the previous pattern of "./configure <options> && make install". Hum, you only need to regenerate files if you modify Grammar, AST or opcodes. Do you mean that Linux distro make such downstream changes? Victor -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20170505/b6a62da0/attachment.html>
- Previous message (by thread): [Python-Dev] "make touch" replaced with "make regen-all"
- Next message (by thread): [Python-Dev] "make touch" replaced with "make regen-all"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list