timm / crusty

Automatically exported from code.google.com/p/crusty
0 stars 0 forks source link

trunk/Makefile: indention with non-tab whitespace #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

Several command lines in the makefile contain mixed whitespace (spaces, or
spaces and tabs) for indentation. Portable makefiles should use only ascii
tab characters for indention, to prevent strict implementations (ie. not
GNU make) from choking.

This can be checked by opening the makefile in GNU emacs and attempting to
save the file. Emacs complains with the warning "Suspicious line 37".

Original issue reported on code.google.com by david.a....@gmail.com on 18 Jan 2007 at 7:29

GoogleCodeExporter commented 9 years ago
Removed non-tab character indentation with revision 41.

Emacs no longer complains about "Suspicious" lines.

Original comment by david.a....@gmail.com on 18 Jan 2007 at 7:33

GoogleCodeExporter commented 9 years ago

Original comment by menzies....@gmail.com on 4 Feb 2007 at 2:46