Commit Graph

17 Commits

Author SHA1 Message Date
Rob Landley
6126b258dc Convert HOST_CC to HOSTCC to be more like uClibc build. 2007-03-12 21:17:01 -04:00
Rob Landley
2aa494dcfe MacOS X has a defective sed with no -r. 2007-02-13 16:41:51 -05:00
Rob Landley
fd1c5ba0cb Teach build to build only the toys/*.c selected in .config, and teach
CFG_TOYSH_DEBUG to shut up the spurious "gcc can't tell that this is never
actually used uninitialized because gcc is stupid" warnings.
2007-02-03 14:10:00 -05:00
Rob Landley
edee7ddeb5 Missing comma, and slight simplification in defconfig sed invocation. 2007-01-31 15:23:21 -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
bcfad87218 Add make install_flat. 2007-01-31 14:18:05 -05:00
Rob Landley
17afeba960 Blah. The sed filter's not right, I'll try again later. 2007-01-04 17:26:30 -05:00
Rob Landley
e2f796cb70 Make some of gcc 4.1's dumber warnings go away. 2006-12-31 19:09:42 -05:00
Rob Landley
78b47ff751 Teach clean and distclean to zap more files. 2006-11-26 18:54:03 -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
f06af2bef5 Add another warning check and a missing dependency. 2006-11-25 13:32:01 -05:00
Rob Landley
7fc43f7978 Better dependencies, and feed the linker --gc-sections. (Which is not an
substitute for building just the stuff we need, but is easy to do for now.)
2006-11-02 19:50:02 -05:00
Rob Landley
401ae8fe28 Make the config generate gen_config.h with CFG_ and USE() macros.
Add distclean.  Make clean have double colons so the kconfig makefile's
clean matches.
2006-11-01 22:26:25 -05:00
landley
09ea7ac1a2 Implement df. Add -Wall to build and fix up warnings. Add copyright notices.
Add error_msg() and itoa() to library.  Remove argc from globals (since argv is
null terminated), add optflags to globals.
2006-10-30 01:38:00 -05:00
landley
cd9dfc3b7b Next drop of toysh, plus more infratructure. 2006-10-18 18:38:16 -04:00
landley
c56215062c Next snapshot. Tries to grab something out of lib in order to build, I have
an empty "blah.c" in there to make it happy but I'm not checking that in.
2006-09-28 17:18:51 -04:00