From ce2c47c9b7708f571b0ee38c4539c8002a73355c Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Sun, 23 Mar 2014 01:34:17 +1100 Subject: doc update: add note about `make cleanup-style` --- index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 9f446c5..6c108fe 100644 --- a/index.html +++ b/index.html @@ -2710,7 +2710,11 @@ endef
  • Check that you don't have "dirty stuff" in your *.mk files, - such as TAB characters or trailing spaces at lines endings. + such as TAB characters or trailing spaces at lines endings. Run: +

    +
    make cleanup-style
    +

    + to remove these. Have a look at random *.mk files to get a feeling for the coding style.

    -- cgit v0.12