freebsd-dev/release
Ruslan Ermilov d24864f785 Refactor (some more) installation of kernel and module objects.
Try to make everyone happy: David (to have debug kernels installed
by default), Warner (to be able to override that), and myself (for
actually making it all work and to be consistent).

Now, if kernel was configured for debugging (through DEBUG=-g in
the kernel config file or "config -g"), doing "make install" will
install debug versions of kernel and module objects with their
canonical names,

	kernel.debug -> /boot/kernel/kernel
	if_fxp.ko.debug -> /boot/kernel/if_fxp.ko

Installing a kernel not configured for debugging, or debug kernel
with INSTALL_NODEBUG variable defined, will install non-debug
kernel and module objects.

Also, restore the install.debug and reinstall.debug targets that
are part of the existing API (they cause some additional gdb(1)
scripts to be installed).
2005-10-25 09:05:07 +00:00
..
alpha
amd64
doc snd_es137x now works on sparc64. 2005-10-25 04:32:42 +00:00
i386
ia64
pc98 Switch from OLDCARD to NEWCARD on pc98. 2005-09-27 13:10:24 +00:00
picobsd Remove bridge(4) from the tree. if_bridge(4) is a full functional 2005-09-27 18:10:43 +00:00
powerpc
scripts
sparc64
texts
fixit.profile
fixit.services
Makefile Refactor (some more) installation of kernel and module objects. 2005-10-25 09:05:07 +00:00
Makefile.inc.docports