Age | Commit message (Expand) | Author |
2006-03-22 | Tweak allbareconfig not to pause. | Rob Landley |
2006-03-20 | Willy Tarreau writes: | Eric Andersen |
2006-03-13 | - remove superfluous dependency which was fixed in r14527 | Bernhard Reutner-Fischer |
2006-03-13 | - revert back to r14406 | Bernhard Reutner-Fischer |
2006-03-13 | "make help" should not build the configurator first. | Rob Landley |
2006-03-13 | Fix "rm .config;make menuconfig" to work like "rm .config; make" (I.E. do | Rob Landley |
2006-03-09 | Cleanup from Paul Fox. One find piped to xargs is faster/simpler than | Rob Landley |
2006-03-09 | - backout using features which are not available with the previous stable | Bernhard Reutner-Fischer |
2006-03-06 | - work around missing features and bugs in make-3.79.1: | Bernhard Reutner-Fischer |
2006-03-05 | clean *.osm as pointed out by Robert P. J. Day | Mike Frysinger |
2006-03-05 | clean busybox_unstripped as pointed out by Robert P. J. Day | Mike Frysinger |
2006-03-03 | - ar cruP doesn't replace ('r') but unconditionally _adds_ all objects. | Bernhard Reutner-Fischer |
2006-03-02 | - remove unused lists *-m | Bernhard Reutner-Fischer |
2006-03-02 | - make sure applets.o is rebuilt when the .config changes. | Bernhard Reutner-Fischer |
2006-03-02 | - allow for make /path/to/dir/file.o | Bernhard Reutner-Fischer |
2006-03-02 | Denis Vlasenko writes: make sizes was rebuilding busybox - unstripped one! | Bernhard Reutner-Fischer |
2006-03-01 | - fixes parallel builds (make -j) | Bernhard Reutner-Fischer |
2006-02-28 | defconfig shouldn't enable CONFIG_INSTALL_NO_USR, and while we're at it | Rob Landley |
2006-02-18 | kill all .depend files | Mike Frysinger |
2006-02-18 | hide bb_mkdep build | Mike Frysinger |
2006-02-15 | full removed config.h, use bb_config.h only | "Vladimir N. Oleynik" |
2006-02-13 | New USE() macros | Rob Landley |
2006-02-08 | Help text update and tweak to defconfig to remove two more things that | Rob Landley |
2006-02-05 | if the .pl script gets updated, force doc regen | Mike Frysinger |
2006-02-02 | make the build system puuuuuuuuuuurty | Mike Frysinger |
2006-01-31 | - pass -static via CC rather than LD | Bernhard Reutner-Fischer |
2006-01-31 | Turn defconfig into what make allyesconfig is today. Turn allyesconfig | Rob Landley |
2006-01-30 | Move SUSv2 obsolete feature disabling to debug menu, invert meaning of | Rob Landley |
2006-01-27 | - add a macro to check for ld and as flags | Bernhard Reutner-Fischer |
2006-01-25 | - Simplify the prereq and add more documentation. | Bernhard Reutner-Fischer |
2006-01-24 | - Turn off combine for allyesconfig and allbareconfig. | Bernhard Reutner-Fischer |
2006-01-23 | Oops, restore tabs | "Vladimir N. Oleynik" |
2006-01-23 | cleanup (dist)clean logic | "Vladimir N. Oleynik" |
2006-01-22 | - add platform.h. | Bernhard Reutner-Fischer |
2006-01-20 | Zap sysdeps directory, moving Config.in and defconfig to top of tree. | Rob Landley |
2006-01-15 | - shared libbusybox. | Bernhard Reutner-Fischer |
2006-01-13 | - turn off "nc gaping hole" and devfsd in allbareconfig, the latter doesn't | Bernhard Reutner-Fischer |
2005-12-16 | Stephane Billiart said: | Rob Landley |
2005-12-02 | Install links patch from Yann E. Morin. (Another thing hanging around in my | Rob Landley |
2005-10-25 | Two changes. One from Shaun Jackman makes libbb/interface.c compile only if | Rob Landley |
2005-10-13 | - split VERSION into parts | Bernhard Reutner-Fischer |
2005-10-09 | - remove passing PREFIX and CROSS to make which was added for bug #94. | Bernhard Reutner-Fischer |
2005-10-08 | - rename bareconfig to allbareconfig and emit "is not set" strings needed for | Bernhard Reutner-Fischer |
2005-10-07 | - add config target bareconfig. Enables all applets but without any features. | Bernhard Reutner-Fischer |
2005-10-07 | trim dep lines | "Vladimir N. Oleynik" |
2005-10-07 | - fix bug #94: 'make install' does not respect PREFIX nor CROSS when using O= | Bernhard Reutner-Fischer |
2005-10-06 | - support make check V=1 to run the checks in verbose mode | Bernhard Reutner-Fischer |
2005-10-05 | - remove explicit dependency of busybox.o and applets.o and usage.h from the | Bernhard Reutner-Fischer |
2005-10-05 | - fix generation of .depend when building out of tree. | Bernhard Reutner-Fischer |
2005-10-05 | - fix building out-of-tree; | Bernhard Reutner-Fischer |