> > after seeing your steps.. it makes sense pre-build the kernel to 4.0
> > _before_ installing world.
> > however... could you provide a little more info on steps 5, 6, & 7
> > specifically.. what does the -DNOINFO do ( i can't find it on my system..
> > yet)
>
> -DNOINFO is documented in src/Makefile.inc1, it is required for
> successful -current installworld from 3.x due to bootstrapping
> problems (-current install-info(1) has two new options).
AHAA !! those new options wouldn't by any chance be
--section & --entry ???
i got an error on my original make saying --defsection & --defentry were invalid
options
after man'ing "install-info" i went into /usr/share/src/mk and edited bsd.info.mk
appropriately.
however... THAT didn't work.. someone suggested doing a "make install" in
/usr/share/src/mk
of course, that didn't work either
guess i'm just saying that this all makes a lot more sense now...
thanks for all the help on all this!!!!
gonna give it a shot.... right now in fact :)
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message