From owner-cvs-all Sun Jan 9 7:29:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 638ED14E4C; Sun, 9 Jan 2000 07:29:11 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA97115; Sun, 9 Jan 2000 07:29:11 -0800 (PST) (envelope-from peter@FreeBSD.org) Message-Id: <200001091529.HAA97115@freefall.freebsd.org> From: Peter Wemm Date: Sun, 9 Jan 2000 07:29:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf Makefile.alpha Makefile.i386 src/sys/alpha/conf Makefile.alpha files.alpha kernel.script options.alpha src/sys/i386/conf Makefile.i386 files.i386 kernel.script options.i386 src/sys/pc98/conf Makefile.pc98 ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 2000/01/09 07:29:11 PST Modified files: sys/conf Makefile.alpha Makefile.i386 Removed files: sys/alpha/conf Makefile.alpha files.alpha kernel.script options.alpha sys/i386/conf Makefile.i386 files.i386 kernel.script options.i386 sys/pc98/conf Makefile.pc98 files.pc98 options.pc98 Log: Put on my asbestos suit and move $mach/conf/*.$mach to conf/*.$mach as hinted at in the previous config(8) commits. I've spoken about this with a few people and after the initial suprise wore off they thought it wasn't a bad idea. The upshot of it is that all the files*, Makefile*, options* files are all right next to each other in the hope that people making changes to one set will remember the others. Note, config(8) looks to sys/conf first, and falls back to sys/$mach/conf still, so this doesn't stop people working in subdirs for new platforms. But once it's in the tree it can be moved next to the other files so that the non-i386 platforms are (hopefully) treated a little better than as if they were "second class" ports. This does not change any user editable files. the config program is still run in the same directory as before, the per-platform files (GENERIC, LINT etc) are still in the same place. Revision Changes Path 1.46 +3 -3 src/sys/conf/Makefile.alpha 1.178 +3 -3 src/sys/conf/Makefile.i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message