aboutsummaryrefslogtreecommitdiff
path: root/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixes up to 1.6.1Nguyễn Thái Ngọc Duy2009-04-231-1/+1
* website: announce 1.6.0vda2007-06-011-1/+1
* less intrusive export of FLTFLAGSvapier2007-04-051-2/+2
* set default FLTFLAGS for a fatty stackvapier2007-04-051-1/+2
* tcpsvd: new appletvda2007-04-011-0/+1
* introduce the concept of LDLIBS for additional libraries so that when we do t...vapier2007-03-301-1/+4
* Announce 1.5.0 and move svn to 1.6.0.svnvda2007-03-221-2/+2
* This revision is busybox 1.5.0vda2007-03-221-1/+1
* make clean deletes .kernelrelease nowvda2007-03-181-1/+1
* fix typo as pointed out by src.obsolete.funcsvapier2007-03-171-1/+1
* build system: produce link map. Rather useful when youvda2007-03-151-1/+1
* new applets: selinux utils by KaiGai Kohei <kaigai@kaigai.gr.jp>vda2007-02-061-0/+1
* respect CFLAGS/CPPFLAGS in envvapier2007-01-261-3/+3
* head is 1.5.0.svn nowvda2007-01-201-2/+2
* releasing busybox 1.4.0vda2007-01-201-1/+1
* Trailing whitespace removal over entire treevda2007-01-111-10/+10
* - missing hunk to go with r17206aldot2007-01-091-1/+1
* - vapier wants LD to point to CC, revert my previous changealdot2007-01-091-1/+1
* - set LD to ldaldot2007-01-081-11/+2
* convert include/autoconf.h split and include/bbconfigopts.h commands into the...vapier2006-12-311-4/+6
* we need to use the compiler driver to invoke LD as LDFLAGS is in the form the...vapier2006-12-291-1/+1
* leftover of e2fsck surgeryvda2006-12-261-4/+0
* ifupdown: parse() returning NULL and returning "" is not the same,vda2006-12-191-1/+2
* re-applying first post-1.3.x changevda2006-12-151-2/+2
* exterminate last bzero'svda2006-12-131-3/+3
* - honor CONFIG_DEBUGaldot2006-12-131-2/+2
* "kernel config" -> "busybox config"vda2006-11-301-1/+1
* build system: Makefiles are in source dir, add $(srctree)vda2006-10-311-3/+3
* Fix largefile breakage; advance version to 1.2.2vda2006-10-271-2/+4
* applets/applets.o must be rebuilt if usage.h is modified.vda2006-10-191-3/+0
* strip -> $(STRIP); fix "unused variable" warningvda2006-10-161-1/+1
* build system: fix build in separate obj treevda2006-10-111-0/+1
* fixes from Vladimir Dronnikov <dronnikov@gmail.ru>vda2006-10-101-1/+9
* build system: fix for non-i386 buildsvda2006-10-091-1/+1
* build system: do not generate include/linuxvda2006-10-061-2/+0
* yet another fixlet: make clean/distclean/mrpropervda2006-10-051-4/+6
* fixing build system overhaul fallout...vda2006-10-051-3/+3
* build system overhaulvda2006-10-051-430/+1190
* runit/chpst: "change process state" utilityvda2006-10-031-1/+2
* - pull from busybox_scratch: r15829:15850aldot2006-08-281-0/+1
* - pgf(?) found and fixed that missing dependency (usage: .config, IIRC), so r...aldot2006-08-281-3/+0
* Add busybox_old to distclean.landley2006-08-041-2/+1
* Switch off CONFIG_NITPICK in defconfig. (Kind of the point of CONFIG_NITPICK.)landley2006-07-301-1/+1
* More minor tweaks.landley2006-07-121-0/+1
* fix dependencies so that compressed usage gets rebuilt ifpgf2006-07-061-4/+8
* - Pull r15593:aldot2006-07-041-4/+2
* - add cross-reference generation target.aldot2006-06-161-1/+13
* - let the scripts be prerequisites of the files the generatealdot2006-06-151-2/+2
* Fix from Paul Fox to make compressed help text notice config changes.landley2006-06-131-1/+1
* - make VERBOSE= and V= work equally; use BUILD_VERBOSE internally.aldot2006-06-131-44/+41