aboutsummaryrefslogtreecommitdiff
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* make "individual applets" build less noisy.Denis Vlasenko2007-10-081-1/+1
| | | | | add *.tmp to list of files deleted by make mrproper.
* reviving libbusybox, adding CONFIG_INDIVIDUAL part 1Denis Vlasenko2007-10-071-5/+7
|
* build system: pass EXTRA_LDFLAGS to final link stageDenis Vlasenko2007-09-291-1/+1
|
* Start 1.8.x cycleDenis Vlasenko2007-08-241-1/+1
|
* fix out-of-source-tree buildDenis Vlasenko2007-08-121-1/+1
|
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-1/+1
| | | | | | | | | 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
* - do not hardcode HOSTCFLAGS to gcc specific flags. Fixes errors when not ↵Bernhard Reutner-Fischer2007-06-201-5/+7
| | | | using gcc as HOSTCC
* punt %.bflt target in favor of proper LDFLAGS=-Wl,-elf2flt handlingMike Frysinger2007-06-191-0/+4
|
* start 1.7.x versionDenis Vlasenko2007-06-021-2/+2
|
* website: announce 1.6.0Denis Vlasenko2007-06-011-1/+1
|
* less intrusive export of FLTFLAGSMike Frysinger2007-04-051-2/+2
|
* set default FLTFLAGS for a fatty stackMike Frysinger2007-04-051-1/+2
|
* tcpsvd: new appletDenis Vlasenko2007-04-011-0/+1
| | | | | | | | | | It's a GPL-ed 'clone' of Dan Bernstein's tcpserver. Author: Gerrit Pape <pape@smarden.org> http://smarden.sunsite.dk/ipsvd/ size tcpsvd.o text data bss dec hex filename 2571 4 16 2591 a1f tcpsvd.o
* introduce the concept of LDLIBS for additional libraries so that when we do ↵Mike Frysinger2007-03-301-1/+4
| | | | the final link, the objects/libraries are in the correct order
* Announce 1.5.0 and move svn to 1.6.0.svnDenis Vlasenko2007-03-221-2/+2
|
* This revision is busybox 1.5.0Denis Vlasenko2007-03-221-1/+1
|
* make clean deletes .kernelrelease nowDenis Vlasenko2007-03-181-1/+1
| | | | trylink deleted empty linker stderr on success
* fix typo as pointed out by src.obsolete.funcsMike Frysinger2007-03-171-1/+1
|
* build system: produce link map. Rather useful when youDenis Vlasenko2007-03-151-1/+1
| | | | are wondering why your busybox is much bigger that you hoped for.
* new applets: selinux utils by KaiGai Kohei <kaigai@kaigai.gr.jp>Denis Vlasenko2007-02-061-0/+1
|
* respect CFLAGS/CPPFLAGS in envMike Frysinger2007-01-261-3/+3
|
* head is 1.5.0.svn nowDenis Vlasenko2007-01-201-2/+2
|
* releasing busybox 1.4.01_4_0Denis Vlasenko2007-01-201-1/+1
|
* Trailing whitespace removal over entire treeDenis Vlasenko2007-01-111-10/+10
|
* - missing hunk to go with r17206Bernhard Reutner-Fischer2007-01-091-1/+1
|
* - vapier wants LD to point to CC, revert my previous changeBernhard Reutner-Fischer2007-01-091-1/+1
|
* - set LD to ldBernhard Reutner-Fischer2007-01-081-11/+2
| | | | - simplify the cmd_busybox__ a bit and pass the LDFLAGS via -Wl down to CC
* convert include/autoconf.h split and include/bbconfigopts.h commands into ↵Mike Frysinger2006-12-311-4/+6
| | | | the new cmd style
* we need to use the compiler driver to invoke LD as LDFLAGS is in the form ↵Mike Frysinger2006-12-291-1/+1
| | | | the compiler driver understands, not the form the linker itself understands, so trying to invoke ld directly and passing it LDFLAGS while invoking the compiler driver in other places and passing it LDFLAGS does not work
* leftover of e2fsck surgeryDenis Vlasenko2006-12-261-4/+0
|
* ifupdown: parse() returning NULL and returning "" is not the same,Denis Vlasenko2006-12-191-1/+2
| | | | it turned out! wow... okay, fixing my buglet...
* re-applying first post-1.3.x changeDenis Vlasenko2006-12-151-2/+2
| | | | version change to 1.4.0.svn
* exterminate last bzero'sDenis Vlasenko2006-12-131-3/+3
| | | | version bump to 1.3.0
* - honor CONFIG_DEBUGBernhard Reutner-Fischer2006-12-131-2/+2
|
* "kernel config" -> "busybox config"Denis Vlasenko2006-11-301-1/+1
| | | | suggested by Roberto A. Foglietta <roberto.foglietta@gmail.com>
* build system: Makefiles are in source dir, add $(srctree)Denis Vlasenko2006-10-311-3/+3
|
* Fix largefile breakage; advance version to 1.2.2Denis Vlasenko2006-10-271-2/+4
|
* applets/applets.o must be rebuilt if usage.h is modified.Denis Vlasenko2006-10-191-3/+0
|
* strip -> $(STRIP); fix "unused variable" warningDenis Vlasenko2006-10-161-1/+1
| | | | (patch by Diekema, Jon (AGRE) <Jon.Diekema@smiths-aerospace.com>)
* build system: fix build in separate obj treeDenis Vlasenko2006-10-111-0/+1
|
* fixes from Vladimir Dronnikov <dronnikov@gmail.ru>Denis Vlasenko2006-10-101-1/+9
|
* build system: fix for non-i386 buildsDenis Vlasenko2006-10-091-1/+1
|
* build system: do not generate include/linuxDenis Vlasenko2006-10-061-2/+0
|
* yet another fixlet: make clean/distclean/mrproperDenis Vlasenko2006-10-051-4/+6
|
* fixing build system overhaul fallout...Denis Vlasenko2006-10-051-3/+3
|
* build system overhaulDenis Vlasenko2006-10-051-430/+1190
|
* runit/chpst: "change process state" utilityDenis Vlasenko2006-10-031-1/+2
| | | | It's "nice" on steroids - can set uid/gid, mem/cpu limits etc. +3.5k
* - pull from busybox_scratch: r15829:15850Bernhard Reutner-Fischer2006-08-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Various fixes, cleanups and shrinkage: saves 952 Bytes: text data bss dec hex filename 1087742 15853 790632 1894227 1ce753 ../busybox/busybox.old 1086790 15853 790632 1893275 1ce39b busybox via: # scripts/bloat-o-meter ../busybox/busybox_unstripped.old busybox_unstripped function old new delta ipcrm_main 756 822 +66 getval - 61 +61 maybe_set_utc - 40 +40 udhcpc_main 2896 2912 +16 md5_hash_block 428 437 +9 opt 8 16 +8 qgravechar 106 110 +4 make_bitmap 292 295 +3 inflate_unzip 2056 2059 +3 add_partition 1412 1414 +2 __parsespent 156 158 +2 qrealloc 41 42 +1 format - 1 +1 catv_main 313 314 +1 watch_main 293 292 -1 varunset 81 80 -1 part 1 - -1 check_if_skip 837 836 -1 start_stop_daemon_main 840 837 -3 create_lost_and_found 175 172 -3 supress_non_delimited_lines 4 - -4 static.l 4 - -4 static.c 5 1 -4 bsd_sum_file 237 233 -4 eval2 338 332 -6 arithmetic_common 166 158 -8 cmpfunc 22 5 -17 cksum_main 294 275 -19 cmp_main 465 439 -26 dd_main 1535 1508 -27 rmmod_main 376 333 -43 cut_file 727 644 -83 ipcs_main 3809 3721 -88 cut_main 722 614 -108 date_main 1443 1263 -180 remove_ids 222 - -222 ------------------------------------------------------------------------------ (add/remove: 3/4 grow/shrink: 11/18 up/down: 217/-853) Total: -636 bytes
* - pgf(?) found and fixed that missing dependency (usage: .config, IIRC), so ↵Bernhard Reutner-Fischer2006-08-281-3/+0
| | | | remove the now unneeded NOTPARALLEL clause
* Add busybox_old to distclean.Rob Landley2006-08-041-2/+1
|