config/debug/strace.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed Oct 28 19:00:34 2009 +0100 (2009-10-28)
changeset 1613 c776557f7aac
parent 1603 e0ef539e23d9
child 1615 50b25816f5bb
permissions -rw-r--r--
debug/strace: add latest version, unmarkprevious EXPERIMENTAL

Also propagate the patchset from 4.5.18 to 4.5.19.
     1 # strace
     2 
     3 config DEBUG_strace
     4 
     5 choice
     6     bool
     7     prompt "strace version"
     8 # Don't remove next line
     9 # CT_INSERT_VERSION_BELOW
    10 
    11 config STRACE_V_4_5_19
    12     bool
    13     prompt "4.5.19 (EXPERIMENTAL)"
    14     depends on EXPERIMENTAL
    15 
    16 config STRACE_V_4_5_18
    17     bool
    18     prompt "4.5.18"
    19 
    20 config STRACE_V_4_5_17
    21     bool
    22     prompt "4.5.17"
    23 
    24 config STRACE_V_4_5_16
    25     bool
    26     prompt "4.5.16"
    27 
    28 config STRACE_V_4_5_15
    29     bool
    30     prompt "4.5.15"
    31 
    32 endchoice
    33 
    34 config STRACE_VERSION
    35     string
    36 # Don't remove next line
    37 # CT_INSERT_VERSION_STRING_BELOW
    38     default "4.5.19" if STRACE_V_4_5_19
    39     default "4.5.18" if STRACE_V_4_5_18
    40     default "4.5.17" if STRACE_V_4_5_17
    41     default "4.5.16" if STRACE_V_4_5_16
    42     default "4.5.15" if STRACE_V_4_5_15