summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2019-07-03Use shell builtins instead of calling wc/awk/sed. (Fewer forks in build loop.)submit/tizen/20190703.090540accepted/tizen/unified/20190704.040502Rob Landley1-4/+7
2019-07-03Switch to $! for make.sh process enumeration.Rob Landley1-4/+4
2018-04-17Revert "Add -Wprint-abs-path to generate absolute path for buildwarnings"submit/tizen_5.0/20181101.000008submit/tizen/20180417.090848accepted/tizen/unified/20180417.173239accepted/tizen/5.0/unified/20181102.025606tizen_5.0accepted/tizen_5.0_unifiedJaehun Jeong1-1/+1
2018-03-15Add -Wprint-abs-path to generate absolute path for buildwarningssubmit/tizen/20180320.043504submit/tizen/20180318.232021submit/tizen/20180318.231541accepted/tizen/unified/20180320.141338Jaehun Jeong1-1/+1
2016-03-17Revert back to upstream 0.6.0 and remove all except for dhcp relatedsubmit/tizen/20160323.053424Yu Jiung2-3/+0
2015-08-08scripts/mkflags.c: add missing unistd.h, ctype.hIsaac Dunham1-0/+2
2015-08-05Cosmetic tweak: newline at the end of "make change".Rob Landley1-0/+1
2015-07-06Save failure reason for each make change .bad file.Rob Landley1-2/+3
2015-07-03Probe for fork() instead of relying on a distro-specific #define.Rob Landley1-0/+6
2015-06-25Suggestion from Elliott Hughes: tweak test infrastructure to notice ifRob Landley1-0/+4
2015-05-31Redo mkstatus.py to grep pending for pending data and trust toyboxRob Landley1-27/+46
2015-05-09Probe for -Wno-string-plus-int.Rob Landley2-2/+14
2015-05-03Yank smack from singleconfig.Rob Landley1-1/+1
2015-05-03If a shortopt is configured out right before a bare longopt, the option parsi...Rob Landley1-3/+6
2015-04-19Cleanup getprop, add qstrcmp() to lib for qsort (because posix-2008 brokeRob Landley1-0/+7
2015-04-17Link against libattr and libsmack.Xavier Roche1-1/+1
2015-04-17Make toybox --version use the "git describe" info if it's available.Rob Landley1-1/+3
2015-03-06Yank $STRIP from config (and STRIP=no weirdness) and just allow strip to fail.Rob Landley1-4/+3
2015-03-04scripts/mkflags.c : main function need return 0 if normal exitHyejin Kim1-0/+2
2015-02-28Add LDFLAGS and STRIP=no support.Rob Landley1-2/+7
2015-02-14Fix --help for single.sh builds.Rob Landley1-1/+1
2015-02-14Move guts of "make change" to scripts/change.sh, don't try to build sh or hel...Rob Landley1-0/+19
2015-02-07Build standalone commands where "depends on" config entries need to be switch...Rob Landley2-9/+18
2015-01-16AOSP master has <pty.h> and builds netcat/nc.Elliott Hughes1-8/+1
2015-01-02Need to update install.c for the changed OLDTOY() argument list.Rob Landley1-2/+2
2015-01-01Tweak status.htmlRob Landley1-2/+5
2014-12-31Redo option parsing infrastructure so #define FORCE_FLAGS can unzero flag mac...Rob Landley2-12/+58
2014-12-23those of us who need to check in generated files find that 'tr' andElliott Hughes1-2/+2
2014-12-13Oops. xfork() moved to portability.c and the config2help.c build wasn't inclu...Rob Landley1-1/+1
2014-12-11here's a patch that should let us replace toolbox's chcon.Elliott Hughes1-1/+1
2014-11-28Improve error reporting in parallel build. (On error, wait for all children t...Rob Landley1-2/+8
2014-11-28When running a test, the diff is always an ascii diff, not binary.Rob Landley1-1/+1
2014-11-28Add "make change" target to build the big toybox binary as a bunch of little ...Rob Landley1-80/+120
2014-11-19Fixups for the android/bionic build probes patch.Rob Landley1-1/+1
2014-11-19probe for getspnam(), forkpty(), utmpx, replace sethostname()Isaac Dunham1-0/+28
2014-11-14Add color support for scripts/test.sh and new SKIP_HOST for tests expected to...Rob Landley1-5/+17
2014-09-27Multi-build single.sh should exit with an error when build breaks.Rob Landley1-1/+1
2014-09-27Allow single.sh to build more than one command per invocation.Rob Landley1-14/+17
2014-09-20Delete generated/README.txt (the contents are in code.html now) so clean can ...Rob Landley1-0/+1
2014-09-20Remove debug echo checked in by mistake.Rob Landley1-2/+0
2014-09-20Move testsuite out of scripts/test into its own top level tests directory, an...Rob Landley74-3184/+13
2014-09-20Give library probe a progress indicator, and use 150% of detected CPUs to try...Rob Landley1-2/+9
2014-09-11Create a generated/build.sh with a single compiler command line to rebuild th...Rob Landley1-3/+16
2014-09-11Oops, unbreak make.sh.Rob Landley1-1/+1
2014-09-09Make tweaks: collate generated/*.o files into their own subdirectory, add PIP...Rob Landley1-18/+6
2014-09-04Don't hang for $CPUS=1.Rob Landley1-1/+1
2014-09-03Testsuites for toybox command - "tar", "bzcat", "xzcat", "zcat" and "hostname".Divya Kothari5-0/+169
2014-09-03chmod testsuite and link testsuite.Divya Kothari2-51/+69
2014-08-31More parallel build tweaks.Rob Landley1-2/+2
2014-08-30Old compilers complain about linker options passed with -c, so split out $LDO...Rob Landley1-1/+1