Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/dev/usb



On Tue, Sep 09, 2008 at 02:42:09PM +0200, Christoph Egger wrote:
> 
> > >
> > > I don't understand -- I've been doing my builds without UVIDEO_DEBUG  
> > > defined. I only tested the build on amd64 though -- what are you using  
> > > so I can catch this next time?
> > 
> > Do you config(1) your kernel every time?  amd64 grew -Wextra only very
> > recently, if memory serves.
> 
> I do cross-compiling 28 kernels on MacOSX. build.sh always runs config(1) 
> first.

Running config(1) won't help, make won't have a dependency (for every .o)
against wherever -Wextra comes from.
So only a clean build will find such issues.

        David

-- 
David Laight: david%l8s.co.uk@localhost


Home | Main Index | Thread Index | Old Index