index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
make.sh
Age
Commit message (
Expand
)
Author
2012-04-14
Teach make.sh to create flag macros, but with the wrong names. Dunno how to m...
Rob Landley
2012-03-06
Comment and whitespace tweaks.
Rob Landley
2012-03-03
Fix from Georgi Chorbadzhiyski to make cross compiling more robust.
0.2.1
Rob Landley
2012-02-17
Add V=1 support to make.
Rob Landley
2009-12-13
The "strip" in gcc 4.4 doesn't set the executable bit on its output, despite ...
Rob Landley
2009-01-30
Convert non-bool config values (such as int) into config.h entries.
Rob Landley
2009-01-30
Re-wordwrap and reorder the .config->config.h sed script. (No real changes, ...
Rob Landley
2008-11-15
Add netcat server mode, -l, -L, and -t.
Rob Landley
2008-05-12
Sort was including the trailing comma and getting the order wrong.
Rob Landley
2008-02-23
Remove some commented out code.
Rob Landley
2008-01-25
Die on compilation or stripping failure
Charlie Shepherd
2008-01-22
Sort newtoys.h by command name, not by USE_ macro.
Rob Landley
2008-01-20
Zap toylist.h, moving contents of global structures into DEFINE_GLOBALS()
Rob Landley
2008-01-19
Move NEWTOY() list from end of toylist.h to generated/newtoys.h.
Rob Landley
2008-01-19
Zap toys/Config.in and instead create generated/Config.in from contents of
Rob Landley