diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-08-29 08:37:07 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-08-29 08:37:07 +0000 |
commit | 66496d75a7bf117ac5386c0498b950e47750923a (patch) | |
tree | f8e43e7afba8c35c4a7af21611fbbd2b92427360 /coreutils | |
parent | 7cbcd1cbf44df893c8c289ea3c9f03fb62b8b152 (diff) | |
download | busybox-66496d75a7bf117ac5386c0498b950e47750923a.tar.gz |
build system: echo and test features may be enabled
even if these applets are enabled as ash builtins only
testsuite: add some awk tests
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index 29b55d4ec..80aca3050 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in @@ -189,7 +189,7 @@ config ECHO config FEATURE_FANCY_ECHO bool "Enable echo options (-n and -e)" default y - depends on ECHO + depends on ECHO || ASH_BUILTIN_ECHO help This adds options (-n and -e) to echo. @@ -649,7 +649,7 @@ config TEST config FEATURE_TEST_64 bool "Extend test to 64 bit" default n - depends on TEST + depends on TEST || FEATURE_TEST_64 help Enable 64-bit support in test. |