From: Michael Tremer Date: Sat, 24 Apr 2010 11:52:41 +0000 (+0200) Subject: Remove outdated coding-style file. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6565a5c274ee62354f75984fc831683fbeb8a528;p=ipfire-3.x.git Remove outdated coding-style file. --- diff --git a/doc/coding-style.txt b/doc/coding-style.txt deleted file mode 100644 index d441e1b11..000000000 --- a/doc/coding-style.txt +++ /dev/null @@ -1,56 +0,0 @@ -############################################################################### -# # -# IPFire.org - A linux based firewall # -# Copyright (C) 2008 Michael Tremer & Christian Schmidt # -# # -# This program is free software: you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation, either version 3 of the License, or # -# (at your option) any later version. # -# # -# This program is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with this program. If not, see . # -# # -############################################################################### - - I. The Building System - II. Text files - III. LFS files - -############################################################################### -# I. The Building System # -############################################################################### - - - Everything on the building system is kept as it is. Nothing is changed in - any way. We have got a toolchain for anything we need. - - -############################################################################### -# II. Text files (common rules) # -############################################################################### - - - In the text files there is a limit of 80 characters per line. Because it - sometimes is hard to keep the hard limit is 120 chars. - - - A tab is as long as 8 space characters. - - - With a triple X (XXX) we introduce hacks or todos that we can grep them. - - -############################################################################### -# 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. -