aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2012-08-25Move commands into "posix", "lsb", and "other" menus/directories.Rob Landley
2012-06-18Replace CCFLAGS with description of how to add flags to HOSTCC.Rob Landley
2012-02-28Now that generated/Config.probed is its own file, add it to build dependencies.Rob Landley
2012-02-21Replace GPL python debug script with BSD shell script.Rob Landley
2012-02-19Set HOSTCC only if it isn't already set as an environment variable.Rob Landley
2012-02-04Add a basic README and an example to "make help".Rob Landley
2012-02-03Add autodetect for container support.Rob Landley
2011-12-28Fix "make help".Rob Landley
2009-03-28Regenerate Config.in when toys/*.c changes.Rob Landley
2008-05-04Try to convince make to be less stupid about rebuilding.Rob Landley
2008-03-29Wow is make stupid. (Ahem, full of "magic, implicit rules". Which are stupid.)Rob Landley
2008-03-28Update help, move test.sh to scripts, and fix "make test" to call right script.Rob Landley
2008-03-28Add uninstall and uninstall_flat.Rob Landley
2008-03-28Add install target, and make install_flat use scripts/install.shRob Landley
2008-02-23Don't delete testdir after running test.sh. Add it to make clean instead.Rob Landley
2008-02-17Yet more build dependency tweaks...Rob Landley
2008-01-22Might as well make the dependencies slightly more paranoid.Rob Landley
2008-01-21Hit makefile dependencies so install step doesn't rebuild toybox.Rob Landley
2008-01-20Zap toylist.h, moving contents of global structures into DEFINE_GLOBALS()Rob Landley
2008-01-19Move NEWTOY() list from end of toylist.h to generated/newtoys.h.Rob Landley
2008-01-19Zap toys/Config.in and instead create generated/Config.in from contents ofRob Landley
2008-01-10Move some generated files into the "generated" subdirectory.Rob Landley
2007-12-09Add some more .PHONY targets.Rob Landley
2007-11-27Add a comment about a case that made me stop and think.Rob Landley
2007-11-25Rebuild toybox when a header file changesCharlie Shepherd
2007-11-10Make toybox_unstripped depend upon toys/help.h (so it will be rebuilt when to...Charlie Shepherd
2007-11-12Patch fromm Roberto Foglietta: distclean should remove toys/help.hRob Landley
2007-11-06Move toybox_old delete (for bloatcheck) from clean to distclean.Rob Landley
2007-09-04Move optimizer flags to OPTIMIZE, so "make CC=tcc OPTIMIZE=" is an option.Rob Landley
2007-08-29Add "help" command. (Building help/help.h requires python, but I'll shipRob Landley
2007-06-18Fix makefile to defconfig properly, and leak in a bit of the new test0.0.3Rob Landley
2007-06-07More cross compiling infrastructure.Rob Landley
2007-05-29Make it easier to specify which compiler to use.Rob Landley
2007-03-12Convert HOST_CC to HOSTCC to be more like uClibc build.Rob Landley
2007-02-13MacOS X has a defective sed with no -r.Rob Landley
2007-02-03Teach build to build only the toys/*.c selected in .config, and teachRob Landley
2007-01-31Missing comma, and slight simplification in defconfig sed invocation.Rob Landley
2007-01-31Add "make defconfig". Modify global options to start with CONFIG_TOYBOX_.Rob Landley
2007-01-31Add make install_flat.Rob Landley
2007-01-04Blah. The sed filter's not right, I'll try again later.Rob Landley
2006-12-31Make some of gcc 4.1's dumber warnings go away.Rob Landley
2006-11-26Teach clean and distclean to zap more files.Rob Landley
2006-11-26Add bloat-o-meter, make bloatcheck, and scripts/showasm.Rob Landley
2006-11-26Reduce flag duplication and make kconfig use HOST_CC.Rob Landley
2006-11-25Add another warning check and a missing dependency.Rob Landley
2006-11-02Better dependencies, and feed the linker --gc-sections. (Which is not anRob Landley
2006-11-01Make the config generate gen_config.h with CFG_ and USE() macros.Rob Landley
2006-10-30Implement df. Add -Wall to build and fix up warnings. Add copyright notices.landley
2006-10-18Next drop of toysh, plus more infratructure.landley
2006-09-28Next snapshot. Tries to grab something out of lib in order to build, I havelandley