]> granicus.if.org Git - python/commit
Issue #27950: Silence long makefile commands and comments
authorMartin Panter <vadmium+py@gmail.com>
Thu, 22 Sep 2016 09:34:43 +0000 (09:34 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Thu, 22 Sep 2016 09:34:43 +0000 (09:34 +0000)
commitadab00fb3e84417a4fe516be7b25325f3ddb2d79
tree66f68f39af8badf835396ecde4756adc39ae0ee0
parentb0ba1974a49fb62e70f6d028421edc59a46bae23
Issue #27950: Silence long makefile commands and comments

Gnu Make treats comments in a list of commands as shell comments (not
makefile comments), and reports them as shell commands. The space separating
the @ and # symbols helps syntax highlighting.
Makefile.pre.in