Age | Commit message (Expand) | Author |
2016-12-08 | Workaround for Centos' "which" complaining if it can't find the command | Rob Landley |
2016-12-07 | Change error test to actually exit if first attempt to use .config fails. | Rob Landley |
2016-12-07 | People keep wanting to cross-compile from macs, where the stock sed is broken. | Rob Landley |
2016-10-20 | Always regenerate config.h for now, so make single and make don't clash. | Rob Landley |
2016-07-15 | Add optional openssl accelerated versions of hash functions, loosely based on | Rob Landley |
2016-07-05 | Fix generated/make.sh. (Quotes in TOYBOX_VERSION need to wind up in | Rob Landley |
2016-05-20 | Make build dependencies more granular. This should fix the problem where | Rob Landley |
2016-03-23 | Redo build stuff in response to Andy Chu's suggestions. | Rob Landley |
2016-03-01 | Use shell builtins instead of calling wc/awk/sed. (Fewer forks in build loop.) | Rob Landley |
2016-02-26 | Switch to $! for make.sh process enumeration. | Rob Landley |
2016-02-07 | Add "make ls" and friends targets, with "make working" and "make pending" lists. | Rob Landley |
2016-02-07 | Add a warning when building commands out of pending. | Rob Landley |
2016-01-10 | Make cursor left/right change sort type in iotop. | Rob Landley |
2015-12-27 | Add scan_key_getsize() doing the ANSI probe, switch scan_key() to TAGGED_ARRAY, | Rob Landley |
2015-12-13 | Start of TAGGED_ARRAY() infrastructure. | Rob Landley |
2015-11-02 | Don't pass target $CFLAGS to host builds (telling x86 compiler to be big-endian | Rob Landley |
2015-10-29 | Tweak permissions of toybox binary. | Rob Landley |
2015-10-14 | make.sh: missing cflags for config2help | Alejandro Joya |
2015-09-23 | The -o /dev/null trick in probing isn't compatible with elf2flt, so use tempf... | Rob Landley |
2015-08-30 | Build updates: make change should use top level .config for global settings, | Rob Landley |
2015-05-09 | Probe for -Wno-string-plus-int. | Rob Landley |
2015-04-17 | Link against libattr and libsmack. | Xavier Roche |
2015-04-17 | Make toybox --version use the "git describe" info if it's available. | Rob Landley |
2015-03-06 | Yank $STRIP from config (and STRIP=no weirdness) and just allow strip to fail. | Rob Landley |
2015-02-28 | Add LDFLAGS and STRIP=no support. | Rob Landley |
2015-02-07 | Build standalone commands where "depends on" config entries need to be switch... | Rob Landley |
2014-12-31 | Redo option parsing infrastructure so #define FORCE_FLAGS can unzero flag mac... | Rob Landley |
2014-12-23 | those of us who need to check in generated files find that 'tr' and | Elliott Hughes |
2014-12-13 | Oops. xfork() moved to portability.c and the config2help.c build wasn't inclu... | Rob Landley |
2014-12-11 | here's a patch that should let us replace toolbox's chcon. | Elliott Hughes |
2014-11-28 | Improve error reporting in parallel build. (On error, wait for all children t... | Rob Landley |
2014-11-28 | Add "make change" target to build the big toybox binary as a bunch of little ... | Rob Landley |
2014-09-20 | Delete generated/README.txt (the contents are in code.html now) so clean can ... | Rob Landley |
2014-09-20 | Remove debug echo checked in by mistake. | Rob Landley |
2014-09-20 | Give library probe a progress indicator, and use 150% of detected CPUs to try... | Rob Landley |
2014-09-11 | Create a generated/build.sh with a single compiler command line to rebuild th... | Rob Landley |
2014-09-11 | Oops, unbreak make.sh. | Rob Landley |
2014-09-09 | Make tweaks: collate generated/*.o files into their own subdirectory, add PIP... | Rob Landley |
2014-09-04 | Don't hang for $CPUS=1. | Rob Landley |
2014-08-31 | More parallel build tweaks. | Rob Landley |
2014-08-30 | Old compilers complain about linker options passed with -c, so split out $LDO... | Rob Landley |
2014-08-30 | Another fix from Johan Bergstr?m, using the gnu/dammit version of sort on the... | Rob Landley |
2014-08-24 | Fix parallel make not always catching errors before link time. | Rob Landley |
2014-08-09 | Parallelize the build. (set CPUS=1 to force single processor build, or anothe... | Rob Landley |
2014-06-09 | host needs -lresolv | Rob Landley |
2014-05-24 | Pass the same $CFLAGS to the library probe as the final build, to work with b... | Rob Landley |
2014-02-28 | Fix header file generation to not be confused by empty (but non-NULL) option ... | Rob Landley |
2014-02-23 | CLEANUP transitions require all the generated/flags.h stanzas always be prese... | Rob Landley |
2014-02-04 | Use right config for single builds. | Rob Landley |
2014-01-03 | Replace python help converter with C implementation. | Rob Landley |