Commit Graph

14 Commits

Author SHA1 Message Date
Rob Landley
bdcb80e9d3 Silence pointless warnings. 2012-05-20 14:58:39 -05:00
Rob Landley
2896480c49 Zap toys/Config.in and instead create generated/Config.in from contents of
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.)
2008-01-19 17:08:39 -06:00
Rob Landley
e35f2b8312 Fix makefile to defconfig properly, and leak in a bit of the new test
infrastructure so I don't have to revert it to check this in. :)
2007-06-18 01:09:00 -04:00
Rob Landley
9fdf465b91 Humor dash, which is broken. 2007-06-01 11:46:56 -04:00
Rob Landley
d989df3d7d Apply uClibc's changes to this kconfig. 2007-03-15 13:59:06 -04:00
Rob Landley
217047b6b2 Move project name to Makefile. 2007-03-12 22:54:02 -04:00
Rob Landley
6126b258dc Convert HOST_CC to HOSTCC to be more like uClibc build. 2007-03-12 21:17:01 -04:00
Rob Landley
d1ed4c625d Change help text: not just used for the kernel. 2007-03-12 21:10:06 -04:00
Rob Landley
6275b1f7a5 Make kconfig build on MacOS X. (Because it's there.) 2007-02-12 19:59:12 -05:00
Rob Landley
de05a7024f Add "make defconfig". Modify global options to start with CONFIG_TOYBOX_. 2007-01-31 14:37:01 -05:00
Rob Landley
cd2edfd6a1 Add bloat-o-meter, make bloatcheck, and scripts/showasm. 2006-11-26 18:47:14 -05:00
Rob Landley
61a9cc57e7 Reduce flag duplication and make kconfig use HOST_CC. 2006-11-26 17:18:29 -05:00
Rob Landley
65b7df5882 Leftover from when I cleaned this up for another project. 2006-11-25 16:23:47 -05:00
landley
5257cf54a5 Add menuconfig, plus some basic Config info, lots of which is just future
plans for toysh.  Nothing's currently _using_ this config info, but at least
it's being generated now.
2006-10-31 23:30:06 -05:00