Date: Mon, 29 Jan 2001 03:48:29 -0800 From: Peter Wemm <peter@netplex.com.au> To: Poul-Henning Kamp <phk@critter.freebsd.dk> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/config main.c Message-ID: <200101291148.f0TBmT450102@mobile.wemm.org> In-Reply-To: <19652.980761050@critter>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101291148.f0TBmT450102>