[BusyBox] move messages.c into libbb ?
Erik Andersen
andersen at lineo.com
Thu Apr 12 00:30:11 UTC 2001
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
--
Erik B. Andersen email: andersen at lineo.com
--This message was written using 73% post-consumer electrons--
More information about the busybox
mailing list