Date: Sat, 8 Jan 2000 08:48:12 -0800 (PST) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/config mkmakefile.c mkoptions.c Message-ID: <200001081648.IAA53798@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2000/01/08 08:48:12 PST Modified files: usr.sbin/config mkmakefile.c mkoptions.c Log: 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. Revision Changes Path 1.51 +16 -9 src/usr.sbin/config/mkmakefile.c 1.16 +11 -7 src/usr.sbin/config/mkoptions.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001081648.IAA53798>