From owner-cvs-all Fri Nov 2 13:34:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 160FB37B422; Fri, 2 Nov 2001 13:34:20 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fA2LYKl52080; Fri, 2 Nov 2001 13:34:20 -0800 (PST) (envelope-from imp) Message-Id: <200111022134.fA2LYKl52080@freefall.freebsd.org> From: Warner Losh Date: Fri, 2 Nov 2001 13:34:20 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf Makefile.alpha Makefile.i386 Makefile.ia64 Makefile.pc98 Makefile.powerpc Makefile.sparc64 kern.post.mk kern.pre.mk 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 imp 2001/11/02 13:34:20 PST Modified files: sys/conf Makefile.alpha Makefile.i386 Makefile.ia64 Makefile.pc98 Makefile.powerpc Makefile.sparc64 Added files: sys/conf kern.post.mk kern.pre.mk Log: Factor the common parts of the Makefile.foo files. This introduces two new files: kern.pre.mk, which contains most of the definitions, and kern.post.mk, which contains most of the rules. I've tested this on i386 and pc98. I have had feedback on the sparc64 port, but no reports from anybody on alpha, ia64 or powerpc. I appologize in advance if I've broken you. Reviewed by: jake, jhb, arch@ Revision Changes Path 1.118 +2 -295 src/sys/conf/Makefile.alpha 1.250 +2 -303 src/sys/conf/Makefile.i386 1.43 +3 -295 src/sys/conf/Makefile.ia64 1.151 +3 -306 src/sys/conf/Makefile.pc98 1.256 +3 -302 src/sys/conf/Makefile.powerpc 1.10 +6 -290 src/sys/conf/Makefile.sparc64 1.1 +240 -0 src/sys/conf/kern.post.mk (new) 1.1 +84 -0 src/sys/conf/kern.pre.mk (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message