aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
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
substitute for building just the stuff we need, but is easy to do for now.)
2006-11-01Make the config generate gen_config.h with CFG_ and USE() macros.Rob Landley
Add distclean. Make clean have double colons so the kconfig makefile's clean matches.
2006-10-30Implement df. Add -Wall to build and fix up warnings. Add copyright notices.landley
Add error_msg() and itoa() to library. Remove argc from globals (since argv is null terminated), add optflags to globals.
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
an empty "blah.c" in there to make it happy but I'm not checking that in.