On Sat, January 23, 2010 8:35 pm, Torfinn Ingolfsen wrote: > On Sat, 23 Jan 2010 16:20:54 -0800 > Kevin Oberman <[email protected]> wrote: > >> Just for the record and to avoid further confusion, building a kernel >> with debug symbols does not take any more space in root. Another copy of >> the kernel is built but not installed into /kernel. The copy of the >> kernel >> in /kernel is always symbol-less. > > Perhaps my question should be changed to: > how do I configure the "make world" procedure so that no files ending > in '*symbol' get installed in /boot/kernel?
add the following to /etc/make.conf: INSTALL_NODEBUG=yes > -- > Regards, > Torfinn Ingolfsen > > _______________________________________________ > [email protected] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "[email protected]" > -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 512-248-2683 E-Mail: [email protected] US Mail: 430 Valona Loop, Round Rock, TX 78681-3893 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[email protected]"
