aboutsummaryrefslogtreecommitdiff
path: root/applets/Kbuild (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko2010-06-041-44/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* build system: more fixes to parallel buildDenys Vlasenko2009-11-251-3/+0
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* build system: fix parallel makeDenys Vlasenko2009-11-241-0/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* mkfs_ext2: use compatible inode sizes; add -I <inodesize>. (by Vladimir)Denys Vlasenko2009-10-221-3/+3
| | | | | | | | | | function old new delta mkfs_ext2_main 2385 2495 +110 packed_usage 26400 26447 +47 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/0 up/down: 157/0) Total: 157 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Update documentation generator so that it sucks lessDenys Vlasenko2009-10-021-4/+5
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* another stab at fixing out-of-tree buildDenis Vlasenko2009-04-191-1/+1
|
* hopefully fix out-of-tree build broken by 26139Denis Vlasenko2009-04-191-6/+12
|
* build system: remove some unnecessary rebuildsDenis Vlasenko2009-04-171-4/+7
|
* init: remove superfluous forks and messing up with argv[0]Denis Vlasenko2007-12-101-1/+2
| | | | | cttyhack: add stealing of ctty
* Further optimize applet tables; prettify build outputDenis Vlasenko2007-11-291-9/+9
| | | | | | | text data bss dec hex filename 775923 929 9100 785952 bfe20 busybox_old 775565 929 9100 785594 bfcba busybox_unstripped
* reorganize applet table. Eliminates pointers to names.Denis Vlasenko2007-11-281-2/+10
| | | | | | | | | Should be a big win for libbusybox. busybox wins too: text data bss dec hex filename 776524 929 9100 786553 c0079 busybox_old 775903 929 9100 785932 bfe0c busybox_unstripped
* libbusybox: move (possibly compressed) help stuff into libbusybox.Denis Vlasenko2007-10-071-3/+3
| | | | | Makes individual binaries much smaller.
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-2/+2
| | | | | | | | | trylink: explain how to modify link and drastically decrease amount of padding (unfortunately, needs hand editing ATM). *: add ALIGN1 / ALIGN2 to global strings and arrays of bytes and shorts size saving: 0.5k
* applets/Kbuild: straighten it a bitDenis Vlasenko2007-06-141-8/+11
|
* fix "--help prints usage for wrong applet" bugDenis Vlasenko2007-06-121-0/+1
|
* merge busybox.c into applets.cDenis Vlasenko2007-04-091-1/+0
|
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-1/+1
| | | | no preceding prototype
* do not put all <applet>_main() declarationsDenis Vlasenko2007-02-031-1/+1
| | | | in busybox.h - this produces false dependencies
* convert usage compressed command into the new cmd styleMike Frysinger2007-01-021-2/+3
|
* move usage_compressed.h generation into applets/Denis Vlasenko2006-10-191-3/+6
|
* applets/applets.o must be rebuilt if usage.h is modified.Denis Vlasenko2006-10-191-0/+9
|
* build system overhaulDenis Vlasenko2006-10-051-0/+9