Changeset a857ce7


Ignore:
Timestamp:
08/08/2006 06:21:01 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
33c34c9
Parents:
bd52fd3
Message:

Commented-out BLFS code in Config.in

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Config.in

    rbd52fd3 ra857ce7  
    1717                config  BOOK_HLFS
    1818                        bool "hlfs"
    19                 config  BOOK_BLFS
    20                         bool "blfs"
     19#               config  BOOK_BLFS
     20#                       bool "blfs"
    2121        endchoice
    2222        config  RUN_ME
     
    2525                default "./clfs"        if BOOK_CLFS
    2626                default "./clfs2"       if BOOK_CLFS2
    27                 default "./clfs3"       if BOOK_CLFS3
     27#               default "./clfs3"       if BOOK_CLFS3
    2828                default "./hlfs"        if BOOK_HLFS
    29                 default "./blfs"        if BOOK_BLFS
     29#               default "./blfs"        if BOOK_BLFS
    3030
    3131
     
    4141                        bool    "Working Copy"
    4242                config  BRANCH
    43                         bool    "Branch or stable book" if !BOOK_HLFS && !BOOK_CLFS2 && !BOOK_BLFS
     43                        bool    "Branch or stable book" if !BOOK_HLFS && !BOOK_CLFS2
    4444        endchoice
    4545
     
    7979                string
    8080                default "lfs"   if BOOK_LFS
    81                 default "blfs"  if BOOK_BLFS
    8281                default "clfs"  if BOOK_CLFS || BOOK_CLFS2
    8382                default "hlfs"  if BOOK_HLFS
     
    571570                        #    a keymap included in the kernel
    572571
    573         config  CONFIG_BLFS_CMDS
    574                 bool    "Add BLFS packages to current build"
    575                 default n
    576                 depends !BOOK_HLFS && XXX
    577                 help
    578                         #--- Select this option if you wish to install any BLFS packages
    579                         #    as part of your {c,h}lfs build.
    580                         #    Any needed packages will be downloaded to the /sources dir
    581         config  BLFS_CMDLINE
    582                 string  "BLFS packages"
    583                 default "none"
    584                 depends CONFIG_BLFS_CMDS
     572#       config  CONFIG_BLFS_CMDS
     573#               bool    "Add BLFS packages to current build"
     574#               default n
     575#               depends !BOOK_HLFS && XXX
     576#               help
     577#                       #--- Select this option if you wish to install any BLFS packages
     578#                       #    as part of your {c,h}lfs build.
     579#                       #    Any needed packages will be downloaded to the /sources dir
     580#       config  BLFS_CMDLINE
     581#               string  "BLFS packages"
     582#               default "none"
     583#               depends CONFIG_BLFS_CMDS
    585584
    586585
Note: See TracChangeset for help on using the changeset viewer.