Changeset 623643e


Ignore:
Timestamp:
08/07/2006 09:18:21 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
0e97a6a
Parents:
fa58f81
Message:

A few changes to Config.in.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Config.in

    rfa58f81 r623643e  
    399399        config  CONFIG_COMPARE
    400400                bool "Run comparison analysis on final stage"
     401                depends !BOOK_CLFS2
    401402                default n
    402403                help
     
    410411                        #  build logs and binary files.
    411412                        #
    412                         #  The scripts are well commented and can be found here ./extras/*
     413                        #  The scripts are well commented and can be found in ./extras/*
    413414                        #
    414415
     
    436437        config  CONFIG_TESTS
    437438                bool    "Run testsuites"
    438                 default n
    439                 help
    440                         #--- Run test suites  [1-3]
    441                         #  1 = only chapter06 Glibc, GCC and Binutils testsuites
    442                         #  2 = all chapter06 testsuites
    443                         #  3 = all chapter05 and chapter06 testsuites
    444                         #      (in CLFS, alias to 2)
    445 
    446                         HLFS has no testsuites available in the toolchain phase
    447                         #  1 = only chapter06 Glibc, Butterfly-tookchain
    448                         #  2 = all chapter06 testsuites
     439                depends !BOOK_CLFS2
     440                default n
     441                help
     442                        #--- Run test suites
     443                        #
     444                        #  You will can to select between:
     445                        #
     446                        #  - Only final system Glibc, GCC and Binutils testsuites
     447                        #  - All final system testsuites
     448                        #  - Both temporary tools and final system testsuites
     449                        #
     450                        #  HLFS and CLFS has no testsuites available in the
     451                        #  toolchain phase
     452
     453                        #  You will be promt also about the "flavour" of the
     454                        #  testsuites run:
     455                        #
     456                        #  - Don't stop on test suite failures
     457                        #  - Abort the build at the first test suite failure
    449458                        #
    450459
    451460           choice
    452461                prompt  "Tests ->"
    453                 depends !BOOK_CLFS2 && CONFIG_TESTS
     462                depends CONFIG_TESTS
    454463                default TEST_1
    455464
    456465                config  TST_1
    457                         bool    "Only chap06 Glibc/GCC/Binutils tests" if !BOOK_HLFS
    458                 config  TST_1
    459                         bool    "Only chap06 Glibc/Butterfly-toolchain" if BOOK_HLFS
     466                        bool    "Only final system Glibc, GCC and Binutils testsuites"
    460467                config  TST_2
    461                         bool    "All chap06 testsuites"
     468                        bool    "All final system testsuites"
    462469                config  TST_3
    463                         bool    "All chap05/06 testsuites"      if !BOOK_HLFS
     470                        bool    "Both temporary tools and final system testsuites" if !BOOK_HLFS && !BOOK_CLFS
    464471           endchoice
    465472           config       TEST
     
    471478           choice
    472479                prompt  "Flavour ->"
    473                 depends !BOOK_CLFS2 && CONFIG_TESTS
     480                depends CONFIG_TESTS
    474481                default NO_BOMB
    475482
Note: See TracChangeset for help on using the changeset viewer.