On 04/16/13 06:13, Michał Markowski wrote:
> $ cd /usr/src/sys/arch/`uname -m`/config
> cd: no such file or directory: /usr/src/sys/arch/i386/config
> $ cd /usr/src/sys/arch/`uname -m`/conf
> $
> 
> 
> --- /cvs/www/faq/current.html   Tue Apr 16 11:54:22 2013
> +++ /tmp/current.html   Tue Apr 16 12:10:27 2013
> @@ -597,7 +597,7 @@
>  <ul>
>  <li>Update entire source tree using cvs
>  <li>configure and build a new kernel:
> -<blockquote><pre><b>   cd /usr/src/sys/arch/`uname -m`/config
> +<blockquote><pre><b>   cd /usr/src/sys/arch/`uname -m`/conf
>     config GENERIC              # or GENERIC.MP or whatever config you use
>     cd ../compile/GENERIC       # or GENERIC.MP or ...
>     make clean
> 
> 
> --
> Michał Markowski
> 

yep, fixed, thanks!

Nick.

Reply via email to