aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2017-10-03Workaround from Patrick Oppenlander for a bug in config2help.h that resulted0.7.5Rob 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-07-22testcmd should only use absolute path to command when not doing TEST_HOST.Rob Landley
2017-06-13config2help.c: Rename trim() to skip_spaces(), fluff out comments a bit.Rob Landley
2017-05-14Minor tweaks to install.sh.Rob Landley
2017-04-30Android NDK doesn't have cutils/sched_policy.h so add a probed config symbol.Rob Landley
2017-04-30Android needs -llog to link.Elliott Hughes
2017-04-30Implement zlib-based gzip/gunzip/zcat.Elliott Hughes
2017-04-18The kernel needs bc to build becauseRob Landley
2017-04-04Add "testcmd" function as an alternative to "testing" for tests/*.test, andRob Landley
2017-03-20Add TOYBOX_PEDANTIC_ARGS to check arguments when there are no arguments,Rob Landley
2017-02-01Build dependency tweak.Rob Landley
2016-12-08Have make airlock just warn about missing commands unless $PEDANTIC is sent.Rob Landley
2016-12-08Workaround for Centos' "which" complaining if it can't find the commandRob Landley
2016-12-07Thinko in recent longopt commit.Rob 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-12-07Bugfix: configuring out a longopt confused the option parsing.Rob Landley
2016-10-20Always regenerate config.h for now, so make single and make don't clash.Rob Landley
2016-10-18Test infrastructure: collate make "test_single" and "make tests" into commonRob Landley
2016-10-02Add install_airlock target for hermetic build environment setup, and rebuildRob Landley
2016-09-28Kernels between 2006 and 2010 (such as the one in Centos 6.6) provide unshare()Rob Landley
2016-09-04make test_cmp caused the make invocation to exit with an error because theRob Landley
2016-07-17The recent option parsing changes broke the multiplexer, because the "toybox"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-06-30Fix option parsing infrastructure bug.Rob Landley
2016-06-30Add NOSPACE=1 to allow tests to pass with diff -bRob Landley
2016-05-26Stabilize another sort.Elliott Hughes
2016-05-20Make build dependencies more granular. This should fix the problem whereRob Landley
2016-04-22Allow EVAL= to run test under a different shell (for sh.test)Rob Landley
2016-04-20Replace list_working with just list, "make list list_pending" shows combined ...Rob Landley
2016-03-23Fix bzcat.test (as noted by Andy Chu), wean tests off $TOPDIR and supply $FILESRob Landley
2016-03-23Redo build stuff in response to Andy Chu's suggestions.Rob Landley
2016-03-12Update scripts/single.sh and cp.c so "make mv" isn't actually building cp.Rob Landley
2016-03-02Factor out command name at the start of test name, have runtest.sh print it.Rob Landley
2016-03-01The last-ever release of uClibc hasn't got prlimit, so probe.Rob Landley
2016-03-01Use shell builtins instead of calling wc/awk/sed. (Fewer forks in build loop.)Rob Landley
2016-03-01config2help: add missing ctype.h includeMike Frysinger
2016-02-26Switch to $! for make.sh process enumeration.Rob Landley
2016-02-25Musl needs an extra #include.Rob Landley
2016-02-19Add test_COMMAND for each command, update "make help" to describe TEST_HOSTRob Landley
2016-02-14Add "make list", rename make working->list_working and pending->list_pending,Rob Landley
2016-02-10Wean scripts/install.c off toys.h so cross compiling less brittle.Rob Landley
2016-02-10Don't include toys.h from config2help.c (so cross-compiling from systems weRob Landley
2016-02-07Dependencies for "make COMMAND"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-02-05Debian unstable is even more pedantic than previous debian.Rob Landley