Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Apr 2008 07:15:47 -0600
From:      Aaron Siegel <aj@siegel-tech.net>
To:        freebsd-bugs@freebsd.org
Subject:   Discrepancy between UPDATING and kernel config command
Message-ID:  <200804120715.47688.aj@siegel-tech.net>

next in thread | raw e-mail | index | archive | help
Hello

I just recently notice a small discrepancy between the instructions for 
building a kernel in the UPDATING file and the out put of the config command. 
The output of the config command includes the "make cleandepend" which is not 
included in the instructions listed in the UPDATING file.  The config comand 
output:

... Don't forget to do ``make cleandepend && make depend'' ...

The instruction listed in UPDATING 7.0 stable, 20080226;
	cd src/sys/${arch}/conf
        config KERNEL_NAME_HERE
        cd ../compile/KERNEL_NAME_HERE
        make depend
        make
        make install

I am not sure if this deserves a problem report. I did search the PR and did 
not find any related to this problem.

I am not subscribed to the bugs list, forward your reply to the reply to 
address.

Aaron



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804120715.47688.aj>