From owner-cvs-all Thu Apr 15 22:11: 5 1999 Delivered-To: cvs-all@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (Postfix) with ESMTP id 594D914DBD; Thu, 15 Apr 1999 22:11:03 -0700 (PDT) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.3/8.9.1) id WAA51946; Thu, 15 Apr 1999 22:08:21 -0700 (PDT) (envelope-from dillon) Date: Thu, 15 Apr 1999 22:08:21 -0700 (PDT) From: Matthew Dillon Message-Id: <199904160508.WAA51946@apollo.backplane.com> To: Peter Wemm Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/conf Makefile.i386 References: <19990413182724.164311F4F@spinner.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk :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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message