On 5 May 2017 at 03:40, Brett Cannon <br...@python.org> wrote:
> I see no issue backporting since I don't think we have any compatibility
> promises when it comes to Makefile commands. Plus if the perf changes to add
> PGO support could be backported then I don't see why this shouldn't be
> allowed.

For the benefit of Linux distros attempting to ensure they're doing
full "from source" builds, it would be good to note this in a "Notable
changes in maintenance releases", akin to the existing ones for 3.4
and 2.7 (perhaps retitling the latter accordingly).

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

This should also make bootstrapping easier, since bootstrap builds can
skip the "make regen-all" step and instead rely on the checked in
pre-generated files.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncogh...@gmail.com   |   Brisbane, Australia
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to