- 1f9145c More minor tweaks. by Rob Landley · 18 years ago
- e332450 fix dependencies so that compressed usage gets rebuilt if by Paul Fox · 18 years ago
- 273430a - Pull r15593: by Bernhard Reutner-Fischer · 18 years ago
- fa61ca7 - add cross-reference generation target. Experimental. by Bernhard Reutner-Fischer · 19 years ago
- 42f091a - let the scripts be prerequisites of the files the generate by Bernhard Reutner-Fischer · 19 years ago
- 1dea55d Fix from Paul Fox to make compressed help text notice config changes. by Rob Landley · 19 years ago
- 7b8ff22 - make VERBOSE= and V= work equally; use BUILD_VERBOSE internally. by Bernhard Reutner-Fischer · 19 years ago
- e5de384 - don't check for toolchain-setting for make targets that don't need them by Bernhard Reutner-Fischer · 19 years ago
- 0fbe7dd Put the ending quote on the help entry... by Rob Landley · 19 years ago
- d9872aa Consolidate the .PHONY targets and add "make baseline" for bloatcheck. by Rob Landley · 19 years ago
- e28d1d6 - add target hosttools (see make help) by Bernhard Reutner-Fischer · 19 years ago
- 4148afe - fix wrong path to scripts/usage; It is in the builddir and not in the srcdir. by Bernhard Reutner-Fischer · 19 years ago
- 3c8c069 - there is no _usage.h anymore, so don't rm it in distclean. by Bernhard Reutner-Fischer · 19 years ago
- 30ead9a - do not create usage_compressed.h if CONFIG_FEATURE_COMPRESS_USAGE is not set by Bernhard Reutner-Fischer · 19 years ago
- 1a5eb46 - there is no "sh". Use $(SHELL) by Bernhard Reutner-Fischer · 19 years ago
- d8e87a0 - forgot to make busybox_unstripped depend on the applets in IMA mode. by Bernhard Reutner-Fischer · 19 years ago
- 351c832 - redirect stdout of scripts/config/conf to /nil for by Bernhard Reutner-Fischer · 19 years ago
- 0690d15 Tabs weren't lining up in the help text. by Rob Landley · 19 years ago
- 59e4611 clean more files by Mike Frysinger · 19 years ago
- 2431830 - fix bug in make help introduced by landley in r15022: by Bernhard Reutner-Fischer · 19 years ago
- 92d8b35 Make bloatcheck work when building out of tree. by Rob Landley · 19 years ago
- 1b4e1da re-enable udhcp in a few more places by Mike Frysinger · 19 years ago
- f8a8084 Add "make bloatcheck" to run Matt Mackall's bloat-o-meter. Copy an old by Rob Landley · 19 years ago
- 3958e0a Busybox's udhcp was deleted a while ago. Bolting an external project onto the by Rob Landley · 19 years ago
- 3916b2a - add script to check for missing help entries of config options by Bernhard Reutner-Fischer · 19 years ago
- 12ef09b compile.h is incorrect; create a new do_link.h and use that for bb_mkdep and usage by Mike Frysinger · 19 years ago
- fe6bb38 use pretty output for scripts/bb_mkdep and scripts/usage by Mike Frysinger · 19 years ago
- 7e21d5f Patch from Dennis Vlasenko to add the option to compress help text. by Rob Landley · 19 years ago
- 06a81d3 - patch from Denis Vlasenko to make sizes PHONY and to add objsizes which prints by Bernhard Reutner-Fischer · 19 years ago
- 586ea61 2006-04-20 Shaun Jackman <sjackman@gmail.com> by Mike Frysinger · 19 years ago
- 2b398be - make sure that we see all lib*/.c in IMA-mode even when not building the .so by Bernhard Reutner-Fischer · 19 years ago
- 786988f Tweak allbareconfig not to pause. by Rob Landley · 19 years ago
- a6db0ee Willy Tarreau writes: by Eric Andersen · 19 years ago
- a25d83b - remove superfluous dependency which was fixed in r14527 by Bernhard Reutner-Fischer · 19 years ago
- df10094 - revert back to r14406 by Bernhard Reutner-Fischer · 19 years ago
- 19808fe "make help" should not build the configurator first. by Rob Landley · 19 years ago
- 9dc6913 Fix "rm .config;make menuconfig" to work like "rm .config; make" (I.E. do by Rob Landley · 19 years ago
- 31e3610 Cleanup from Paul Fox. One find piped to xargs is faster/simpler than by Rob Landley · 19 years ago
- 07a79e7 - backout using features which are not available with the previous stable by Bernhard Reutner-Fischer · 19 years ago
- a597211 - work around missing features and bugs in make-3.79.1: by Bernhard Reutner-Fischer · 19 years ago
- 56ee779 clean *.osm as pointed out by Robert P. J. Day by Mike Frysinger · 19 years ago
- 33b45a0 clean busybox_unstripped as pointed out by Robert P. J. Day by Mike Frysinger · 19 years ago
- 7ad83b4 - ar cruP doesn't replace ('r') but unconditionally _adds_ all objects. by Bernhard Reutner-Fischer · 19 years ago
- e3ec99d - remove unused lists *-m by Bernhard Reutner-Fischer · 19 years ago
- c8e278f - make sure applets.o is rebuilt when the .config changes. by Bernhard Reutner-Fischer · 19 years ago
- 9b6b894 - allow for make /path/to/dir/file.o by Bernhard Reutner-Fischer · 19 years ago
- cfc5d86 Denis Vlasenko writes: make sizes was rebuilding busybox - unstripped one! by Bernhard Reutner-Fischer · 19 years ago
- 5d26126 - fixes parallel builds (make -j) by Bernhard Reutner-Fischer · 19 years ago
- 8bbee85 defconfig shouldn't enable CONFIG_INSTALL_NO_USR, and while we're at it by Rob Landley · 19 years ago
- 611e085 kill all .depend files by Mike Frysinger · 19 years ago
- a568ef2 hide bb_mkdep build by Mike Frysinger · 19 years ago
- 6732af2 full removed config.h, use bb_config.h only by "Vladimir N. Oleynik" · 19 years ago
- 7bfa88f New USE() macros by Rob Landley · 19 years ago
- 1ab4c3d Help text update and tweak to defconfig to remove two more things that by Rob Landley · 19 years ago
- f37529d if the .pl script gets updated, force doc regen by Mike Frysinger · 19 years ago
- b38673f make the build system puuuuuuuuuuurty by Mike Frysinger · 19 years ago
- 81b9496 - pass -static via CC rather than LD by Bernhard Reutner-Fischer · 19 years ago
- a167ec5 Turn defconfig into what make allyesconfig is today. Turn allyesconfig by Rob Landley · 19 years ago
- f8fd4db Move SUSv2 obsolete feature disabling to debug menu, invert meaning of by Rob Landley · 19 years ago
- 08a1b50 - add a macro to check for ld and as flags by Bernhard Reutner-Fischer · 19 years ago
- 08c5a17 - Simplify the prereq and add more documentation. - Fix regex for allyesconfig. by Bernhard Reutner-Fischer · 19 years ago
- 9ed6ac2 - Turn off combine for allyesconfig and allbareconfig. by Bernhard Reutner-Fischer · 19 years ago
- b757699 Oops, restore tabs by "Vladimir N. Oleynik" · 19 years ago
- 9394b23 cleanup (dist)clean logic by "Vladimir N. Oleynik" · 19 years ago
- 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
- 7a43bd0 Zap sysdeps directory, moving Config.in and defconfig to top of tree. by Rob Landley · 19 years ago
- 7ca61b6 - shared libbusybox. by Bernhard Reutner-Fischer · 19 years ago
- 26ea0b7 - turn off "nc gaping hole" and devfsd in allbareconfig, the latter doesn't by Bernhard Reutner-Fischer · 19 years ago
- 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