summaryrefslogtreecommitdiff
path: root/config/debug
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-08-14 20:11:44 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-08-14 20:11:44 (GMT)
commit6c368af5b4e68c05c8774ea5795b708aca9d0d66 (patch)
tree85f99014c1d7d312006d95d6dc37f9bf1ab47b8e /config/debug
parentab0fc7eab41d6e253549dbc63431f9ba153a0418 (diff)
Do a clean-up pass on the OBSOLETE features (versions):
- remove legions of those, - remove associated patches no longer needed, - mark then as (OBSOLETE) in the prompt;
Diffstat (limited to 'config/debug')
-rw-r--r--config/debug/dmalloc.in2
-rw-r--r--config/debug/gdb.in14
-rw-r--r--config/debug/ltrace.in2
-rw-r--r--config/debug/strace.in82
4 files changed, 5 insertions, 95 deletions
diff --git a/config/debug/dmalloc.in b/config/debug/dmalloc.in
index fa0bbaa..8a53c71 100644
--- a/config/debug/dmalloc.in
+++ b/config/debug/dmalloc.in
@@ -13,7 +13,7 @@ choice
config DMALLOC_V_5_4_3
bool
- prompt "5.4.3"
+ prompt "5.4.3 (OBSOLETE)"
depends on OBSOLETE
config DMALLOC_V_5_5_2
diff --git a/config/debug/gdb.in b/config/debug/gdb.in
index 086524c..a94e813 100644
--- a/config/debug/gdb.in
+++ b/config/debug/gdb.in
@@ -42,19 +42,9 @@ config GDB_V_snapshot
prompt "snapshot (EXPERIMENTAL)"
depends on EXPERIMENTAL
-config GDB_V_6_2_1
- bool
- prompt "6.2.1"
- depends on OBSOLETE
-
-config GDB_V_6_3
- bool
- prompt "6.3"
- depends on OBSOLETE
-
config GDB_V_6_4
bool
- prompt "6.4"
+ prompt "6.4 (OBSOLETE)"
depends on OBSOLETE
config GDB_V_6_5
@@ -72,8 +62,6 @@ endchoice
config GDB_VERSION
string
default "snapshot" if GDB_V_snapshot
- default "6.2.1" if GDB_V_6_2_1
- default "6.3" if GDB_V_6_3
default "6.4" if GDB_V_6_4
default "6.5" if GDB_V_6_5
default "6.6" if GDB_V_6_6
diff --git a/config/debug/ltrace.in b/config/debug/ltrace.in
index f9448ee..84b93ba 100644
--- a/config/debug/ltrace.in
+++ b/config/debug/ltrace.in
@@ -20,7 +20,7 @@ choice
config LTRACE_V_0_3_36
bool
- prompt "0.3.36"
+ prompt "0.3.36 (OBSOLETE)"
depends on OBSOLETE
config LTRACE_V_0_4
diff --git a/config/debug/strace.in b/config/debug/strace.in
index 2fb789d..7a388c6 100644
--- a/config/debug/strace.in
+++ b/config/debug/strace.in
@@ -13,77 +13,12 @@ choice
config STRACE_V_4_5
bool
- prompt "4.5"
- depends on OBSOLETE
-
-config STRACE_V_4_5_1
- bool
- prompt "4.5.1"
- depends on OBSOLETE
-
-config STRACE_V_4_5_2
- bool
- prompt "4.5.2"
- depends on OBSOLETE
-
-config STRACE_V_4_5_3
- bool
- prompt "4.5.3"
- depends on OBSOLETE
-
-config STRACE_V_4_5_4
- bool
- prompt "4.5.4"
- depends on OBSOLETE
-
-config STRACE_V_4_5_5
- bool
- prompt "4.5.5"
- depends on OBSOLETE
-
-config STRACE_V_4_5_6
- bool
- prompt "4.5.6"
- depends on OBSOLETE
-
-config STRACE_V_4_5_7
- bool
- prompt "4.5.7"
- depends on OBSOLETE
-
-config STRACE_V_4_5_8
- bool
- prompt "4.5.8"
- depends on OBSOLETE
-
-config STRACE_V_4_5_9
- bool
- prompt "4.5.9"
- depends on OBSOLETE
-
-config STRACE_V_4_5_10
- bool
- prompt "4.5.10"
- depends on OBSOLETE
-
-config STRACE_V_4_5_11
- bool
- prompt "4.5.11"
- depends on OBSOLETE
-
-config STRACE_V_4_5_12
- bool
- prompt "4.5.12"
- depends on OBSOLETE
-
-config STRACE_V_4_5_13
- bool
- prompt "4.5.13"
+ prompt "4.5 (OBSOLETE)"
depends on OBSOLETE
config STRACE_V_4_5_14
bool
- prompt "4.5.14"
+ prompt "4.5.14 (OBSOLETE)"
depends on OBSOLETE
config STRACE_V_4_5_15
@@ -97,19 +32,6 @@ endchoice
config STRACE_VERSION
string
default "4.5" if STRACE_V_4_5
- default "4.5.1" if STRACE_V_4_5_1
- default "4.5.2" if STRACE_V_4_5_2
- default "4.5.3" if STRACE_V_4_5_3
- default "4.5.4" if STRACE_V_4_5_4
- default "4.5.5" if STRACE_V_4_5_5
- default "4.5.6" if STRACE_V_4_5_6
- default "4.5.7" if STRACE_V_4_5_7
- default "4.5.8" if STRACE_V_4_5_8
- default "4.5.9" if STRACE_V_4_5_9
- default "4.5.10" if STRACE_V_4_5_10
- default "4.5.11" if STRACE_V_4_5_11
- default "4.5.12" if STRACE_V_4_5_12
- default "4.5.13" if STRACE_V_4_5_13
default "4.5.14" if STRACE_V_4_5_14
default "4.5.15" if STRACE_V_4_5_15
# CT_INSERT_VERSION_STRING_ABOVE