Date: Sat, 10 Apr 2004 20:40:21 -0700 (PDT) From: Ken Smith <kensmith@cse.Buffalo.EDU> To: freebsd-doc@FreeBSD.org Subject: Re: docs/65397: /usr/src/UPDATING incorrectly states the path in a cd command Message-ID: <200404110340.i3B3eLoF049913@freefall.freebsd.org>
index | next in thread | raw e-mail
The following reply was made to PR docs/65397; it has been noted by GNATS.
From: Ken Smith <kensmith@cse.Buffalo.EDU>
To: Russell Francis <rf358197@ohio.edu>
Cc: freebsd-gnats-submit@freebsd.org
Subject: Re: docs/65397: /usr/src/UPDATING incorrectly states the path in a cd command
Date: Sat, 10 Apr 2004 23:33:22 -0400
On Sat, Apr 10, 2004 at 05:49:03AM -0700, Russell Francis wrote:
> In the /usr/src/UPDATING file, the instructions for rebuilding the kernel when you know it won't mess anything up list a step
>
> cd ../../compile/KERNEL
>
> which should really be
>
> cd ../compile/KERNEL
> >How-To-Repeat:
>
> >Fix:
> --- /usr/src/UPDATING Sun Apr 4 21:51:58 2004
> +++ UPDATING Sat Apr 10 07:46:41 2004
> @@ -1346,7 +1346,7 @@
> --------------------------------------------------------------
> cd src/sys/{i386,alpha}/conf
> config KERNEL_NAME_HERE
> - cd ../../compile/KERNEL_NAME_HERE
> + cd ../compile/KERNEL_NAME_HERE
> make depend
> make
> make install
Thanks, that was the pathname for 4.X and it looks like it never got
changed. I added a little bit more text above this to bring it a little
into line with what's available in 5.X.
--
Ken Smith
- From there to here, from here to | kensmith@cse.buffalo.edu
there, funny things are everywhere. |
- Theodore Geisel |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404110340.i3B3eLoF049913>
