From owner-cvs-all Mon Jan 29 3:49: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from mobile.wemm.org (c1315225-a.plstn1.sfba.home.com [65.0.135.147]) by hub.freebsd.org (Postfix) with ESMTP id 693CC37B400; Mon, 29 Jan 2001 03:48:40 -0800 (PST) Received: from netplex.com.au (localhost [127.0.0.1]) by mobile.wemm.org (8.11.1/8.11.1) with ESMTP id f0TBmT450102; Mon, 29 Jan 2001 03:48:29 -0800 (PST) (envelope-from peter@netplex.com.au) Message-Id: <200101291148.f0TBmT450102@mobile.wemm.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/config main.c In-Reply-To: <19652.980761050@critter> Date: Mon, 29 Jan 2001 03:48:29 -0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Poul-Henning Kamp wrote: > In message <200101290934.f0T9Yhj25876@freefall.freebsd.org>, Peter Wemm write s: > >peter 2001/01/29 01:34:43 PST > > > > Modified files: > > usr.sbin/config main.c > > Log: > > I confess. This is a truely nasty hack. I am so ashamed! > > (I think config(8) source does bad things to your brain :-) > > > > Clean up likely stray *.h files in the build directory. > > Eg: if isa.h ceases being generated, zap it. > > The heuristics to figure out a 'likely' file are pretty revolting. > > remove anything we didn't generate ? Well, it is bad if we clobber intermediate .h files. That forces rebuilds unnecessarily. I was really looking for stuff that was likely that config itself had generated in a previous run. What the Makefile leaves behind is its own business. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message