View Single Post
  #3   (View Single Post)  
Old 4th June 2011
sharris sharris is offline
Package Pilot
 
Join Date: Jun 2010
Posts: 146
Default

The handbook is good advice but it don't tell you how to do it this way or how to clean-up, if I remember correctly. It's the long way. You can watch what happen in each step. You can do the && thing you find in the hand book latter. This is more fun!

The exact steps are:

cd /usr/src/sys/amd64/conf
make LINT

/usr/sbin/config GENERIC_90
cd ../compile/GENERIC_90

make cleandepend
make depend
make
make install

rm -frv /usr/src/sys/amd64/compile/GENERIC_90 # clean-up

I did this at lease a hundred 100 times...
....
Reply With Quote