[Python-checkins] [python/cpython] 03b8a3: [3.6] bpo-29243: Fix Makefile with respect to --en...

GitHub noreply at github.com
Tue May 9 10:05:22 EDT 2017


 Branch: refs/heads/3.6
 Home: https://github.com/python/cpython
 Commit: 03b8a378dfa46372b96790f82c85e9b72518f1bf
 https://github.com/python/cpython/commit/03b8a378dfa46372b96790f82c85e9b72518f1bf
 Author: torsava <torsava at redhat.com>
 Date: 2017年05月09日 (2017年5月09日)
 Changed paths:
 M Makefile.pre.in
 M Misc/ACKS
 M Misc/NEWS
 Log Message:
 -----------
 [3.6] bpo-29243: Fix Makefile with respect to --enable-optimizations (GH-1478) (#1518)
* bpo-29243: Fix Makefile with respect to --enable-optimizations (#1478)
* bpo-29243: Fix Makefile with respect to --enable-optimizations
When using the Profile Guided Optimization (./configure --enable-optimizations)
Python is built not only during `make` but rebuilt again during `make test`,
`make install` and others. This patch fixes the issue.
Note that this fix produces no change at all in the Makefile if configure is
run witout --enable-optimizations.
* !squash
(cherry picked from commit a1054c3b0037d4c2a5492e79fc193f36245366c7)
* [3.6] bpo-29243: Fix Makefile with respect to --enable-optimizations (GH-1478)
* bpo-29243: Fix Makefile with respect to --enable-optimizations
When using the Profile Guided Optimization (./configure --enable-optimizations)
Python is built not only during `make` but rebuilt again during `make test`,
`make install` and others. This patch fixes the issue.
Note that this fix produces no change at all in the Makefile if configure is
run witout --enable-optimizations.
* !squash.
(cherry picked from commit a1054c3b0037d4c2a5492e79fc193f36245366c7)


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /