hush/applets
Rob Landley cb376eebf0 Digging up my old "make standalone" stuff from a year ago:
http://busybox.net/lists/busybox/2005-September/015766.html

I renamed it "individual" to not confuse it with the standalone shell.  (Which
it isn't compatible with for obvious reasons.)  Configure busybox (I did
make defconfig), then run scripts/individual and it'll build an individual
version of each applet in the "build" subdirectory.

Currently it builds 146 and fails to build 104 applets out of "make defconfig".
I haven't taught it about multi-file applets yet (like tar), or the ones where
two applets get built from the same source (for example, zcat is a trivial
variant of gunzip so there is no zcat.c).  But here's a start.
2006-08-04 21:05:33 +00:00
..
applets.c Unbreak allbareconfig. (Todo item: rewrite dependency checker. Yeah, I 2006-07-26 15:38:46 +00:00
busybox.c - move #include busybox.h to the very top so we pull in the config 2006-06-02 20:56:16 +00:00
busybox.mkll - use HOSTCC instead of a hardcoded cc 2005-12-29 16:53:47 +00:00
individual.c Digging up my old "make standalone" stuff from a year ago: 2006-08-04 21:05:33 +00:00
install.sh add a --noclobber flag 2006-06-07 18:12:27 +00:00
Makefile pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mailing list 2006-05-13 02:33:09 +00:00
Makefile.in - revert back to r14406 2006-03-13 19:04:00 +00:00
version.c - move #include busybox.h to the very top so we pull in the config 2006-06-02 20:56:16 +00:00