Xiangfu Liu wrote:
>>- some lines are longer than 80 characters
> 
> I follow the milkymist style. :)

Not a good example in this case. Overlong lines are a great
nuisance - they waste screen space, they make the code hard
to read, you need to scroll sideways, or your text editor
isn't WYSIWYG. Pick at least one :-)

And when you print, you also have a chance of them getting
chopped off or looking ugly.

> sorry. don't understand about "hide .PHONY amidst the rules"
> you mean the LIBS in bios makefile?

I mean the .PHONY deep in the Makefile, above the "clean"
target. It's better to have declarations like .PHONY closer
to the top, somewhere before the first rules.

- Werner
_______________________________________________
http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org
IRC: #milkymist@Freenode

Reply via email to