- Add kern.fwd.mk to generate forward headers for missing machine/*.h
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Sun, 19 Nov 2006 07:49:34 +0000 (07:49 +0000)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Sun, 19 Nov 2006 07:49:34 +0000 (07:49 +0000)
commita7f2f51fcc5ef1a80a9c504e05211f5038777fc1
tree9d42afeb0d87c6ce8742cb897448c2e369e4ce95
parentb0cf1b503d6f562adb4f738a65e4bd80546e85b1
- Add kern.fwd.mk to generate forward headers for missing machine/*.h
  It avoids unnecessary regeneration of forward headers by default, thus
  quickkernel is speedy again :)
- Nuke no longer needed generate_forwarding_headers() in config(8)
- Add forward headers generation to the dependency list of "beforedepend"
  in kmod.mk.  This unbreaks module building which does not happen along
  with kernel building.

The original patch was submitted by y0netan1@, changes made to the original
patch are OKed by him too.

Reviewed-by: dillon@ corecode@
sys/conf/kern.fwd.mk [new file with mode: 0644]
sys/conf/kern.post.mk
sys/conf/kmod.mk
usr.sbin/config/main.c