summaryrefslogtreecommitdiff
path: root/Makefile.custom (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix "make bigdata" to not show weak aliasesDenis Vlasenko2008-05-201-1/+1
|
* build system: use POSIX options only for cpDenis Vlasenko2008-04-111-2/+3
| | | | | cp: improve comment
* fix "make check"Denis Vlasenko2008-04-101-2/+6
|
* attack the biggest stack users:Denis Vlasenko2007-12-021-1/+1
| | | | | | | | | | | | | | | | | -mkfs_minix_main [busybox_unstripped]: 4288 -mkfs_minix_main [busybox_unstripped]: 4276 -grave [busybox_unstripped]: 4260 (bzip2 users too - not listed) price we pay in code size increase: mainSort 2458 2515 +57 grave 1005 1058 +53 sendMTFValues 2177 2195 +18 BZ2_blockSort 122 125 +3 mkfs_minix_main 3070 3022 -48 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 4/1 up/down: 131/-48) Total: 83 bytes
* support "#!/bin/busybox"-style wrappers. Needed for SELinux.Denis Vlasenko2007-08-251-0/+11
| | | | | Patch by Yuichi Nakamura <ynakam@hitachisoft.jp>
* random shrinkage of statics, -60 bytes savedDenis Vlasenko2007-06-211-0/+1
|
* punt %.bflt target in favor of proper LDFLAGS=-Wl,-elf2flt handlingMike Frysinger2007-06-191-3/+0
|
* add script which measures stack consumption.Denis Vlasenko2007-06-101-1/+5
| | | | | | | | | | | | | | | | Current top users: 0x08052f52 uncompress []: 393312 0x080c8a58 input_tab []: 82104 0x08092d5b ifaddrlist []: 32828 0x08056163 loadfont_main []: 32796 0x0806e508 colon []: 16532 0x08056095 do_loadfont []: 16400 0x0806da70 place_cursor []: 16388 0x080792e8 login_main []: 9176 393 kb of stack??? OMG...
* allow people to stick custom things into Makefile.local so they dont need to ↵Mike Frysinger2007-05-021-0/+2
| | | | update busybox files while integrating into other build systems (like uClinux-dist)
* - the testharness needs busybox.links. Now the new foobar.tests work againBernhard Reutner-Fischer2007-01-271-2/+2
|
* build system: small fix for "release" target to workDenis Vlasenko2006-12-121-4/+4
|
* build system: add "release" targetDenis Vlasenko2006-12-121-0/+16
| | | | find: support -size N (needed for above)
* - remove a warning that was not ment to be checked in.Bernhard Reutner-Fischer2006-12-061-1/+0
|
* - better distinction between CFLAGS and CPPFLAGS.Bernhard Reutner-Fischer2006-12-061-1/+13
|
* - adjust to kernel's build infrastructure.Bernhard Reutner-Fischer2006-12-061-3/+3
|
* passwd: small size optimization. salt generation improvedDenis Vlasenko2006-11-301-0/+4
| | | | (really generated different salts even if called back-to-back).
* - reinstate "make checkhelp"Bernhard Reutner-Fischer2006-11-221-3/+4
|
* - Set INSTALL_OPTS according to the config.Bernhard Reutner-Fischer2006-11-171-0/+6
|
* - fix generation of the busybox.links install script inputfileBernhard Reutner-Fischer2006-11-171-1/+1
|
* build system: (try to) get rid of bb_config.h hackDenis Vlasenko2006-10-191-1/+1
|
* build system: fix for non-i386 buildsDenis Vlasenko2006-10-091-27/+3
|
* fixing build system overhaul fallout...Denis Vlasenko2006-10-051-1/+1
|
* build system overhaulDenis Vlasenko2006-10-051-0/+131