[BusyBox] Problems with make config

Thomas Fröhlich bornland at gmx.at
Wed Aug 13 10:14:33 UTC 2003


Steven,

> > scripts/config/mconf.c:
> > --- scripts/config/mconf.c	5 Aug 2003 02:18:25 -0000	1.3
> > +++ scripts/config/mconf.c	13 Aug 2003 08:29:19 -0000
> > @@ -9,6 +9,10 @@
> >   * 2002-11-14 Petr Baudis <pasky at ucw.cz>
> >   */
> >
> > +#define __STDBOOL_H__
> > +#define true 1
> > +#define false 0
> > +
>
> I did not do that! I wasn't nessesary for me!

ok!

> > Then I rebuilt the scripts/config/mconf. So the menu works.
>
> I did not explicitly rebuilt scripts/config/mconf. I just did "make
> oldconfig" and it worked.
>
> > Only the Ld
> > won't work with 'make'!
> What do you mean?

I had some linker-errors, so I removed all .depend and 'make dep'. Then the 
erros are disappeared.

Why ist the dependance in /busybox/Makefile by .depend: only scripts/mkdep? 
The Problem is: We work in a Team and someone copy my busybox, because I 
have the CVS-Version ;), but the copy the .depend also. So he can't 
compile it. The Kernel shows on more dependances. Has anyone an Idea?

regards
Thomas



More information about the busybox mailing list