aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2006-05-11Tabs weren't lining up in the help text.Rob Landley
2006-05-10clean more filesMike Frysinger
2006-05-09- fix bug in make help introduced by landley in r15022:Bernhard Reutner-Fischer
2006-05-08Make bloatcheck work when building out of tree.Rob Landley
2006-05-08re-enable udhcp in a few more placesMike Frysinger
2006-05-07Add "make bloatcheck" to run Matt Mackall's bloat-o-meter. Copy an oldRob Landley
2006-05-05Busybox's udhcp was deleted a while ago. Bolting an external project onto theRob Landley
2006-05-04- add script to check for missing help entries of config optionsBernhard Reutner-Fischer
2006-04-29compile.h is incorrect; create a new do_link.h and use that for bb_mkdep and ...Mike Frysinger
2006-04-29use pretty output for scripts/bb_mkdep and scripts/usageMike Frysinger
2006-04-27Patch from Dennis Vlasenko to add the option to compress help text.Rob Landley
2006-04-26- patch from Denis Vlasenko to make sizes PHONY and to add objsizes which printsBernhard Reutner-Fischer
2006-04-212006-04-20 Shaun Jackman <sjackman@gmail.com>Mike Frysinger
2006-04-03- make sure that we see all lib*/.c in IMA-mode even when not building the .soBernhard Reutner-Fischer
2006-03-22Tweak allbareconfig not to pause.Rob Landley
2006-03-20Willy Tarreau writes:Eric Andersen
2006-03-13- remove superfluous dependency which was fixed in r14527Bernhard Reutner-Fischer
2006-03-13- revert back to r14406Bernhard Reutner-Fischer
2006-03-13"make help" should not build the configurator first.Rob Landley
2006-03-13Fix "rm .config;make menuconfig" to work like "rm .config; make" (I.E. doRob Landley
2006-03-09Cleanup from Paul Fox. One find piped to xargs is faster/simpler thanRob Landley
2006-03-09- backout using features which are not available with the previous stableBernhard Reutner-Fischer
2006-03-06- work around missing features and bugs in make-3.79.1:Bernhard Reutner-Fischer
2006-03-05clean *.osm as pointed out by Robert P. J. DayMike Frysinger
2006-03-05clean busybox_unstripped as pointed out by Robert P. J. DayMike Frysinger
2006-03-03- ar cruP doesn't replace ('r') but unconditionally _adds_ all objects.Bernhard Reutner-Fischer
2006-03-02- remove unused lists *-mBernhard 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.oBernhard Reutner-Fischer
2006-03-02Denis 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-28defconfig shouldn't enable CONFIG_INSTALL_NO_USR, and while we're at itRob Landley
2006-02-18kill all .depend filesMike Frysinger
2006-02-18hide bb_mkdep buildMike Frysinger
2006-02-15full removed config.h, use bb_config.h only"Vladimir N. Oleynik"
2006-02-13New USE() macrosRob Landley
2006-02-08Help text update and tweak to defconfig to remove two more things thatRob Landley
2006-02-05if the .pl script gets updated, force doc regenMike Frysinger
2006-02-02make the build system puuuuuuuuuuurtyMike Frysinger
2006-01-31- pass -static via CC rather than LDBernhard Reutner-Fischer
2006-01-31Turn defconfig into what make allyesconfig is today. Turn allyesconfigRob Landley
2006-01-30Move SUSv2 obsolete feature disabling to debug menu, invert meaning ofRob Landley
2006-01-27- add a macro to check for ld and as flagsBernhard 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-23Oops, restore tabs"Vladimir N. Oleynik"
2006-01-23cleanup (dist)clean logic"Vladimir N. Oleynik"
2006-01-22- add platform.h.Bernhard Reutner-Fischer
2006-01-20Zap sysdeps directory, moving Config.in and defconfig to top of tree.Rob Landley
2006-01-15- shared libbusybox.Bernhard Reutner-Fischer