From 4a1f2bf705b70b008da1e1a3a18a119d02975e8f Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Thu, 9 Oct 2008 19:17:49 +0000 Subject: Remove CT_BROKEN. Only one component is actually BROKEN (libelf), make it depend on EXPERIMENTAL, but state BROKEN in the prompt. ltrace (which depends on libelf) is now marked as EXPERIMENTAL, with the reference to the BROKEN libelf in the help entry. /trunk/docs/overview.txt | 6 0 6 0 ------ /trunk/config/debug/ltrace.in | 7 4 3 0 ++++--- /trunk/config/global/ct-behave.in | 8 0 8 0 -------- /trunk/config/tools/libelf.in | 5 3 2 0 +++-- 4 files changed, 7 insertions(+), 19 deletions(-) --- config/tools/libelf.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'config/tools') diff --git a/config/tools/libelf.in b/config/tools/libelf.in index d39fbf22..213fdc5f 100644 --- a/config/tools/libelf.in +++ b/config/tools/libelf.in @@ -2,9 +2,10 @@ menuconfig LIBELF bool - prompt "libelf" + prompt "libelf (BROKEN)" default n - depends on BROKEN + depends on EXPERIMENTAL + depends on ! BARE_METAL help libelf lets you read, modify or create ELF files in an architecture-independent way. -- cgit v1.2.3