android_external_toybox/scripts
Rob Landley f492273712 Move -Wno-string-plus-int to portability.sh and have it only apply to clang.
On gcc that spurious warning isn't generated so the -W to suppress it
isn't recognized. It doesn't complain an unknown -Wno-blah unless it's
producing other warnings, but when it does there's always an extra line
of noise, so fix it.
2022-09-14 02:43:39 -05:00
..
root Rename $MYBUILD to $TEMP (it's not exported so shouldn't conflict). 2022-07-09 22:33:30 -05:00
bloatcheck Isaac Dunham also reported that some diff implementations can't handle nonseekable input, so write to a temporary file instead of <(command). 2014-06-08 14:01:37 -05:00
change.sh Clean up build plumbing. 2022-05-15 19:39:27 -05:00
config2help.c Make help text spacing consistent. 2019-04-12 18:14:20 -05:00
findglobals.sh Yank some unnecessarily exported global variables that should be static. 2022-01-01 13:50:51 -06:00
genconfig.sh Move example commands from "make list" to "make list_example". 2022-07-19 11:42:08 -05:00
help.txt Move example commands from "make list" to "make list_example". 2022-07-19 11:42:08 -05:00
install.c install.c doesn't include the standard headers so hasn't got ARRAY_LEN() 2019-03-10 17:36:00 -05:00
install.sh We don't need ftpd in the airlock anymore: there are plenty of alternatives. 2022-08-01 17:12:55 -05:00
make.sh Turn the "run make oldconfig" message into a warning instead of an error. 2022-06-10 23:49:25 -05:00
mcm-buildall.sh Only at one #define __MUSL__ to features.h. 2022-05-01 03:39:03 -05:00
mkflags.c Add ~ to collate bare longopts. 2022-05-17 09:22:20 -05:00
mkroot.sh mkroot: build a kernel for big endian powerpc64 too. 2022-08-19 01:51:19 -05:00
mkstatus.py Update status.html generator. 2021-11-30 04:20:15 -06:00
mktags.c Fix various warnings building on FreeBSD. 2019-01-19 16:50:23 -06:00
portability.sh Move -Wno-string-plus-int to portability.sh and have it only apply to clang. 2022-09-14 02:43:39 -05:00
record-commands Update script/record-commands and rename logwrapper->logpath. 2021-11-20 02:52:05 -06:00
runtest.sh Remove leftover uses of SKIPNEXT, indent skip groups so 2022-09-08 12:34:05 -05:00
showasm Add bloat-o-meter, make bloatcheck, and scripts/showasm. 2006-11-26 18:47:14 -05:00
single.sh Remove scripts/single.sh depedency on existing defconfig for global symbols. 2021-11-18 01:35:51 -06:00
test.sh Test suite update. 2022-09-03 07:00:36 -05:00