From: Michael Tremer Date: Sat, 27 Dec 2008 14:59:01 +0000 (+0100) Subject: Updated coding-style.txt. X-Git-Tag: v3.0-alpha1~305 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=82027fc89711c068aa57dff70ef8650bf7f892c8;p=ipfire-3.x.git Updated coding-style.txt. --- diff --git a/doc/coding-style.txt b/doc/coding-style.txt index 3815ba33a..d441e1b11 100644 --- a/doc/coding-style.txt +++ b/doc/coding-style.txt @@ -46,4 +46,11 @@ # III. LFS files # ############################################################################### + - Have a look at the format of the configure commands. + + - There is a variable that contains some options for parallel builds called + $(PARALLELISMFLAGS). Please comment out it if the makefile has no support + for that. + - We don't run test suites. Sorry. +