Changeset 2180d05


Ignore:
Timestamp:
02/25/2012 02:41:46 PM (12 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs
Children:
d8add36
Parents:
d08afa5
Message:

Remove obsolete blfs-tool ans associated menu

Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • Config.in

    rd08afa5 r2180d05  
    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
    3838        config  RUN_ME
    3939                string
    40                 default "./jhalfs run"  if !BOOK_BLFS
    41                 default "./blfs-tool"   if BOOK_BLFS
     40                default "./jhalfs run"# if !BOOK_BLFS
     41#               default "./blfs-tool"   if BOOK_BLFS
    4242        #--- End BOOK/script
    4343
     
    5353                config  WORKING_COPY
    5454                        bool    "Working Copy"
    55                         depends on !BOOK_BLFS
     55#                       depends on !BOOK_BLFS
    5656                        help
    5757                                #-- A local working copy
     
    492492                bool    "Add custom tools support"
    493493                default n
    494                 depends on !BOOK_BLFS
     494#               depends on !BOOK_BLFS
    495495                help
    496496                        #--- Activating this option additional packages you create
     
    503503                bool    "Add blfs-tool support"
    504504                default n
    505                 depends on !BOOK_BLFS && !BOOK_CLFS3
     505#               depends on !BOOK_BLFS && !BOOK_CLFS3
     506                depends on !BOOK_CLFS3
    506507                help
    507508                        #--- Activating this option will install additional
     
    613614        config  BLFS_ROOT
    614615                string "Directory root"
    615                 default "$HOME/blfs_root" if BOOK_BLFS
     616#               default "$HOME/blfs_root" if BOOK_BLFS
    616617                default "/blfs_root" if BLFS_TOOL
    617                 depends on BOOK_BLFS || BLFS_TOOL
     618#               depends on BOOK_BLFS || BLFS_TOOL
     619                depends on BLFS_TOOL
    618620                help
    619621                        #-- Full path to the directory where all required
     
    623625                string "BLFS sources directory"
    624626                default "blfs-xml"
    625                 depends on BOOK_BLFS || BLFS_TOOL
     627#               depends on BOOK_BLFS || BLFS_TOOL
     628                depends BLFS_TOOL
    626629                help
    627630                        #-- The directory name under $BLFS_ROOT where the BLFS
     
    631634                string "Installed packages database directory"
    632635                default "/var/lib/jhalfs/BLFS"
    633                 depends on BOOK_BLFS || BLFS_TOOL || CUSTOM_TOOLS
     636#               depends on BOOK_BLFS || BLFS_TOOL || CUSTOM_TOOLS
     637                depends on BLFS_TOOL || CUSTOM_TOOLS
    634638                help
    635639                        #-- Full path to the directory where the database of
     
    652656
    653657menu "--- General Settings"
    654         depends on !BOOK_BLFS
     658#       depends on !BOOK_BLFS
    655659
    656660        #--- Set User Account
     
    798802
    799803menu "--- Build Settings"
    800         depends on !BOOK_BLFS
     804#       depends on !BOOK_BLFS
    801805
    802806        #--- Test Suites
     
    10031007
    10041008menu "--- Advanced Features"
    1005         depends on !BOOK_BLFS
     1009#       depends on !BOOK_BLFS
    10061010
    10071011        config  REPORT
     
    11521156        bool "Rebuild the Makefile (see help)"
    11531157        default n
    1154         depends on !BOOK_BLFS
     1158#       depends on !BOOK_BLFS
    11551159        help
    11561160                #-- Rebuild the Makefile
Note: See TracChangeset for help on using the changeset viewer.