From owner-freebsd-arch Sun Feb 23 16:16:48 2003 Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E69037B401 for ; Sun, 23 Feb 2003 16:16:47 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A4F643F75 for ; Sun, 23 Feb 2003 16:16:47 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.7/8.12.2) with ESMTP id h1O0Gj2p067282 for ; Sun, 23 Feb 2003 16:16:45 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.7/8.12.7/Submit) id h1O0GjFt067281 for freebsd-arch@freebsd.org; Sun, 23 Feb 2003 16:16:45 -0800 (PST) Date: Sun, 23 Feb 2003 16:16:44 -0800 From: "David O'Brien" To: freebsd-arch@freebsd.org Subject: [RFC] splitting of conf/NOTES Message-ID: <20030224001644.GA67255@dragon.nuxi.com> Reply-To: freebsd-arch@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [Please don't CC me on your public replies -- I don't want every message in this thread to end up in my personal mailbox. I'll read them in the list, thank you very much.] I can now create a sparc64 LINT kernel with the patches at http://people.freebsd.org/~obrien/sp64notes.diff. The essence of this patch is to split sys/conf/NOTES into NOTES, NOTES.bt, NOTES.ext2fs, NOTES.ps2, NOTES.raid, and NOTES.syscons. Each /sys//conf/Makefile now looks like: NOTES= ../../conf/NOTES \ ../../conf/NOTES.bt \ ../../conf/NOTES.ext2fs \ ../../conf/NOTES.ps2 \ ../../conf/NOTES.raid \ ../../conf/NOTES.syscons \ NOTES LINT: ${NOTES} ../../conf/makeLINT.sed cat ${NOTES} | sed -E -n -f ../../conf/makeLINT.sed > LINT Any comments before I commit this? -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message