aboutsummaryrefslogtreecommitdiff
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Makefile, needs revertNguyễn Thái Ngọc Duy2010-04-201-0/+1
|
* Makefile: support building executable with extensionNguyễn Thái Ngọc Duy2010-04-191-5/+6
| | | | Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
* start 1.17.x developmentDenys Vlasenko2010-01-261-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Bump version to 1.16.01_16_0Denys Vlasenko2010-01-261-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* build system: more fixes to parallel buildDenys Vlasenko2009-11-251-1/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* build system: fix parallel makeDenys Vlasenko2009-11-241-1/+8
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* use .git as EXTRAVERSIONBernhard Reutner-Fischer2009-08-241-1/+1
| | | | | | ... and not .svn Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* Start 1.16.x cycleDenys Vlasenko2009-08-231-2/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Releasing 1.15.01_15_0Denys Vlasenko2009-08-231-1/+1
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* Start 1.15.x developmentDenis Vlasenko2009-04-151-2/+2
|
* website: announce 1.14.0 and 1.13.41_14_0Denis Vlasenko2009-04-151-1/+1
| | | | | Makefile: bump version to 1.14.0
* - be gentle to syntax highlightingBernhard Reutner-Fischer2009-01-271-0/+1
|
* Bump version to 1.14.0.svnDenis Vlasenko2008-11-091-2/+2
|
* Bump version to 1.13.0Denis Vlasenko2008-11-091-1/+1
|
* total overhaul of mail applets. again. Vladimir as usual.Denis Vlasenko2008-11-061-0/+1
|
* - print the documentation per defaultBernhard Reutner-Fischer2008-08-211-1/+1
|
* - add doc-clean targetBernhard Reutner-Fischer2008-08-211-0/+6
|
* Bump version to 1.13.0.svnDenis Vlasenko2008-08-201-2/+2
|
* This is 1.12.01_12_0Denis Vlasenko2008-08-201-1/+1
|
* build system: clean more files on make clean/make mrproperDenis Vlasenko2008-07-201-3/+5
|
* whitespace fixesDenis Vlasenko2008-07-121-4/+4
|
* Start 1.12.xDenis Vlasenko2008-06-251-2/+2
|
* This is 1.11.0Denis Vlasenko2008-06-251-1/+1
|
* fix breakage found by randomconfigDenis Vlasenko2008-06-231-0/+2
|
* Fix trivial problems: "make clean" cleaning too muchDenis Vlasenko2008-06-071-1/+1
| | | | | and add #include to pull in __be32 typedef.
* build system: add PIE build optionDenis Vlasenko2008-06-041-1/+3
|
* Remove stray debug instrumentationDenis Vlasenko2008-06-021-3/+2
|
* Reinstate CONFIG_CROSS_COMPILE_PREFIXDenis Vlasenko2008-06-021-12/+26
|
* more -Wall warning fixes. -Wall is enabled now.Denis Vlasenko2008-05-181-6/+0
|
* fix "make check"Denis Vlasenko2008-04-101-1/+2
|
* bump version to 1.11.0.svnDenis Vlasenko2008-03-221-2/+2
|
* Bump version to 1.10.0 and announce it on website.1_10_0Denis Vlasenko2008-03-211-1/+1
|
* *: mode tcp/udpsvd to networking, delete ipsvd/*Denis Vlasenko2008-03-171-1/+0
| | | | | | | | | | | | | | */Config.in: fixes to text svlogd: make it NOMMU capable function old new delta processorstart 378 420 +42 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/0 up/down: 42/0) Total: 42 bytes text data bss dec hex filename 797153 662 7420 805235 c4973 busybox_old 797196 662 7420 805278 c499e busybox_unstripped
* lpr and lpq applets by Walter Harms.Denis Vlasenko2008-02-221-0/+1
| | | | | | | | text data bss dec hex filename 392 0 0 392 188 lpq.o 1378 0 0 1378 562 lpr.o 142 0 0 142 8e parse_prt.o
* support for mount by label (not yet tested)Denis Vlasenko2008-02-181-0/+1
| | | | | Also adds findfs applet. Closes bug 1143.
* build system: pass CFLAGS to link stage too (closes bug 1376)Denis Vlasenko2008-02-141-0/+1
|
* force disable setlocalversion usage in busyboxMike Frysinger2008-02-071-1/+1
|
* do not respect CONFIG_MODULES as it breaks building if it is defined in the ↵Mike Frysinger2008-01-271-1/+1
| | | | build env
* Makefile: change version to 1.10.0.svnDenis Vlasenko2007-12-241-2/+2
| | | | | | | | | | | udhcpc: make UDP packet sending the same as raw sending in regards to error messages. Minor code size shrink. Total size grows due to added messages: text data bss dec hex filename 770312 683 7244 778239 bdfff busybox_old 770327 683 7244 778254 be00e busybox_unstripped
* Announce 1.9.01_9_0Denis Vlasenko2007-12-241-1/+1
|
* reorganize applet table. Eliminates pointers to names.Denis Vlasenko2007-11-281-0/+2
| | | | | | | | | 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
* webpage: fix typo, remove inconsistent trailing dotsDenis Vlasenko2007-11-051-2/+2
| | | | | Makefile: version is 1.9.0.svn now
* Announce 1.8.01_8_0Denis Vlasenko2007-11-041-1/+1
|
* 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