aboutsummaryrefslogtreecommitdiff
path: root/scripts/make.sh
AgeCommit message (Expand)Author
2018-06-03call strip as $STRIPFrancesco Valla
2018-04-13Add getconf.Rob Landley
2018-04-02Library probes need $LDFLAGS (for --static)Rob Landley
2017-08-06Check for .git before setting GITHASH.Rob Landley
2017-08-05Allow GITHASH to be set on the command line, to work around a yocto bug.Rob Landley
2017-05-14Minor tweaks to install.sh.Rob Landley
2017-04-30Android needs -llog to link.Elliott Hughes
2017-04-30Implement zlib-based gzip/gunzip/zcat.Elliott Hughes
2017-03-20Add TOYBOX_PEDANTIC_ARGS to check arguments when there are no arguments,Rob Landley
2016-12-08Workaround for Centos' "which" complaining if it can't find the commandRob Landley
2016-12-07Change error test to actually exit if first attempt to use .config fails.Rob Landley
2016-12-07People keep wanting to cross-compile from macs, where the stock sed is broken.Rob Landley
2016-10-20Always regenerate config.h for now, so make single and make don't clash.Rob Landley
2016-07-15Add optional openssl accelerated versions of hash functions, loosely based onRob Landley
2016-07-05Fix generated/make.sh. (Quotes in TOYBOX_VERSION need to wind up inRob Landley
2016-05-20Make build dependencies more granular. This should fix the problem whereRob Landley
2016-03-23Redo build stuff in response to Andy Chu's suggestions.Rob Landley
2016-03-01Use shell builtins instead of calling wc/awk/sed. (Fewer forks in build loop.)Rob Landley
2016-02-26Switch to $! for make.sh process enumeration.Rob Landley
2016-02-07Add "make ls" and friends targets, with "make working" and "make pending" lists.Rob Landley
2016-02-07Add a warning when building commands out of pending.Rob Landley
2016-01-10Make cursor left/right change sort type in iotop.Rob Landley
2015-12-27Add scan_key_getsize() doing the ANSI probe, switch scan_key() to TAGGED_ARRAY,Rob Landley
2015-12-13Start of TAGGED_ARRAY() infrastructure.Rob Landley
2015-11-02Don't pass target $CFLAGS to host builds (telling x86 compiler to be big-endianRob Landley
2015-10-29Tweak permissions of toybox binary.Rob Landley
2015-10-14make.sh: missing cflags for config2helpAlejandro Joya
2015-09-23The -o /dev/null trick in probing isn't compatible with elf2flt, so use tempf...Rob Landley
2015-08-30Build updates: make change should use top level .config for global settings,Rob Landley
2015-05-09Probe for -Wno-string-plus-int.Rob Landley
2015-04-17Link against libattr and libsmack.Xavier Roche
2015-04-17Make toybox --version use the "git describe" info if it's available.Rob Landley
2015-03-06Yank $STRIP from config (and STRIP=no weirdness) and just allow strip to fail.Rob Landley
2015-02-28Add LDFLAGS and STRIP=no support.Rob Landley
2015-02-07Build standalone commands where "depends on" config entries need to be switch...Rob Landley
2014-12-31Redo option parsing infrastructure so #define FORCE_FLAGS can unzero flag mac...Rob Landley
2014-12-23those of us who need to check in generated files find that 'tr' andElliott Hughes
2014-12-13Oops. xfork() moved to portability.c and the config2help.c build wasn't inclu...Rob Landley
2014-12-11here's a patch that should let us replace toolbox's chcon.Elliott Hughes
2014-11-28Improve error reporting in parallel build. (On error, wait for all children t...Rob Landley
2014-11-28Add "make change" target to build the big toybox binary as a bunch of little ...Rob Landley
2014-09-20Delete generated/README.txt (the contents are in code.html now) so clean can ...Rob Landley
2014-09-20Remove debug echo checked in by mistake.Rob Landley
2014-09-20Give library probe a progress indicator, and use 150% of detected CPUs to try...Rob Landley
2014-09-11Create a generated/build.sh with a single compiler command line to rebuild th...Rob Landley
2014-09-11Oops, unbreak make.sh.Rob Landley
2014-09-09Make tweaks: collate generated/*.o files into their own subdirectory, add PIP...Rob Landley
2014-09-04Don't hang for $CPUS=1.Rob Landley
2014-08-31More parallel build tweaks.Rob Landley
2014-08-30Old compilers complain about linker options passed with -c, so split out $LDO...Rob Landley