On Wednesday 14 June 2006 21:04, Beech Rintoul wrote: > I forgot to define NO_MALLOC_EXTRAS in malloc.c on one of my test machines and > I'm taking a noticeable performance hit. How do I just rebuild libc without > rebuilding userland? This box is only 500 MHz and a system rebuild takes > quite a while. cd /usr/src/lib/libc make clean make cleandir make obj make depend make all make install Something like that should do it. You might have to rebuild any statically linked binaries as well (/sbin/init and /bin/sh) but fixing libc should probably solve most of your problems. -- John BaldwinReceived on Thu Jun 15 2006 - 14:46:21 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:57 UTC