aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2015-07-06Save failure reason for each make change .bad file.Rob Landley
2015-07-03Probe for fork() instead of relying on a distro-specific #define.Rob Landley
2015-06-25Suggestion from Elliott Hughes: tweak test infrastructure to notice ifRob Landley
2015-05-31Redo mkstatus.py to grep pending for pending data and trust toyboxRob Landley
2015-05-09Probe for -Wno-string-plus-int.Rob Landley
2015-05-03Yank smack from singleconfig.Rob Landley
2015-05-03If a shortopt is configured out right before a bare longopt, the option parsi...Rob Landley
2015-04-19Cleanup getprop, add qstrcmp() to lib for qsort (because posix-2008 brokeRob 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-03-04scripts/mkflags.c : main function need return 0 if normal exitHyejin Kim
2015-02-28Add LDFLAGS and STRIP=no support.Rob Landley
2015-02-14Fix --help for single.sh builds.Rob Landley
2015-02-14Move guts of "make change" to scripts/change.sh, don't try to build sh or hel...Rob Landley
2015-02-07Build standalone commands where "depends on" config entries need to be switch...Rob Landley
2015-01-16AOSP master has <pty.h> and builds netcat/nc.Elliott Hughes
2015-01-02Need to update install.c for the changed OLDTOY() argument list.Rob Landley
2015-01-01Tweak status.htmlRob 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-28When running a test, the diff is always an ascii diff, not binary.Rob Landley
2014-11-28Add "make change" target to build the big toybox binary as a bunch of little ...Rob Landley
2014-11-19Fixups for the android/bionic build probes patch.Rob Landley
2014-11-19probe for getspnam(), forkpty(), utmpx, replace sethostname()Isaac Dunham
2014-11-14Add color support for scripts/test.sh and new SKIP_HOST for tests expected to...Rob Landley
2014-09-27Multi-build single.sh should exit with an error when build breaks.Rob Landley
2014-09-27Allow single.sh to build more than one command per invocation.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-20Move testsuite out of scripts/test into its own top level tests directory, an...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-09-03Testsuites for toybox command - "tar", "bzcat", "xzcat", "zcat" and "hostname".Divya Kothari
2014-09-03chmod testsuite and link testsuite.Divya Kothari
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
2014-08-30Another fix from Johan Bergstr?m, using the gnu/dammit version of sort on the...Rob Landley
2014-08-30Add VERBOSE=fail to "make tests", based on suggestion from Johan Bergstr?m.Rob Landley
2014-08-24Fix parallel make not always catching errors before link time.Rob Landley
2014-08-12Enable a command's sub-options in single builds.Rob Landley
2014-08-09Parallelize the build. (set CPUS=1 to force single processor build, or anothe...Rob Landley
2014-08-02Add --help support to single.sh builds.Rob Landley
2014-08-01Add factor.Rob Landley