Changeset 9d665db for Config.in


Ignore:
Timestamp:
02/28/2022 12:45:00 PM (3 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, trunk
Children:
7f25c70
Parents:
e3f41e33
Message:

Remove legacy: remove tests in temporary tools

There is no way to run them now since we are in a cross build
configuration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Config.in

    re3f41e33 r9d665db  
    197197            config    DEP_LYNX
    198198            bool    "lynx (optional, for reading the generated book)"
    199             default    y
    200 
    201             config    DEP_SUDO
    202             bool    "sudo (recommended)"
    203199            default    y
    204200
     
    481477            #  - Only critical final system testsuites
    482478            #  - All final system testsuites
    483             #  - Both temporary tools and final system testsuites
    484479            #  You will be prompted also about the "flavour" of the
    485480            #  testsuites run:
     
    513508                # are commented out.
    514509
    515         config    TST_3
    516             bool    "All testsuites" if !BOOK_HLFS && !BOOK_CLFS
    517             help
    518                 #-- All tests:
    519                 # Runs all the testsuites for both temporary tools (if
    520                 # available) and final system
    521510    endchoice
    522511
     
    538527        default    "1"    if TST_1
    539528        default    "2"    if TST_2
    540         default    "3"    if TST_3
    541529
    542530    config    BOMB_TEST
     
    890878            bool    "Both temp tools and final system"
    891879
    892         config    OPT_3
    893             bool    "Cross tools (only MAKEFLAGS), temp tools and final system" if BOOK_CLFS
    894880    endchoice
    895881
     
    902888           #   get a valid SBU value.
    903889
    904 endmenu
     890    endmenu # Optimization settings
    905891    config    OPTIMIZE
    906892        int
     
    908894        default    "1"    if OPT_1
    909895        default    "2"    if OPT_2
    910         default    "3"    if OPT_3
    911 endif
    912896
    913897    #--- End Optimizations
Note: See TracChangeset for help on using the changeset viewer.