aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2024-04-30Create generated/tags.h with sed and bash instead of C.Rob Landley
2024-04-29Only --start-group and --end-group when static linking.Rob Landley
2024-04-27The "extra" libraries want to go in a magic order when static linking,Rob Landley
2024-04-20Two changes to record-commands: 1) busybox find doesn't understand commasRob Landley
2024-04-05Copy numeric config symbols into config.h.Rob Landley
2024-04-05Alas, nproc isn't portable (sched_getaffinity() syscall) andRob Landley
2024-04-05Add suffix to toybox-prereq build.Rob Landley
2024-04-01Add a canned minimal toybox build that does "cc *.c" against saved headersRob Landley
2024-04-01List (installed) debian packages each toybox command lives in.Rob Landley
2024-03-28Use current musl-cross-make and build more toolchains.Rob Landley
2024-03-18Build plumbing: redo compflags(), pull out $VERSION calculation,Rob Landley
2024-03-18Emit make test_help and make test_install targets, only skip command targets.Rob Landley
2024-03-15Simplify and parallelize library probe.Rob Landley
2024-03-03Add riscv64 and sh4eb compiler targets.Rob Landley
2024-03-03Upstream musl-cross-make finally updated to musl-1.2.4.Rob Landley
2024-02-21Change file list collection for build.Rob Landley
2024-02-12Oliver Webb noticed that MAYFORK OLDTOY() aliases don't become builtins.Rob Landley
2024-02-11Whitespace: remove unnecessary/inconsistent newlineRob Landley
2024-02-09Rewrite globals.h generation to only call sed twice.Rob Landley
2024-02-05Fix TEST_HOST for wc, adding "utf8locale" function.Rob Landley
2024-01-27Switch to newer sed syntax to make generated/config.h, as long as we'reRob Landley
2024-01-10Compress help text with gzip.Rob Landley
2023-12-29Silence more false positive gcc warnings.Rob Landley
2023-12-27Change findglobals output.Rob Landley
2023-12-14Add second stage toolchain to command line dependencies.Rob Landley
2023-12-14Add or1k toolchain.Rob Landley
2023-11-18Fix gz/xz mismatch.Rob Landley
2023-11-17Update mcm-buildall.sh wrapper to autodetect host type and automaticallyRob Landley
2023-11-13Add probes README and move bloatcheck into probes, adjusting makefile.Rob Landley
2023-11-13Add scripts/probes directory with script to measure GLOBALS() size,Rob Landley
2023-10-11Simplify bloatcheck a little.Rob Landley
2023-07-25Make two more vars local.Rob Landley
2023-07-25Don't use relative paths for expected/actual so cd/symlinks can't confuse diffRob Landley
2023-07-11Add comments and collate some assignments.Rob Landley
2023-05-09Implement set -u in toysh.Rob Landley
2023-05-09Fix a missing space.Rob Landley
2023-04-17Add redirector from old mkroot location.Rob Landley
2023-04-16Move mkroot into its own directory.Rob Landley
2023-04-06Fix redundant name appending when testcmd's first argument is blank.Rob Landley
2023-04-04Dear LLVM: I put an octal escape into a string for a reason. Just accept it.Rob Landley
2023-03-28Tweak test plumbing so expected/actual aren't in the test working directory.Rob Landley
2023-03-18Teach oneit to autodetect console from sysfs when no -c argument.Rob Landley
2023-03-15remove type i in cpio callBo Svangård
2023-03-05Re-implement the wait $PID codepath because macos needs it.Rob Landley
2023-03-05Mac's gsed is slow to launch, so avoid one repeated call in a loop.Rob Landley
2023-01-13Ensure make wrapper sees success return code in verbose mode (V=1)Rob Landley
2023-01-10Quick glance at mkstatus and roadmap.html to make sure nothing jumps out.Rob Landley
2023-01-09Don't force "make tests" or scripts/tests.sh to rebuild every time.Rob Landley
2023-01-09Teach scripts/test_mkroot.sh to tak targets to test on the command line.Rob Landley
2023-01-09Bump some changes to next release.Rob Landley