Changeset e576789 for Config.in


Ignore:
Timestamp:
10/29/2013 03:42:03 PM (11 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs-more, legacy, new_features, trunk
Children:
5795ad7
Parents:
2e64c47
Message:

Merge ablfs branch. Normally, jhalfs should not perform differently
for building LFS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Config.in

    r2e64c47 re576789  
    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
     
    6161                config  WORKING_COPY
    6262                        bool    "Working Copy"
    63                         depends on !BOOK_BLFS
     63#                       depends on !BOOK_BLFS
    6464                        help
    6565                                #-- A local working copy
     
    501501                bool    "Add custom tools support"
    502502                default n
    503                 depends on !BOOK_BLFS
     503#               depends on !BOOK_BLFS
    504504                help
    505505                        #--- Activating this option additional packages you create
     
    512512                bool    "Add blfs-tool support"
    513513                default n
    514                 depends on !BOOK_BLFS && !BOOK_CLFS3
     514#               depends on !BOOK_BLFS && !BOOK_CLFS3
     515                depends on !BOOK_CLFS3
    515516                help
    516517                        #--- Activating this option will install additional
     
    574575                default y
    575576
    576                 config  DEP_UNZIP
    577                 bool    "UnZip (required to install DocBook XML DTD)"
    578                 default y
    579                 depends on DEP_DBXML
    580 
    581577                #config DEP_DBXSL
    582578                #bool   "DocBook XSL (required)"
     
    584580
    585581                config  DEP_LYNX
    586                 bool    "lynx (required)"
     582                bool    "lynx (optional, for reading the generated book)"
    587583                default y
    588584
     
    597593                config  DEP_GPM
    598594                bool    "GPM (optional, see help)"
    599                 default y
    600                 help
    601                         #-- You MUST install the gpm bootscript manually
    602                         #   and create its configuration file.
    603                         #
    604                         #   An alternative is to unselect this option and
    605                         #   install gpm, its configuration file, and its
    606                         #   bootscript using the custom tools support.
     595                default n
     596                help
     597                        #-- if you install gpm, it will be started
     598                        #   automatically on boot. You'll have to edit
     599                        #   /etc/sysconfig/mouse for your system
    607600
    608601                config  DEP_SVN
     
    610603                default n
    611604                help
    612                         #-- Subversion-1.3.1 will be installed. This version is
    613                         #   old but does not rely on additional packages to be
    614                         #   built.
    615                         #
    616                         #   If you are happy with this old version and don't
    617                         #   need extra features, select this option.
     605                        #-- Subversion is needed for updating the book
     606                        #   sources. If you want ssl support, select
     607                        #   OPENSSL below.
     608
     609                config  DEP_OPENSSL
     610                bool    "OPENSSL (optional, see help)"
     611                default n
     612                help
     613                        #-- selecting OPENSSL here allows to build
     614                        #   subversion with ssl support, avoiding a later
     615                        #   recompilation
     616
     617                config  DEP_PYTHON
     618                bool    "PYTHON 2 (optional, see help)"
     619                default n
     620                help
     621                        #-- selecting PYTHON 2 here allows to build
     622                        #   the libxml2 and libxslt python modules,
     623                        #   avoiding a later recompilation
     624
    618625        endmenu
    619626        #--- End blfs-tool Support
     
    622629        config  BLFS_ROOT
    623630                string "Directory root"
    624                 default "$HOME/blfs_root" if BOOK_BLFS
     631#               default "$HOME/blfs_root" if BOOK_BLFS
    625632                default "/blfs_root" if BLFS_TOOL
    626                 depends on BOOK_BLFS || BLFS_TOOL
     633#               depends on BOOK_BLFS || BLFS_TOOL
     634                depends on BLFS_TOOL
    627635                help
    628636                        #-- Full path to the directory where all required
     
    632640                string "BLFS sources directory"
    633641                default "blfs-xml"
    634                 depends on BOOK_BLFS || BLFS_TOOL
     642#               depends on BOOK_BLFS || BLFS_TOOL
     643                depends BLFS_TOOL
    635644                help
    636645                        #-- The directory name under $BLFS_ROOT where the BLFS
     
    640649                string "Installed packages database directory"
    641650                default "/var/lib/jhalfs/BLFS"
    642                 depends on BOOK_BLFS || BLFS_TOOL || CUSTOM_TOOLS
     651#               depends on BOOK_BLFS || BLFS_TOOL || CUSTOM_TOOLS
     652                depends on BLFS_TOOL || CUSTOM_TOOLS
    643653                help
    644654                        #-- Full path to the directory where the database of
     
    661671
    662672menu "--- General Settings"
    663         depends on !BOOK_BLFS
     673#       depends on !BOOK_BLFS
    664674
    665675        #--- Set User Account
     
    807817
    808818menu "--- Build Settings"
    809         depends on !BOOK_BLFS
     819#       depends on !BOOK_BLFS
    810820
    811821        #--- Test Suites
     
    10121022
    10131023menu "--- Advanced Features"
    1014         depends on !BOOK_BLFS
     1024#       depends on !BOOK_BLFS
    10151025
    10161026        config  REPORT
     
    11651175        bool "Rebuild the Makefile (see help)"
    11661176        default n
    1167         depends on !BOOK_BLFS
     1177#       depends on !BOOK_BLFS
    11681178        help
    11691179                #-- Rebuild the Makefile
Note: See TracChangeset for help on using the changeset viewer.