> Han Boetes wrote on Sunday, October 18, 2009 1:51 PM > > Hi, > > I just ran tried to install the kernel and ran: > > make depend > make install > > Since I forgot running "make" and since there is no dependency for > "bsd" the target removed my old kernel without installing the new > one.
I'm not a developer, and I don't speak for them, but I suspect that install does not depend on bsd for specific reasons. First guess, as make takes a while to run, and make install is meant to be followed immediately with '#shutdown -r now', make install is not meant to be used in a 'batch'. I doubt that a dependency on any of the kernels built with make will be added. Anathae
