index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
Age
Commit message (
Expand
)
Author
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