2014-09-11 |
Rob Landley | Oops, unbreak make.sh. |
blob | commitdiff |
2014-09-10 |
Rob Landley | Make tweaks: collate generated/*.o files into their... |
blob | commitdiff | diff to current |
2014-09-04 |
Rob Landley | Don't hang for $CPUS=1. |
blob | commitdiff | diff to current |
2014-09-01 |
Rob Landley | More parallel build tweaks. |
blob | commitdiff | diff to current |
2014-08-30 |
Rob Landley | Old compilers complain about linker options passed... |
blob | commitdiff | diff to current |
2014-08-30 |
Rob Landley | Another fix from Johan Bergstr?m, using the gnu/dammit... |
blob | commitdiff | diff to current |
2014-08-25 |
Rob Landley | Fix parallel make not always catching errors before... |
blob | commitdiff | diff to current |
2014-08-09 |
Rob Landley | Parallelize the build. (set CPUS=1 to force single... |
blob | commitdiff | diff to current |
2014-06-09 |
Rob Landley | host needs -lresolv |
blob | commitdiff | diff to current |
2014-05-24 |
Rob Landley | Pass the same $CFLAGS to the library probe as the final... |
blob | commitdiff | diff to current |
2014-03-01 |
Rob Landley | Fix header file generation to not be confused by empty... |
blob | commitdiff | diff to current |
2014-02-24 |
Rob Landley | CLEANUP transitions require all the generated/flags... |
blob | commitdiff | diff to current |
2014-02-04 |
Rob Landley | Use right config for single builds. |
blob | commitdiff | diff to current |
2014-01-04 |
Rob Landley | Replace python help converter with C implementation. |
blob | commitdiff | diff to current |
2013-12-28 |
Rob Landley | Cosmetic tweak. |
blob | commitdiff | diff to current |
2013-12-19 |
Rob Landley | Older python spit --version to stdout, 2.7 does it... |
blob | commitdiff | diff to current |
2013-12-19 |
Rob Landley | Regression test against Ancient Build Environment ... |
blob | commitdiff | diff to current |
2013-10-23 |
Rob Landley | Don't use $CC without $CROSS_COMPILE because $HOSTCC... |
blob | commitdiff | diff to current |
2013-10-03 |
Rob Landley | Switch flag generation from shell to C. |
blob | commitdiff | diff to current |
2013-09-22 |
Rob Landley | Fix generated/oldtoys.h to contain option strings with... |
blob | commitdiff | diff to current |
2013-09-05 |
Rob Landley | Allow shipped generated/help.h to still be used, until... |
blob | commitdiff | diff to current |
2013-08-30 |
Elie De Brauwer | make.sh: Fix probing for python2.x and be verbose in... |
blob | commitdiff | diff to current |
2013-09-01 |
Rob Landley | Implement ls --color=auto, suggested by Rich Felker. |
blob | commitdiff | diff to current |
2013-08-30 |
Rob Landley | Add scripts/single.sh to build individual non-multiplex... |
blob | commitdiff | diff to current |
2013-08-12 |
Rob Landley | More grep cleanup, and make OPTSTR_command macros for... |
blob | commitdiff | diff to current |
2013-07-26 |
Rob Landley | Juhani Haverinen pointed out that python 3 doesn't... |
blob | commitdiff | diff to current |
2013-07-25 |
Rob Landley | Don't make a FLAG_ macro for " ", it's a control charac... |
blob | commitdiff | diff to current |
2013-06-22 |
Rob Landley | Generate FLAG_longopt macros for --longopts with no... |
blob | commitdiff | diff to current |
2013-04-30 |
Felix Janda | generated/help.h depends on CONFIG_TOYBOX_HELP |
blob | commitdiff | diff to current |
2013-04-29 |
Rob Landley | The host sort on many distros behaves stupidly, and... |
blob | commitdiff | diff to current |
2012-11-29 |
Rob Landley | Use the specified compiler for preprocessing. |
blob | commitdiff | diff to current |
2012-11-26 |
Rob Landley | Cleanup i18n support (#ifdefectomy, move global init... |
blob | commitdiff | diff to current |
2012-11-19 |
Rob Landley | Teach option parsing about [groups] of related options. |
blob | commitdiff | diff to current |
2012-10-08 |
Rob Landley | New build infrastructure to generate FLAG_ macros and... |
blob | commitdiff | diff to current |
2012-09-08 |
Rob Landley | Add switch_root and fix infrastructure to understand... |
blob | commitdiff | diff to current |
2012-08-25 |
Rob Landley | Teach build to compare toys/*/*.c against .config symbo... |
blob | commitdiff | diff to current |
2012-08-25 |
Rob Landley | Move commands into "posix", "lsb", and "other" menus... |
blob | commitdiff | diff to current |
2012-06-12 |
Rob Landley | Multiplexer needs stayroot flag for suid handling. 0.3.0 |
blob | commitdiff | diff to current |
2012-05-24 |
Rob Landley | Probe available libraries to link --as-needed, avoiding... |
blob | commitdiff | diff to current |
2012-04-24 |
Elie De Brauwer | Adding initial version of login.c |
blob | commitdiff | diff to current |
2012-04-15 |
Rob Landley | Teach make.sh to create flag macros, but with the wrong... |
blob | commitdiff | diff to current |
2012-03-07 |
Rob Landley | Comment and whitespace tweaks. |
blob | commitdiff | diff to current |
2012-03-03 |
Rob Landley | Fix from Georgi Chorbadzhiyski to make cross compiling... 0.2.1 |
blob | commitdiff | diff to current |
2012-02-17 |
Rob Landley | Add V=1 support to make. |
blob | commitdiff | diff to current |
2009-12-13 |
Rob Landley | The "strip" in gcc 4.4 doesn't set the executable bit... |
blob | commitdiff | diff to current |
2009-01-30 |
Rob Landley | Convert non-bool config values (such as int) into confi... |
blob | commitdiff | diff to current |
2009-01-30 |
Rob Landley | Re-wordwrap and reorder the .config->config.h sed scrip... |
blob | commitdiff | diff to current |
2008-11-15 |
Rob Landley | Add netcat server mode, -l, -L, and -t. |
blob | commitdiff | diff to current |
2008-05-12 |
Rob Landley | Sort was including the trailing comma and getting the... |
blob | commitdiff | diff to current |
2008-02-23 |
Rob Landley | Remove some commented out code. |
blob | commitdiff | diff to current |
2008-01-25 |
Charlie Shepherd | Die on compilation or stripping failure |
blob | commitdiff | diff to current |
2008-01-22 |
Rob Landley | Sort newtoys.h by command name, not by USE_ macro. |
blob | commitdiff | diff to current |
2008-01-20 |
Rob Landley | Zap toylist.h, moving contents of global structures... |
blob | commitdiff | diff to current |
2008-01-19 |
Rob Landley | Move NEWTOY() list from end of toylist.h to generated... |
blob | commitdiff | diff to current |
2008-01-19 |
Rob Landley | Zap toys/Config.in and instead create generated/Config... |
blob | commitdiff | diff to current |
|