STINNER Victor added the comment:

Xiang Zhang added the comment:
> So now we have to run make if we want to trigger the profile procedure since 
> other make commands like make test won't trigger the procedure by itself, 
> right?

I don't think that the patch changes the behaviour of "make": it only
changes the behaviour of "make install" and "make test" (and a few
others).

To be honest, I don't know if Makefile knows when a rebuild is needed
and how it works. To run benchmarks, I always rebuild Python from
scratch, even from an empty directory!

----------

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

Reply via email to