From owner-cvs-all Sat Mar 1 18:51:43 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D60937B401; Sat, 1 Mar 2003 18:51:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BECF743FBD; Sat, 1 Mar 2003 18:51:40 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h222pe0U080914; Sat, 1 Mar 2003 18:51:40 -0800 (PST) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h222pes8080913; Sat, 1 Mar 2003 18:51:40 -0800 (PST) Message-Id: <200303020251.h222pes8080913@repoman.freebsd.org> From: "David E. O'Brien" Date: Sat, 1 Mar 2003 18:51:40 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man5 style.Makefile.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2003/03/01 18:51:40 PST FreeBSD src repository Modified files: share/man/man5 style.Makefile.5 Log: Also allow and document a "build" ordering for variables. Both "product" and "build" ordering are rampant in /usr/src. This document is not indented to be as strict as style(9) as historically BSD hasn't been as consistent about Makefile as C code. Also there are too many variations, exceptions and allowances in out existing Makefile style to be strict. However there is a general level of consensus on what the general BSD style of our Makefiles is. This manpage documents that "smell". Revision Changes Path 1.4 +20 -1 src/share/man/man5/style.Makefile.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message