diff options
author | Denys Vlasenko | 2010-07-16 12:36:14 +0200 |
---|---|---|
committer | Denys Vlasenko | 2010-07-16 12:36:14 +0200 |
commit | 202a2d121905a6245cdf7441c9f83ff213b5502e (patch) | |
tree | 6e7ab10e31a21668a25df918e4f2ddd809d186a0 /shell/Kbuild.src | |
parent | 3f5fae07725b0cc24587c7965f17ac57e5610bfb (diff) | |
download | busybox-202a2d121905a6245cdf7441c9f83ff213b5502e.zip busybox-202a2d121905a6245cdf7441c9f83ff213b5502e.tar.gz |
hush: make set -x support optional
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/Kbuild.src')
-rw-r--r-- | shell/Kbuild.src | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/Kbuild.src b/shell/Kbuild.src index d76b353..c7eb5b6 100644 --- a/shell/Kbuild.src +++ b/shell/Kbuild.src @@ -9,9 +9,7 @@ lib-y:= INSERT lib-$(CONFIG_ASH) += ash.o ash_ptr_hack.o shell_common.o -lib-$(CONFIG_HUSH) += hush.o match.o shell_common.o lib-$(CONFIG_CTTYHACK) += cttyhack.o lib-$(CONFIG_SH_MATH_SUPPORT) += math.o lib-$(CONFIG_ASH_RANDOM_SUPPORT) += random.o -lib-$(CONFIG_HUSH_RANDOM_SUPPORT) += random.o |