New submission from Neil Schemenauer:

I notice that after running "make" then running "make install", the build will 
go through the whole compile/profile/compile process again.  This is really 
infuriating behaviour, given the extremely long make time for the profiled 
optimized build.

The problem appears to me to be that the "profile-opt" target does not have 
proper dependencies.  I think changing it to:

profile-opt: $(BUILDPYTHON)

should fix it.  If my "make install" ever finishes, maybe I will test it. ;-)

----------
components: Build
messages: 280342
nosy: nascheme
priority: normal
severity: normal
stage: needs patch
status: open
title: Broken makefile depends for profile-opt target
type: enhancement

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28643>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to