- a930bd3 Stephane Billiart said: by Rob Landley · 19 years ago
- d4f15e9 Install links patch from Yann E. Morin. (Another thing hanging around in my by Rob Landley · 19 years ago
- 2d5d88e Two changes. One from Shaun Jackman makes libbb/interface.c compile only if by Rob Landley · 19 years ago
- 8c7a7e6 - split VERSION into parts by Bernhard Reutner-Fischer · 19 years ago
- 332fc10 - remove passing PREFIX and CROSS to make which was added for bug #94. by Bernhard Reutner-Fischer · 19 years ago
- be5c103 - rename bareconfig to allbareconfig and emit "is not set" strings needed for by Bernhard Reutner-Fischer · 19 years ago
- a9d8913 - add config target bareconfig. Enables all applets but without any features. by Bernhard Reutner-Fischer · 19 years ago
- dfd1eb0 trim dep lines by "Vladimir N. Oleynik" · 19 years ago
- 4d63525 - fix bug #94: 'make install' does not respect PREFIX nor CROSS when using O= by Bernhard Reutner-Fischer · 19 years ago
- e34e878 - support make check V=1 to run the checks in verbose mode by Bernhard Reutner-Fischer · 19 years ago
- 14b1c1d - remove explicit dependency of busybox.o and applets.o and usage.h from the by Bernhard Reutner-Fischer · 19 years ago
- b48bfe7 - fix generation of .depend when building out of tree. by Bernhard Reutner-Fischer · 19 years ago
- 5c071bc - fix building out-of-tree; by Bernhard Reutner-Fischer · 19 years ago
- 6745184 pass EXTRA_CFLAGS to final link since it may contain things that affect linking (such as -m32) by Mike Frysinger · 19 years ago
- 1c943eb - remove unused variable TOPDIR by Bernhard Reutner-Fischer · 19 years ago
- d24eaac add "make help" by Rob Landley · 19 years ago
- de242f6 this should fix parallel building with .depend/bb_config.h by Mike Frysinger · 19 years ago
- 016d628 fix parallel building again by Mike Frysinger · 19 years ago
- ce0cf1d make test an alias for check by Mike Frysinger · 19 years ago
- cef737f moved include/bbconfigopts.h from miscutils to to top Makefile before generate .depend. Remove allyesconfig build problem, noticed by Bernhard Fischer by "Vladimir N. Oleynik" · 19 years ago
- 90252bb The testsuite/links directory wasn't being created. by Rob Landley · 19 years ago
- 4a5d95d corect build bbconfig applet, Thanks, Bernhard Fischer by "Vladimir N. Oleynik" · 19 years ago
- 5e60dc4 new my scripts/mm_mkdep, dependences work now by "Vladimir N. Oleynik" · 19 years ago
- a7e14db This combines a patch from Bernhard Fischer (moving the clean of by Rob Landley · 19 years ago
- 1689075 Working on a new test harness. Moved the sort tests into it. by Rob Landley · 19 years ago
- ac692b2 Bernhard Fischer sent a patch to make "make sizes" work when building in by Rob Landley · 19 years ago
- d9f7165 Dumb little hack, "make sizes". Try it. by Rob Landley · 19 years ago
- e1d9633 Bernhard Fischer submitted a couple of Makefile patches: by Rob Landley · 19 years ago
- 4306bb1 When doing 'make release' nuke the .svn directories, not the by Eric Andersen · 19 years ago
- f9bd87b make sure distclean punts include/bbconfigopts.h by Mike Frysinger · 19 years ago
- 157e807 In bb_config.h, replace AUTOCONF_INCLUDED guard with the more reasonable and by Rob Landley · 19 years ago
- f1dbd4a fix bbconfigopts.h depend by Mike Frysinger · 19 years ago
- fcafa4b screw around with whitespace by Mike Frysinger · 19 years ago
- 79c142d new config display applet, from bug 46. i've changed the name by Paul Fox · 19 years ago
- 9d6e083 patch by pkj in Bug 3 to not export all make variables by Mike Frysinger · 19 years ago
- c99e2c5 dont output anything when running in silent mode by Mike Frysinger · 19 years ago
- ef8f423 Erik pointed out that in the last try at the #ifdef cleanup by Rob Landley · 19 years ago
- 193c8c7 #ifdef reduction infrastructure, based on an argument between Shaun Jackman, by Rob Landley · 19 years ago
- e9903cf move config.h requirement to the actual .depend target rather than the depend alias by Mike Frysinger · 20 years ago
- 60158cb A patch from Takeharu KATO to update/fix SE-Linux support. by Rob Landley · 20 years ago
- d89e629 add new subdir for e2fsprogs by Mike Frysinger · 20 years ago
- bcf2724 Remove whitespace by Eric Andersen · 20 years ago
- 88da3ef Correct the install-hardlinks target the same way as was already done by Peter Kjellerstedt · 20 years ago
- 6302486 egor duda writes: by Eric Andersen · 20 years ago
- 7daa076 egor duda writes: by Eric Andersen · 20 years ago
- 1387910 Improve the setuid situation a bit, and make it more apparent by Eric Andersen · 20 years ago
- 8f41bfc The 'tests' target is long gone. by Eric Andersen · 20 years ago
- f730088 Eliminate all trace of the sgml based docs. It was a noble effort, by Eric Andersen · 21 years ago
- 515881c Fix it so build dependancies actually work and do something useful by Eric Andersen · 21 years ago
- 674b08a Fix it so usage is _always_ in sync with applets.c. Previously, by Eric Andersen · 21 years ago
- b07ae7b Yet more 'make allyesconfig' adjustments by Eric Andersen · 21 years ago
- 8ee6943 Make 'allyesconfig' be a bit less stupid by Eric Andersen · 21 years ago
- c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
- 0874a61 Use the PROG variable instead of 'busybox' in the release target by Glenn L McGrath · 21 years ago
- 6376b58 Use a variable for the config files, makes it easier to syncronise with by Glenn L McGrath · 21 years ago
- d72e34c Patch by Steinar H. Gunderson to fix debian bug #211675. by Glenn L McGrath · 21 years ago
- b19c73d Change make to $(MAKE), patch by Hideki IWAMOTO by Glenn L McGrath · 21 years ago
- 87470de * Since busybox binary is unnecessary, deleted it from prerequisites. by Glenn L McGrath · 21 years ago
- 24e098a Fixup 'make clean' to properly clean the _install directory by Eric Andersen · 21 years ago
- eac2045 Set libbb dead last in the link order by Eric Andersen · 21 years ago
- d4fcb80 Yet more preparation to make a release... by Eric Andersen · 21 years ago
- cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
- 9e48045 Patch from Russell Coker: by Eric Andersen · 21 years ago
- 1c25ba9 Oops. As Andrew Dennison just noticed, I left a stray by Eric Andersen · 21 years ago
- b6071ea Regenerate the busybox.links file when the .config changes by Eric Andersen · 21 years ago
- cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
- 3238ea1 Merge fileutils, textutils and shellutils into coreuils by Glenn L McGrath · 22 years ago
- a995343 Don't wipe the config system on 'make clean' by Eric Andersen · 22 years ago
- 92a06d0 Clean config binsries on 'make clean' by Eric Andersen · 22 years ago
- aaab46b Fix an obvious mistake by Eric Andersen · 22 years ago
- 4d7f965 Adjust for new .depend target by Glenn L McGrath · 22 years ago
- e86e4a2 busybox target wasnt checking .depend, clean kbuild binaries only on distclean by Glenn L McGrath · 22 years ago
- 068b6b0 Don't build the ncurses stuff unless it is specifically asked for -Erik by Eric Andersen · 22 years ago
- 919798d err.. Make clean in the scripts/config directory to remove some binaries by Glenn L McGrath · 22 years ago
- a94c310 Make clean in the scripts directory to remove some binaries by Glenn L McGrath · 22 years ago
- c9f20d9 Yet another major rework of the BusyBox config system, using the considerably by Eric Andersen · 22 years ago
- 8f0722a Move readlink, mktemp, run-parts and which to a new debianutils dir. by Glenn L McGrath · 22 years ago
- 9a2d272 IP applet by Bastian Blank <waldi@debian.org> by Glenn L McGrath · 22 years ago
- 61fb489 added full udhcp integration by Russ Dill · 22 years ago
- a39342b Remember to delete docs/busybox.pod by Eric Andersen · 22 years ago
- 8771517 Be more portable with 'find' for those that prefer programming by Eric Andersen · 22 years ago
- d378c31 Applied vodz' patches #49 and #50 (with a small correction in runshell.c) by Robert Griebl · 22 years ago
- 8610f91 Lets give this a try... by Eric Andersen · 23 years ago
- 1fca558 Bigger patch for (partial) tinylogin integration by Robert Griebl · 23 years ago
- aba7546 When the .config file is missing, supply a default one and run menuconfig by Eric Andersen · 23 years ago
- fb24eb4 Cleanup make clean by Eric Andersen · 23 years ago
- 1f30a41 Add a 'make uninstall' target by Eric Andersen · 23 years ago
- 85208e2 Completely rework the config system so that it no longer annoys me to work on by Eric Andersen · 23 years ago
- 5a40651 Update dmalloc options per suggestion from Glenn by Eric Andersen · 23 years ago
- 3ec5c69 Bart Visscher noticed some spurious search and replace silliness -Erik by Eric Andersen · 23 years ago
- de2a342 Add a more verbose non-strip command. by Eric Andersen · 23 years ago
- 2423b12 Begin moving things to busybox.net -Erik by Eric Andersen · 23 years ago
- 06656f3 Minor adjustment to the strip command by Eric Andersen · 23 years ago
- 4e05da8 Add a check target. by Matt Kraai · 23 years ago
- 45784fe Some more minor build cleanups by Eric Andersen · 23 years ago
- 30fcef4 Only use -mpreferred-stack-boundary with gcc versions that support it by Eric Andersen · 23 years ago
- 5abdaa9 Force main to always be included by Eric Andersen · 23 years ago
- 1552ff7 Move usage.h to include/usage.h by Eric Andersen · 23 years ago
- 6cf47a7 Run parts applet by Emanuele Aina <faina.mail@tiscalinet.it> by Eric Andersen · 23 years ago
- 95ebf61 *** empty log message *** by Glenn L McGrath · 23 years ago