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