Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-10 | Cosmetic tweak: no need for pages of text from "make defconfig" and friends. | Rob Landley | |
2008-01-19 | Zap toys/Config.in and instead create generated/Config.in from contents of | Rob Landley | |
toys/*.c. Move relevant info into comment at the top of each toys/*.c. Also convert more of Makefile into a thin wrapper around shell scripts that actually do the work. (Makefile is only still there for the user interface.) | |||
2007-06-18 | Fix makefile to defconfig properly, and leak in a bit of the new test0.0.3 | Rob Landley | |
infrastructure so I don't have to revert it to check this in. :) | |||
2007-06-01 | Humor dash, which is broken. | Rob Landley | |
2007-03-12 | Move project name to Makefile. | Rob Landley | |
2007-03-12 | Convert HOST_CC to HOSTCC to be more like uClibc build. | Rob Landley | |
2007-02-12 | Make kconfig build on MacOS X. (Because it's there.) | Rob Landley | |
2007-01-31 | Add "make defconfig". Modify global options to start with CONFIG_TOYBOX_. | 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-10-31 | Add menuconfig, plus some basic Config info, lots of which is just future | landley | |
plans for toysh. Nothing's currently _using_ this config info, but at least it's being generated now. |