android_external_toybox/scripts
Rob Landley 8b6bff527b Yank smack from singleconfig.
Need to come up with a better solution to this, but the problem is that
single.sh's symbol enabling isn't dependency aware, and "silentoldconfig"
prompts. I suspect the better solution is "write a kconfig replacement".
2015-05-03 20:15:52 -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 Move guts of "make change" to scripts/change.sh, don't try to build sh or help standalone. 2015-02-14 01:08:15 -06:00
config2help.c generated/help.h is a lot easier to read with an extra newline between each help entry. 2014-04-07 12:53:24 -05:00
findglobals.sh Quick sniff test to find leaked global variables. 2013-04-26 01:46:03 -05:00
genconfig.sh Cleanup getprop, add qstrcmp() to lib for qsort (because posix-2008 broke 2015-04-19 21:50:51 -05:00
install.c Need to update install.c for the changed OLDTOY() argument list. 2015-01-02 00:44:27 -06:00
install.sh Switch flag generation from shell to C. 2013-10-03 03:18:00 -05:00
make.sh Link against libattr and libsmack. 2015-04-17 20:18:30 -05:00
minicom.sh Let the minicom script take the speed as an optional second argument. 2009-12-13 00:11:30 -06:00
mkflags.c If a shortopt is configured out right before a bare longopt, the option parsing infrastructure segfaults because there's no next shortopt but the list isn't empty. (There was a test for this, but we're simultaneously traversing two lists and it was testing the wrong one.) 2015-05-03 12:43:58 -05:00
mkstatus.py Tweak status.html 2015-01-01 17:37:57 -06:00
runtest.sh When running a test, the diff is always an ascii diff, not binary. 2014-11-28 16:52:06 -06:00
showasm Add bloat-o-meter, make bloatcheck, and scripts/showasm. 2006-11-26 18:47:14 -05:00
single.sh Yank smack from singleconfig. 2015-05-03 20:15:52 -05:00
test.sh Move testsuite out of scripts/test into its own top level tests directory, and make ctrl-c kill "make test" more reliably. 2014-09-20 13:09:14 -05:00