]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Support getting *.$MACHINE from sys/conf as well as sys/$MACHINE/conf.
authorpeter <peter@FreeBSD.org>
Sat, 8 Jan 2000 16:48:12 +0000 (16:48 +0000)
committerpeter <peter@FreeBSD.org>
Sat, 8 Jan 2000 16:48:12 +0000 (16:48 +0000)
commitc714ed458538bef1f027e8ae35e11b74a934599f
tree1477b047f8936f2d04b86998b48f0be6858d9b42
parent27629843b562745fcc1fe1d5d008fb30d613bb86
Support getting *.$MACHINE from sys/conf as well as sys/$MACHINE/conf.
This would mean that we could move files.alpha, files.i386, files.pc98
etc all next to conf/files, and the various Makefiles next to each
other.  This should go a long way towards committers "seeing" the
Alpha etc stuff and remembering to update that too as it would be
right next to the i386 config files.  Note this does not include
the GENERIC etc files as they can't be shared.  I haven't actually
moved the files, but the support is here for it.  It still supports
the per-machine conf directories so that folks working on a new arch
can just distribute a subdir of files.
usr.sbin/config/mkmakefile.c
usr.sbin/config/mkoptions.c