cvs commit: src/sys/conf kern.post.mk
Warner Losh
imp at FreeBSD.org
Mon Oct 24 16:54:40 PDT 2005
imp 2005-10-24 23:54:39 UTC
FreeBSD src repository
Modified files:
sys/conf kern.post.mk
Log:
Back out most of 1.84. It was unwise to force debug kernels to always
be installed. It should have been optional to install a non-debug
one, just like it was formerly optional to install a debug one. In
order to do that, most of 1.84 had to go.
Instead, make installing the debug kernel the default, but create a
new option INSTALL_NODEBUG for those people that have small /
partitions and good source control habits.
This preserves the behavior of 1.84 while allowing it to be overriden
for people (like me) that do not have the time to upgrade to get a
bigger / and also don't have time for stupid makefile tricks when
upgrading their older system, but still want a kernel.debug around if
things go south.
Revision Changes Path
1.85 +17 -6 src/sys/conf/kern.post.mk
More information about the cvs-src
mailing list