]> granicus.if.org Git - python/commit
bpo-29243: Fix Makefile with respect to --enable-optimizations (#1478)
authortorsava <torsava@redhat.com>
Fri, 5 May 2017 15:35:50 +0000 (17:35 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 5 May 2017 15:35:50 +0000 (17:35 +0200)
commita1054c3b0037d4c2a5492e79fc193f36245366c7
treeb8c35a169117004996d98ca1fe6aaec5efa363ca
parentc07b3a15be5e0a68a73b4c532861ed8de6932bd2
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
Makefile.pre.in
Misc/ACKS
Misc/NEWS