[issue27950] Superflous messages when running make

Xiang Zhang report at bugs.python.org
Sun Sep 4 00:56:15 EDT 2016


Xiang Zhang added the comment:

> However it seems that other Make implementations might take your comments in the middle of a list of commands as a sign to end the list of commands.

If this is true then it seems we have to move the comments before the rules. Another way that might work is adding @ to silence the comment before the comments. But this is really unfriendly to editor highlight.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27950>
_______________________________________


More information about the Python-bugs-list mailing list