Changeset 5130b3a for Config.in


Ignore:
Timestamp:
11/17/2013 10:20:07 PM (11 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs
Children:
dda2496
Parents:
84a651c
Message:

Merge trunk r3750-3760

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Config.in

    r84a651c r5130b3a  
    2222#               config  BOOK_HLFS
    2323#                       bool "Hardened Linux From Scratch"
    24 
    25 #               config  BOOK_BLFS
    26 #                       bool "Beyond Linux From Scratch"
    2724        endchoice
    2825
     
    3431                default "clfs3"         if BOOK_CLFS3
    3532                default "hlfs"          if BOOK_HLFS
    36 #               default "blfs"          if BOOK_BLFS
    3733
    3834        config  RUN_ME
    3935                string
    40                 default "./jhalfs run"# if !BOOK_BLFS
    41 #               default "./blfs-tool"   if BOOK_BLFS
     36                default "./jhalfs run"
    4237        #--- End BOOK/script
    4338
     
    6156                config  WORKING_COPY
    6257                        bool    "Working Copy"
    63 #                       depends on !BOOK_BLFS
    6458                        help
    6559                                #-- A local working copy
     
    260254
    261255                default "powerpc-unknown-linux-gnu"     if  ARCH_PPC && DATA_32
    262                 default "powerpc64-unknown-linux-gnu"   if  ARCH_PPC && (DATA_MULTI || DATA-64)
     256                default "powerpc64-unknown-linux-gnu"   if  ARCH_PPC && (DATA_MULTI || DATA_64)
    263257
    264258                default "sparc-unknown-linux-gnu"       if  ARCH_SPARC && DATA_32
     
    429423                default "2.4"           if KERNEL_24
    430424
    431 #         menu  "HLFS Additional Features"
    432 #               depends on BOOK_HLFS
    433 #
    434 #               config  SET_SSP
    435 #               bool    "Stack-smashing protector"
    436 #               default y
    437 #
    438 #               config  SET_ASLR
    439 #               bool    "Address-space layout randomization"
    440 #               default y
    441 #
    442 #               config  SET_PAX
    443 #               bool    "PaX-aware ELF executables and kernel"
    444 #               default y
    445 #
    446 #               config  SET_HARDENED_TMP
    447 #               bool    "Hardened temporary files creation"
    448 #               default y
    449 #
    450 #               config  SET_WARNINGS
    451 #               bool    "Additional warnings"
    452 #               default y
    453 #
    454 #               config  SET_MISC
    455 #               bool    "Miscellaneous features"
    456 #               default y
    457 #
    458 #               config  SET_BLOWFISH
    459 #               bool    "Blowfish passwords"
    460 #               default y
    461 #       endmenu
    462 
    463         config  SSP
    464 #               depends on SET_SSP
    465                 string
    466                 default ",ssp,"
    467 
    468         config  ASLR
    469 #               depends on SET_ASLR
    470                 string
    471                 default ",aslr,"
    472 
    473         config  PAX
    474 #               depends on SET_PAX
    475                 string
    476                 default ",pax,"
    477 
    478         config  HARDENED_TMP
    479 #               depends on SET_HARDENED_TMP
    480                 string
    481                 default ",hardened_tmp,"
    482 
    483         config  WARNINGS
    484 #               depends on SET_WARNINGS
    485                 string
    486                 default ",warnings,"
    487 
    488         config  MISC
    489 #               depends on SET_MISC
    490                 string
    491                 default ",misc,"
    492 
    493         config  BLOWFISH
    494 #               depends on SET_BLOWFISH
    495                 string
    496                 default ",blowfish,"
    497         #--- End HLFS specific params
    498 
    499425        #--- Custom Tools support
    500426        config CUSTOM_TOOLS
    501427                bool    "Add custom tools support"
    502428                default n
    503 #               depends on !BOOK_BLFS
    504429                help
    505430                        #--- Activating this option additional packages you create
     
    512437                bool    "Add blfs-tool support"
    513438                default n
    514 #               depends on !BOOK_BLFS && !BOOK_CLFS3
    515439                depends on !BOOK_CLFS3
    516440                help
     
    542466                                #-- Current development version as in trunk
    543467
     468                config  BLFS_WORKING_COPY
     469                        bool    "BLFS working copy"
     470                        help
     471                                #-- A local working copy of the BLFS book.
     472
    544473                config  BLFS_BRANCH
    545474                        bool    "BLFS Branch or stable book"
     
    548477        endchoice
    549478
     479        config  BLFS_WC_LOCATION
     480                string  "Location of the local BLFS working copy (mandatory)"
     481                default "**EDIT ME**"
     482                depends on BLFS_WORKING_COPY
     483                help
     484                        #-- Full path to the BLFS book working copy"
     485
    550486        config  BLFS_BRANCH_ID
    551487                string  "BLFS Book Version (mandatory)"
     
    629565        config  BLFS_ROOT
    630566                string "Directory root"
    631 #               default "$HOME/blfs_root" if BOOK_BLFS
    632                 default "/blfs_root" if BLFS_TOOL
    633 #               depends on BOOK_BLFS || BLFS_TOOL
     567                default "/blfs_root"
    634568                depends on BLFS_TOOL
    635569                help
     
    640574                string "BLFS sources directory"
    641575                default "blfs-xml"
    642 #               depends on BOOK_BLFS || BLFS_TOOL
    643576                depends BLFS_TOOL
    644577                help
     
    649582                string "Installed packages database directory"
    650583                default "/var/lib/jhalfs/BLFS"
    651 #               depends on BOOK_BLFS || BLFS_TOOL || CUSTOM_TOOLS
    652584                depends on BLFS_TOOL || CUSTOM_TOOLS
    653585                help
     
    671603
    672604menu "--- General Settings"
    673 #       depends on !BOOK_BLFS
    674605
    675606        #--- Set User Account
     
    817748
    818749menu "--- Build Settings"
    819 #       depends on !BOOK_BLFS
    820750
    821751        #--- Test Suites
     
    1022952
    1023953menu "--- Advanced Features"
    1024 #       depends on !BOOK_BLFS
    1025954
    1026955        config  REPORT
     
    10721001if !BOOK_CLFS2 && !BOOK_CLFS3
    10731002        config  CONFIG_OPTIMIZE
    1074                 bool    "Use optimization (see help)"
    1075                 default n
    1076                 help
    1077                         #-- Actual optimization flags MUST be defined in ./optimize/*
    1078                         #   files before activating this option.
    1079                         #
    1080                         # WARNING: The use of build optimizations may be dangerous.
    1081                         #   You should know what you are doing and be sure that the
    1082                         #   optimization settings listed below are what you want.
    1083                         #   It there are build issues or the system doesn't work as
    1084                         #   expected, please rebuild without optimizations before
    1085                         #   asking for support.
     1003                bool    "Optimization and parallelization"
     1004                default n
     1005                help
     1006                        #   Opens a menu for various optimization settings:
     1007                        #   Actual optimization flags MUST be defined in ./optimize/*
     1008                        #   before activating this option.
     1009                        #
     1010                        # WARNING: The use of build optimizations may lead to build issues.
     1011                        #   If the system doesn't work as expected, please rebuild
     1012                        #   without optimizations before asking for support.
     1013        menu    "Optimization settings"
     1014                depends on CONFIG_OPTIMIZE
     1015
     1016        config  N_PARALLEL
     1017                int "Number of parallel `make' jobs"
     1018                default 1
     1019                help
     1020                        #-- The usual recommandation is (number of CPU cores)+1
     1021                        #   Do not set for meaningful SBU calculations.
    10861022
    10871023        choice
    10881024                prompt "Optimization level "
    10891025                default OPT_1
    1090                 depends CONFIG_OPTIMIZE
    10911026                help
    10921027                        #-- Optimization values are set in optimize/* files
     
    11011036                        bool    "Cross tools (only MAKEFLAGS), temp tools and final system" if BOOK_CLFS
    11021037        endchoice
    1103 
     1038endmenu
    11041039        config  OPTIMIZE
    11051040                int
     
    11121047
    11131048        #-- Internal Settings
    1114         menu "--- Internal Settings (WARNING: for jhalfs developers only)"
     1049        menu "Internal Settings (WARNING: for jhalfs developers only)"
    11151050
    11161051                config  SCRIPT_ROOT
     
    11751110        bool "Rebuild the Makefile (see help)"
    11761111        default n
    1177 #       depends on !BOOK_BLFS
    11781112        help
    11791113                #-- Rebuild the Makefile
Note: See TracChangeset for help on using the changeset viewer.