Changeset 00f4966 for Config.in


Ignore:
Timestamp:
08/13/2006 06:24:16 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
2fedf49
Parents:
d0d9e90
Message:

Merged r2936:2940 from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Config.in

    rd0d9e90 r00f4966  
    2323                        bool "Hardened Linux From Scratch"
    2424
    25 #               config  BOOK_BLFS
    26 #                       bool "Beyond Linux From Scratch"
     25                config  BOOK_BLFS
     26                        bool "Beyond Linux From Scratch"
    2727        endchoice
    2828
     
    3434#               default "./clfs3"       if BOOK_CLFS3
    3535                default "./hlfs"        if BOOK_HLFS
    36 #               default "./blfs"        if BOOK_BLFS
     36                default "./blfs"        if BOOK_BLFS
    3737        #--- End BOOK/script
    3838
     
    4848                config  WORKING_COPY
    4949                        bool    "Working Copy"
     50                        depends on !BOOK_BLFS
    5051                        help
    5152                                #-- A local working copy
     
    278279        #--- End HLFS specific params
    279280
     281        #--- BLFS specific params
     282        config  BLFS_ROOT
     283                string "Directory root"
     284                default "$HOME/blfs_root"
     285                depends on BOOK_BLFS
     286                help
     287                        #-- Full path to the directory where all required
     288                        #   files and scripts will be stored.
     289
     290        config  BLFS_XML
     291                string "BLFS sources directory"
     292                default "blfs-xml"
     293                depends on BOOK_BLFS
     294                help
     295                        #-- The directory name where BLFS book sources
     296                        #   will be checkout.
     297        #--- End BLFS specific params
     298
    280299#--- End BOOK Settings
    281300endmenu
    282301
    283302menu "--- General Settings"
     303        depends on !BOOK_BLFS
    284304
    285305        #--- Set User Account
     
    384404
    385405menu "--- Build Settings"
     406        depends on !BOOK_BLFS
    386407
    387408        #--- Test Suites
     
    550571
    551572menu "--- Advanced Features"
     573        depends on !BOOK_BLFS
    552574
    553575        config  REPORT
Note: See TracChangeset for help on using the changeset viewer.