Make the buildkernel and nativekernel targets completely wipe and regenerate
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 18 Aug 2004 16:37:15 +0000 (16:37 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 18 Aug 2004 16:37:15 +0000 (16:37 +0000)
commitfc7aca3eae464526512dfdf4acc7a83b37d7b985
tree456c2b6ab3a3a5f31fba2a066a5426392d6c9636
parent76099f4cb862cb30ec878f9a03ab3cd5a3d50755
Make the buildkernel and nativekernel targets completely wipe and regenerate
the kernel object hierarchy.

Add a quickkernel target which does not wipe the object hieracrhy and which
skips the make depend step.  quickkernel can be run on kernels previously
built with buildkernel or nativekernel.

This brings the operation of our kernel building targets in-line with the
operation of our world building targets.
Makefile
Makefile.inc1