aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
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
2006-01-13- turn off "nc gaping hole" and devfsd in allbareconfig, the latter doesn'tBernhard Reutner-Fischer
2005-12-16Stephane Billiart said:Rob Landley
2005-12-02Install links patch from Yann E. Morin. (Another thing hanging around in myRob Landley
2005-10-25Two changes. One from Shaun Jackman makes libbb/interface.c compile only ifRob Landley
2005-10-13- split VERSION into partsBernhard 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 forBernhard Reutner-Fischer
2005-10-07- add config target bareconfig. Enables all applets but without any features.Bernhard Reutner-Fischer
2005-10-07trim 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 modeBernhard Reutner-Fischer
2005-10-05- remove explicit dependency of busybox.o and applets.o and usage.h from theBernhard 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
2005-09-27pass EXTRA_CFLAGS to final link since it may contain things that affect linki...Mike Frysinger
2005-09-26- remove unused variable TOPDIRBernhard Reutner-Fischer
2005-09-26add "make help"Rob Landley
2005-09-25this should fix parallel building with .depend/bb_config.hMike Frysinger