From d04dc1feb92a279e27e4487c502944f454d43837 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Fri, 30 Aug 2013 01:53:31 -0500 Subject: Add scripts/single.sh to build individual non-multiplexed standalone commands. Alas, you can't quite do this yet: make defconfig make for i in $(./toybox) do echo $i PREFIX=singles/ scripts/single.sh $i || break done Because the OLDTOY() aliases for commands won't build without the base command. And I can't just skip them because chown/chmod or mv/cp aren't the same thing. --- Config.in | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'Config.in') diff --git a/Config.in b/Config.in index 9bac6076..5f04bd88 100644 --- a/Config.in +++ b/Config.in @@ -10,19 +10,13 @@ menu "Toybox global settings" config TOYBOX bool - default n + default y help usage: toybox [command] [arguments...] With no arguments, shows available commands. First argument is name of a command to run, followed by any arguments to that command. -config TOYBOX_SINGLE - bool - default n - help - Build a single toybox command standalone with no multiplexer. - config TOYBOX_SUID bool "SUID support" default y -- cgit v1.2.3