Split error messages into separate files.

Update libbb.h, per suggestion from Vladimir, to include __attribute__((format
(printf ...))) stuff
 -Erik
This commit is contained in:
Eric Andersen
2001-03-19 19:24:06 +00:00
parent cc165b9083
commit b183dfad2d
10 changed files with 285 additions and 53 deletions

11
libbb/Makefile Normal file
View File

@@ -0,0 +1,11 @@
# Silly wrapper makefile. This Makefile is _not_ used by the build system for
# busybox, it is just to make working on libbb more conveinient.
# -Erik Andersen
all:
make -C .. libbb.a
clean:
- rm -rf libbb.a
- find -name \*.o -exec rm -f {} \;