OSDN Git Service

Move messages.c to libbb. Make each string in messages.c be its own .o file.
authorEric Andersen <andersen@codepoet.org>
Wed, 25 Apr 2001 05:39:18 +0000 (05:39 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 25 Apr 2001 05:39:18 +0000 (05:39 -0000)
commit04095e58fb4d3a083f77962714080ffe8139b39c
treeaa3580587822774ffed9831aacee11d977d0a5f9
parent3676374915866fb06224a19e2274afe026eb9377
Move messages.c to libbb.  Make each string in messages.c be its own .o file.
This way, we can new get rid of all that tedious #define rubbish we used to
need to enable specific messages.  This way is enormously simpler, and as a
bonus also ends up saving us 96 bytes.
 -Erik
46 files changed:
Makefile
applets.c
applets/applets.c
applets/busybox.c
archival/gunzip.c
archival/gzip.c
archival/libunarchive/decompress_unzip.c
archival/libunarchive/unzip.c
archival/tar.c
busybox.c
chgrp.c
chmod.c
chown.c
coreutils/chgrp.c
coreutils/chmod.c
coreutils/chown.c
coreutils/date.c
coreutils/du.c
coreutils/ln.c
coreutils/mkdir.c
coreutils/test.c
coreutils/tr.c
date.c
du.c
dutmp.c
gunzip.c
gzip.c
include/libbb.h
init.c
init/init.c
libbb/libbb.h
libbb/messages.c [new file with mode: 0644]
libbb/recursive_action.c
libbb/unzip.c
libbb/xfuncs.c
ln.c
messages.c [deleted file]
miscutils/dutmp.c
mkdir.c
more.c
procps/ps.c
ps.c
tar.c
test.c
tr.c
util-linux/more.c