aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
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
2014-07-27Patch from Isaac Dunham to work around the deficiencies in musl's regex engin...Rob Landley
2014-07-21Have single.sh enable I18N and FLOAT.Rob Landley
2014-07-14Implement -HL for cp.Rob Landley
2014-07-04Cut down from 1000+ file attribute tests to a more manageable number.Rob Landley
2014-07-04I have developed few testsuites for toybox commands -Divya Kothari
2014-07-03Have "make test" run tests in testdir/testdir instead of same directory as co...Rob Landley
2014-06-28Add fallocate probe for uClibc.Rob Landley
2014-06-26I have developed few testsuite for toybox commands - ls, ln, rm, mv, printf, ...Divya Kothari
2014-06-09host needs -lresolvRob Landley
2014-06-08Isaac Dunham also reported that some diff implementations can't handle nonsee...Rob Landley
2014-06-08Isaac Dunham pointed out that busybox diff only implements unified diffs, and...Rob Landley
2014-06-08Replace large parenthetical in bloatcheck with a function.Rob Landley
2014-06-01The tests for link and du are attached.Isaac Dunham
2014-06-01cpio: archive more filesIsaac Dunham
2014-05-24Pass the same $CFLAGS to the library probe as the final build, to work with b...Rob Landley
2014-05-18Teach singleconfig to switch on sub-options of commands it's building.Rob Landley
2014-05-10Catch duplicate command name (which breaks the build already, but doesn't ide...Rob Landley
2014-04-23Add example directory, move hello.c into it, add skeleton.c to demonstrate mo...Rob Landley
2014-04-23As long as uClibc's still around and requires you to jump through hoops to ge...Rob Landley
2014-04-16Probe for the existence of FIFREEZE and make fsfreeze depend on it.Rob Landley
2014-04-15Probes for O_NOFOLLOW that compile and run something aren't compatible with c...Rob Landley
2014-04-09_mkflags_ had an issue for generating FLAG_xxxx macros for long options.Ashwini Sharma
2014-04-07generated/help.h is a lot easier to read with an extra newline between each h...Rob Landley
2014-03-19There are cases when the long options are of the format abc-def. In current i...Ashwini Sharma
2014-03-11Factor out mkpathat.Rob Landley
2014-02-28Fix header file generation to not be confused by empty (but non-NULL) option ...Rob Landley