Date: Sat, 30 Jun 2001 15:06:06 -0700 From: Mark Peek <mark-ml@whistle.com> To: Warner Losh <imp@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/config config.8 main.c Message-ID: <p05100308b763fd10fbfe@[207.76.207.129]> In-Reply-To: <200106300628.f5U6SDf42318@freefall.freebsd.org> References: <200106300628.f5U6SDf42318@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
At 11:28 PM -0700 6/29/01, Warner Losh wrote: >imp 2001/06/29 23:28:13 PDT > > Modified files: > usr.sbin/config config.8 main.c > Log: > Move kernel compile directory from sys/compile/FOO to > sys/compile/${MACHINE}/FOO. > > Reviewed by: obrien, peter and the USENIX terminal room secret kernel cabal > > Revision Changes Path > 1.27 +2 -2 src/usr.sbin/config/config.8 > 1.51 +3 -4 src/usr.sbin/config/main.c Warner, Here's a patch to clean up the FILES section of the documentation as well. Note: I don't believe config uses /sys/ARCH/conf/files.SYSTEM_NAME anymore so I removed that line completely. Mark Index: usr.sbin/config/config.8 =================================================================== RCS file: /cvs/freebsd/src/usr.sbin/config/config.8,v retrieving revision 1.28 diff -u -r1.28 config.8 --- usr.sbin/config/config.8 2001/06/30 06:38:42 1.28 +++ usr.sbin/config/config.8 2001/06/30 22:00:33 @@ -208,21 +208,17 @@ in the root file system. .El .Sh FILES -.Bl -tag -width /sys/i386/conf/Makefile.i386 -compact +.Bl -tag -width /sys/ARCH/compile/SYSTEM_NAME -compact .It Pa /sys/conf/files list of common files system is built from -.It Pa /sys/i386/conf/Makefile.i386 +.It Pa /sys/conf/Makefile.ARCH generic makefile for the -.Tn i386 -.It Pa /sys/i386/conf/files.i386 +.Tn ARCH +.It Pa /sys/conf/files.ARCH list of -.Tn i386 +.Tn ARCH specific files -.It Pa /sys/i386/conf/files. Ns Em ERNIE -list of files specific to -.Em ERNIE -system -.It Pa /sys/compile/SYSTEM_NAME +.It Pa /sys/ARCH/compile/SYSTEM_NAME default kernel build directory for system .Pa SYSTEM_NAME . .El 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?p05100308b763fd10fbfe>