Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
[oweals/busybox.git] / Makefile
2006-07-30 Rob LandleySwitch off CONFIG_NITPICK in defconfig. (Kind of the...
2006-07-12 Rob LandleyMore minor tweaks.
2006-07-06 Paul Foxfix dependencies so that compressed usage gets rebuilt if
2006-07-04 Bernhard Reutner... - Pull r15593:
2006-06-16 Bernhard Reutner... - add cross-reference generation target.
2006-06-15 Bernhard Reutner... - let the scripts be prerequisites of the files the...
2006-06-13 Rob LandleyFix from Paul Fox to make compressed help text notice...
2006-06-13 Bernhard Reutner... - make VERBOSE= and V= work equally; use BUILD_VERBOSE...
2006-06-10 Bernhard Reutner... - don't check for toolchain-setting for make targets...
2006-05-28 Rob LandleyPut the ending quote on the help entry...
2006-05-27 Rob LandleyConsolidate the .PHONY targets and add "make baseline...
2006-05-26 Bernhard Reutner... - add target hosttools (see make help)
2006-05-21 Bernhard Reutner... - fix wrong path to scripts/usage; It is in the builddi...
2006-05-21 Bernhard Reutner... - there is no _usage.h anymore, so don't rm it in distc...
2006-05-21 Bernhard Reutner... - do not create usage_compressed.h if CONFIG_FEATURE_CO...
2006-05-21 Bernhard Reutner... - there is no "sh". Use $(SHELL)
2006-05-19 Bernhard Reutner... - forgot to make busybox_unstripped depend on the apple...
2006-05-19 Bernhard Reutner... - redirect stdout of scripts/config/conf to /nil for
2006-05-11 Rob LandleyTabs weren't lining up in the help text.
2006-05-10 Mike Frysingerclean more files
2006-05-09 Bernhard Reutner... - fix bug in make help introduced by landley in r15022:
2006-05-08 Rob LandleyMake bloatcheck work when building out of tree.
2006-05-08 Mike Frysingerre-enable udhcp in a few more places
2006-05-07 Rob LandleyAdd "make bloatcheck" to run Matt Mackall's bloat-o...
2006-05-05 Rob LandleyBusybox's udhcp was deleted a while ago. Bolting an...
2006-05-04 Bernhard Reutner... - add script to check for missing help entries of confi...
2006-04-29 Mike Frysingercompile.h is incorrect; create a new do_link.h and...
2006-04-29 Mike Frysingeruse pretty output for scripts/bb_mkdep and scripts...
2006-04-27 Rob LandleyPatch from Dennis Vlasenko to add the option to compres...
2006-04-26 Bernhard Reutner... - patch from Denis Vlasenko to make sizes PHONY and...
2006-04-21 Mike Frysinger2006-04-20 Shaun Jackman <sjackman@gmail.com>
2006-04-03 Bernhard Reutner... - make sure that we see all lib*/.c in IMA-mode even...
2006-03-22 Rob LandleyTweak allbareconfig not to pause.
2006-03-20 Eric AndersenWilly Tarreau writes:
2006-03-13 Bernhard Reutner... - remove superfluous dependency which was fixed in...
2006-03-13 Bernhard Reutner... - revert back to r14406
2006-03-13 Rob Landley"make help" should not build the configurator first.
2006-03-13 Rob LandleyFix "rm .config;make menuconfig" to work like "rm ...
2006-03-09 Rob LandleyCleanup from Paul Fox. One find piped to xargs is...
2006-03-09 Bernhard Reutner... - backout using features which are not available with...
2006-03-06 Bernhard Reutner... - work around missing features and bugs in make-3.79.1:
2006-03-05 Mike Frysingerclean *.osm as pointed out by Robert P. J. Day
2006-03-05 Mike Frysingerclean busybox_unstripped as pointed out by Robert P...
2006-03-03 Bernhard Reutner... - ar cruP doesn't replace ('r') but unconditionally...
2006-03-02 Bernhard Reutner... - remove unused lists *-m
2006-03-02 Bernhard Reutner... - make sure applets.o is rebuilt when the .config changes.
2006-03-02 Bernhard Reutner... - allow for make /path/to/dir/file.o
2006-03-02 Bernhard Reutner... Denis Vlasenko writes: make sizes was rebuilding busybo...
2006-03-01 Bernhard Reutner... - fixes parallel builds (make -j)
2006-02-28 Rob Landleydefconfig shouldn't enable CONFIG_INSTALL_NO_USR, and...
2006-02-18 Mike Frysingerkill all .depend files
2006-02-18 Mike Frysingerhide bb_mkdep build
2006-02-15 "Vladimir N. Oleynik"full removed config.h, use bb_config.h only
2006-02-13 Rob LandleyNew USE() macros
2006-02-08 Rob LandleyHelp text update and tweak to defconfig to remove two...
2006-02-05 Mike Frysingerif the .pl script gets updated, force doc regen
2006-02-02 Mike Frysingermake the build system puuuuuuuuuuurty
2006-01-31 Bernhard Reutner... - pass -static via CC rather than LD
2006-01-31 Rob LandleyTurn defconfig into what make allyesconfig is today...
2006-01-30 Rob LandleyMove SUSv2 obsolete feature disabling to debug menu...
2006-01-27 Bernhard Reutner... - add a macro to check for ld and as flags
2006-01-25 Bernhard Reutner... - Simplify the prereq and add more documentation.
2006-01-24 Bernhard Reutner... - Turn off combine for allyesconfig and allbareconfig.
2006-01-23 "Vladimir N. Oleynik"Oops, restore tabs
2006-01-23 "Vladimir N. Oleynik"cleanup (dist)clean logic
2006-01-22 Bernhard Reutner... - add platform.h.
2006-01-20 Rob LandleyZap sysdeps directory, moving Config.in and defconfig...
2006-01-15 Bernhard Reutner... - shared libbusybox.
2006-01-13 Bernhard Reutner... - turn off "nc gaping hole" and devfsd in allbareconfig...
2005-12-16 Rob LandleyStephane Billiart said:
2005-12-02 Rob LandleyInstall links patch from Yann E. Morin. (Another thing...
2005-10-25 Rob LandleyTwo changes. One from Shaun Jackman makes libbb/interf...
2005-10-13 Bernhard Reutner... - split VERSION into parts
2005-10-09 Bernhard Reutner... - remove passing PREFIX and CROSS to make which was...
2005-10-08 Bernhard Reutner... - rename bareconfig to allbareconfig and emit "is not...
2005-10-07 Bernhard Reutner... - add config target bareconfig. Enables all applets...
2005-10-07 "Vladimir N. Oleynik"trim dep lines
2005-10-07 Bernhard Reutner... - fix bug #94: 'make install' does not respect PREFIX...
2005-10-06 Bernhard Reutner... - support make check V=1 to run the checks in verbose...
2005-10-05 Bernhard Reutner... - remove explicit dependency of busybox.o and applets...
2005-10-05 Bernhard Reutner... - fix generation of .depend when building out of tree.
2005-10-05 Bernhard Reutner... - fix building out-of-tree;
2005-09-27 Mike Frysingerpass EXTRA_CFLAGS to final link since it may contain...
2005-09-26 Bernhard Reutner... - remove unused variable TOPDIR
2005-09-26 Rob Landleyadd "make help"
2005-09-25 Mike Frysingerthis should fix parallel building with .depend/bb_config.h
2005-09-24 Mike Frysingerfix parallel building again
2005-09-24 Mike Frysingermake test an alias for check
2005-09-21 "Vladimir N. Oleynik"moved include/bbconfigopts.h from miscutils to to top...
2005-09-20 Rob LandleyThe testsuite/links directory wasn't being created.
2005-09-19 "Vladimir N. Oleynik"corect build bbconfig applet, Thanks, Bernhard Fischer
2005-09-12 "Vladimir N. Oleynik"new my scripts/mm_mkdep, dependences work now
2005-09-11 Rob LandleyThis combines a patch from Bernhard Fischer (moving...
2005-09-02 Rob LandleyWorking on a new test harness. Moved the sort tests...
2005-09-01 Rob LandleyBernhard Fischer sent a patch to make "make sizes"...
2005-08-28 Rob LandleyDumb little hack, "make sizes". Try it.
2005-08-24 Rob LandleyBernhard Fischer submitted a couple of Makefile patches:
2005-08-17 Eric AndersenWhen doing 'make release' nuke the .svn directories...
2005-08-11 Mike Frysingermake sure distclean punts include/bbconfigopts.h
2005-08-02 Rob LandleyIn bb_config.h, replace AUTOCONF_INCLUDED guard with...
next