doc update: add note about `make cleanup-style`

pull/349/merge
Tony Theodore 10 years ago
parent 92c40653d3
commit ce2c47c9b7

@ -2710,7 +2710,11 @@ endef</pre>
<li>
<p>
Check that you don't have "dirty stuff" in your <code>*.mk</code> files,
such as TAB characters or trailing spaces at lines endings.
such as TAB characters or trailing spaces at lines endings. Run:
</p>
<pre>make cleanup-style</pre>
<p>
to remove these.
Have a look at random <code>*.mk</code> files
to get a feeling for the coding style.
</p>

Loading…
Cancel
Save