hush/scripts
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
..
config Standardize on the vi editing directives being on the first line. 2006-07-02 19:47:05 +00:00
bb_mkdep.c Standardize on the vi editing directives being on the first line. 2006-07-02 19:47:05 +00:00
bloat-o-meter Teach bloatometer about .rodata, and tweak the display into something that 2006-05-29 20:56:27 +00:00
checkhelp.awk - ignore missing helptext for options which are not selectable. 2006-05-05 14:05:21 +00:00
individual Digging up my old "make standalone" stuff from a year ago: 2006-08-04 21:05:33 +00:00
objsizes Yet more "#if 0" content removed. 2006-07-01 15:09:17 +00:00
showasm Script to easily get an assembly dump of a single function. 2006-05-07 20:58:55 +00:00
usage_compressed Since we have less than 100k of usage.h data anyway, using bzip -9 is silly. 2006-05-30 19:19:45 +00:00
usage.c Standardize on the vi editing directives being on the first line. 2006-07-02 19:47:05 +00:00