[issue27950] Superfluous messages when running make

Martin Panter report at bugs.python.org
Sun Sep 4 21:05:16 EDT 2016


Martin Panter added the comment:

I think

<Tab>@# Comment

would be just as good as (and slightly clearer than)

<Tab>@: # Comment

They would both invoke the shell. The first has no command and just a shell comment; the second has a no-op command (:) with a comment. Let me know if you agree @# would be okay.

I can’t think of a simple solution for the pybuilddir.txt rule. (Other than using make -s :)

----------

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


More information about the Python-bugs-list mailing list