Martin Panter added the comment:

The same $(GRAMMAR_H) dependency and touch command still exists today, so I 
suspect this is still valid (though I didn’t try to reproduce it). I think we 
need to figure out if you can write a proper makefile rule that handles a 
single command that updates two targets at once.

FWIW I don’t think “make touch” will currently help on Python 2, because it 
only affects two files that are generated by pgen (see also my comment in Issue 
19142).

----------
nosy: +martin.panter
stage:  -> needs patch

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

Reply via email to