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-w32-66496d75a7bf117ac5386c0498b950e47750923a.tar.gz busybox-w32-66496d75a7bf117ac5386c0498b950e47750923a.tar.bz2 busybox-w32-66496d75a7bf117ac5386c0498b950e47750923a.zip |
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 | |||
189 | config FEATURE_FANCY_ECHO | 189 | config FEATURE_FANCY_ECHO |
190 | bool "Enable echo options (-n and -e)" | 190 | bool "Enable echo options (-n and -e)" |
191 | default y | 191 | default y |
192 | depends on ECHO | 192 | depends on ECHO || ASH_BUILTIN_ECHO |
193 | help | 193 | help |
194 | This adds options (-n and -e) to echo. | 194 | This adds options (-n and -e) to echo. |
195 | 195 | ||
@@ -649,7 +649,7 @@ config TEST | |||
649 | config FEATURE_TEST_64 | 649 | config FEATURE_TEST_64 |
650 | bool "Extend test to 64 bit" | 650 | bool "Extend test to 64 bit" |
651 | default n | 651 | default n |
652 | depends on TEST | 652 | depends on TEST || FEATURE_TEST_64 |
653 | help | 653 | help |
654 | Enable 64-bit support in test. | 654 | Enable 64-bit support in test. |
655 | 655 | ||