[BusyBox] move messages.c into libbb ?

Glenn McGrath bug1 at optushome.com.au
Thu Apr 12 00:51:18 UTC 2001


Erik Andersen wrote:
> 
> On Wed Apr 11, 2001 at 04:09:29PM +1000, Glenn McGrath wrote:
> > Currently functions in libbb have to #include <../messages.c> to use it,
> > im pretty sure it should be in libbb.
> > Just wanted to run it by everyone first before i change it.
> 
> The only issue is that each message will need to be in its own .o
> file for the linker to do the Right Thing(tm) and throw away
> unneeded stuff.
> 
> I think the best way to do this is use a single .c file and use
> something like I do in uClibc/strings/Makefile to produce many
> .o files from a single .c file.
> 
>  -Erik
> 

Fair enough, ill leave it alone then :)





More information about the busybox mailing list