aboutsummaryrefslogtreecommitdiff
path: root/scripts/make.sh
AgeCommit message (Expand)Author
2021-07-04make.sh: remove bashisms, change shebang to shEthan Sommer
2020-08-07People have been having trouble finding the toybox web page (despite beingRob Landley
2020-02-22Make ASAN=1 affect the HOSTCC-built tools too.Elliott Hughes
2019-09-20ASAN=1 implies NOSTRIP=1, and don't say strip failed for NOSTRIP.Rob Landley
2019-09-06Add cross.sh to cross compile for one or more targets, and tweak make.sh toRob Landley
2019-07-29Add ASAN=1 to the build system.Elliott Hughes
2019-06-29Bash Compatibility PatchEric Molitor
2019-06-09Inverted test.Rob Landley
2019-06-05macOS build parallelism.Elliott Hughes
2019-04-23Remove librt, which is pulling in libpthread.Rob Landley
2019-03-21Test for compiler existence when sourcing portability.sh.Rob Landley
2019-03-09Cosmetic tweak.Rob Landley
2019-01-31Tweak build dependencies: rebuild toys/*/*.c when .o newer than .config.Rob Landley
2019-01-19Factor out scripts/portability.sh and have genconfig.sh use it to find sed/gsed.Rob Landley
2018-12-05macOS: iconv(1) needs libiconv on the mac.Elliott Hughes
2018-11-30macOS: Apple's ancient linker doesn't have --as-needed or --gc-sections.Elliott Hughes
2018-11-01Discard harmless error messages.Rob Landley
2018-10-27Don't unnecessarily recalculate library list.Rob Landley
2018-10-27Fix "make distclean defconfig toybox" all on one line (good of $CROSS_COMPILERRob Landley
2018-10-27Allow unstripped build to overwrite read-only output file.Rob Landley
2018-10-06Check for cross compiler before creating any generated/* files w/probed vals.Rob Landley
2018-10-05getconf: fix glibc NPROCESSORS_ONLN.Elliott Hughes
2018-08-03Don't include toys.h and lib/*.c in config2help.c, the host vs cross compilerRob Landley
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