From owner-cvs-all Sun Jul 12 17:32:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA11851 for cvs-all-outgoing; Sun, 12 Jul 1998 17:32:44 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freebie.lemis.com (freebie.lemis.com [139.130.136.133]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA11833; Sun, 12 Jul 1998 17:32:29 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.9.0/8.9.0) id KAA17820; Mon, 13 Jul 1998 10:02:03 +0930 (CST) Message-ID: <19980713100203.O754@freebie.lemis.com> Date: Mon, 13 Jul 1998 10:02:03 +0930 From: Greg Lehey To: Julian Elischer , Bruce Evans Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/conf Makefile.i386 References: <199807121047.DAA11064@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: ; from Julian Elischer on Sun, Jul 12, 1998 at 11:52:10AM -0700 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sunday, 12 July 1998 at 11:52:10 -0700, Julian Elischer wrote: > On Sun, 12 Jul 1998, Bruce Evans wrote: > >> bde 1998/07/12 03:47:33 PDT >> >> Modified files: >> sys/i386/conf Makefile.i386 >> Log: >> Removed historical dependencies on `Makefile'. They had rotted to being >> mostly for objects that have the fewest dependencies on `Makefile' >> (since they were mostly for utilities and objects generated from *.s >> and these don't depend on profiling flags). >> >> Give an explicit rule for building vnode_if.o. This fixes building >> it without ${PROF}. >> >> Use .ORDER instead of a stamp file to avoid building vnode_if.[ch] >> concurrently. >> >> Removed explicit dependencies that will be generated by `make' (.c.o) >> or will be generated by mkdep. >> >> Added missing dependencies of special objects on opt_global.h. >> >> Use ${NORMAL_C} instead of special rules for special objects where >> possible. >> >> FIxed dependencies of vers.o. >> >> Revision Changes Path >> 1.117 +22 -32 src/sys/i386/conf/Makefile.i386 > > Bruce, can you think of a way to make config or the Makefile do: > > > if config -g, > tehn the default rule becomes: > > kernelstrip: kernel > cp kernel kernel.strip > strip -d kernel.strip > > > and 'make install' will install the stripped version by default? > (or maybe it's a silly idea anyhow) Seconded, in principle, though I'd prefer to see these lines in the kernel: rule: cp -p kernel kernel.gdb strip -d kernel Or do you really install a full debug kernel? Greg -- See complete headers for address and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message