Date: Thu, 15 Apr 1999 22:08:21 -0700 (PDT) From: Matthew Dillon <dillon@apollo.backplane.com> To: Peter Wemm <peter@netplex.com.au> Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/conf Makefile.i386 Message-ID: <199904160508.WAA51946@apollo.backplane.com> References: <19990413182724.164311F4F@spinner.netplex.com.au>
next in thread | previous in thread | raw e-mail | index | archive | help
:Peter Wemm wrote: :> Modified files: :> sys/i386/conf Makefile.i386 :> Log: :> Clean up the kernel/kernel.debug/install.debug etc stuff. :> Sense ${DEBUG} to decide on building kernel.debug or not. :> Use a common install and install.debug target to minimize duplication. :> (I deleted the ELF transition kernel warning, it was getting dated..) : :And I forgot to mention.. Don't use objcopy on a.out kernels, just use :cp and strip.. : :Cheers, :-Peter Speaking of which... it sure would be nice if the debug build would generate 'kernel' instead of 'kernel.debug'. I've got scripts which install kernels, and it's really annoying to have debug builds generate one filename and non-debug builds generate another. ( Not only that, but the debug build currently leaves old 'kernel' files sitting around, which is seriously confusing ). When the debug kernel is installed, strip it then. I don't see any advantage to naming the debug kernel differently in the build directory. Just call it 'kernel' whether it is a debug kernel or not. -Matt Matthew Dillon <dillon@backplane.com> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904160508.WAA51946>