Xavier de Gaye <xdeg...@gmail.com> added the comment:

Hum, GNU make does re-execute the updated Makefile [1] after the 'Makefile' 
target has been remade.
The problem occurs though with the other make variants that do not have this 
feature.

[1] This may be shown by updating Makefile.pre.in and adding an 'echo' recipe 
in the 'Python/sysmodule.o' target for example, or by running 'make -d' after 
Makefile.pre.in has been modified and confirming that the command prints 
"Re-executing[1]: make -d".

----------

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

Reply via email to