Dependencies run at the wrong time.

Rob Landley rob at landley.net
Mon Oct 31 23:34:24 UTC 2005


On Monday 31 October 2005 15:49, Bernhard Fischer wrote:
> >Anybody with makefile-fu want to move the dependency checking until
> > _after_ we've run oldconfig?
>
> I take it you do not see this when not copying back your initial (old)
> .config, do you? If so, please push a cp of your .config to me in bzip2
> --best privately and i may take a short look at it somewhere down the
> road..

Grab the snapshot from the 18th and run "make allyesconfig".  Then copy 
that .config in your current repository and type "make".

I think it's a simple ordering issue.  The dependencies are calculated before 
running "oldconfig", so if oldconfig enables anything that needs additional 
files to be rebuilt, they won't be and you'll either get a bad build or the 
link will fail.

Rob



More information about the busybox mailing list