Discrepancy between UPDATING and kernel config command

Aaron Siegel aj at siegel-tech.net
Sat Apr 12 13:36:05 UTC 2008


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


More information about the freebsd-bugs mailing list