Date: Tue, 20 Nov 2001 17:34:28 -0500 From: Garance A Drosihn <drosih@rpi.edu> To: Arjan de Vet <devet@devet.org>, Cyrille Lefevre <clefevre-lists@noos.fr> Cc: stable@FreeBSD.ORG Subject: Re: Has the size of stable /modules increased a lot lately? Message-ID: <p0510101fb820888147b1@[128.113.24.47]> In-Reply-To: <20011120214237.A1985@adv.devet.org> References: <200111200556.fAK5ue780788@harmony.village.org> <200111201514.aa72952@salmon.maths.tcd.ie> <20011120164205.A12679@adv.devet.org> <006d01c171fe$713030a0$91e5c6d4@cybercable.fr> <20011120214237.A1985@adv.devet.org>
next in thread | previous in thread | raw e-mail | index | archive | help
At 9:42 PM +0100 11/20/01, Arjan de Vet wrote: >What I meant to say was that 'make installkerneldebug' should install >kernel.debug as kernel.debug somewhere such that it is available in a >known location outside the build tree so you can find it when you need >it (e.g., after a panic). > >Because of this it might even be useful in the future to have the normal >'installkernel' target do this if a kernel.debug exists: why compile a >kernel.debug and then not install it in a known location? Furthermore it >ensures that the installed 'kernel' and 'kernel.debug' stay in-sync. There seems to be some target for 'kernel-install.debug' in the makefile that is generated to compile the kernel. However, that looks like it ends up doing: install -c -m 555 -o root -g wheel -fschg kernel.debug /kernel There also seems to be a 'modules-install.debug', which seems to be exactly the same as 'modules-install'... Since I want to do a buildworld for something else right now, I'm also poking thru these makefiles to see if I can get 'installkernel' to install the modules WITHOUT debug symbols, even when DEBUG=-g is set. (this on the makefiles in my -stable system) "Be afraid, be very afraid..." -- Garance Alistair Drosehn = gad@eclipse.acs.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?p0510101fb820888147b1>