Commented-out BLFS code in Config.in

This commit is contained in:
Manuel Canales Esparcia 2006-08-08 18:21:01 +00:00
parent bd52fd3308
commit a857ce7b46

View file

@ -16,17 +16,17 @@ mainmenu "JHALFS Build Script Configuration"
# bool "clfs3 (Embedded LFS)" # bool "clfs3 (Embedded LFS)"
config BOOK_HLFS config BOOK_HLFS
bool "hlfs" bool "hlfs"
config BOOK_BLFS # config BOOK_BLFS
bool "blfs" # bool "blfs"
endchoice endchoice
config RUN_ME config RUN_ME
string string
default "./lfs" if BOOK_LFS default "./lfs" if BOOK_LFS
default "./clfs" if BOOK_CLFS default "./clfs" if BOOK_CLFS
default "./clfs2" if BOOK_CLFS2 default "./clfs2" if BOOK_CLFS2
default "./clfs3" if BOOK_CLFS3 # default "./clfs3" if BOOK_CLFS3
default "./hlfs" if BOOK_HLFS default "./hlfs" if BOOK_HLFS
default "./blfs" if BOOK_BLFS # default "./blfs" if BOOK_BLFS
@ -40,7 +40,7 @@ mainmenu "JHALFS Build Script Configuration"
config WORKING_COPY config WORKING_COPY
bool "Working Copy" bool "Working Copy"
config BRANCH config BRANCH
bool "Branch or stable book" if !BOOK_HLFS && !BOOK_CLFS2 && !BOOK_BLFS bool "Branch or stable book" if !BOOK_HLFS && !BOOK_CLFS2
endchoice endchoice
config BRANCH_ID config BRANCH_ID
@ -78,7 +78,6 @@ mainmenu "JHALFS Build Script Configuration"
config DEF_USER config DEF_USER
string string
default "lfs" if BOOK_LFS default "lfs" if BOOK_LFS
default "blfs" if BOOK_BLFS
default "clfs" if BOOK_CLFS || BOOK_CLFS2 default "clfs" if BOOK_CLFS || BOOK_CLFS2
default "hlfs" if BOOK_HLFS default "hlfs" if BOOK_HLFS
@ -570,18 +569,18 @@ depends on BOOK_HLFS
# (e.g., i386/qwerty/us.map.gz) or "none" if you do not want # (e.g., i386/qwerty/us.map.gz) or "none" if you do not want
# a keymap included in the kernel # a keymap included in the kernel
config CONFIG_BLFS_CMDS # config CONFIG_BLFS_CMDS
bool "Add BLFS packages to current build" # bool "Add BLFS packages to current build"
default n # default n
depends !BOOK_HLFS && XXX # depends !BOOK_HLFS && XXX
help # help
#--- Select this option if you wish to install any BLFS packages # #--- Select this option if you wish to install any BLFS packages
# as part of your {c,h}lfs build. # # as part of your {c,h}lfs build.
# Any needed packages will be downloaded to the /sources dir # # Any needed packages will be downloaded to the /sources dir
config BLFS_CMDLINE # config BLFS_CMDLINE
string "BLFS packages" # string "BLFS packages"
default "none" # default "none"
depends CONFIG_BLFS_CMDS # depends CONFIG_BLFS_CMDS
# convert CONFIG_XXXX n/y to XXXX 0/1 # convert CONFIG_XXXX n/y to XXXX 0/1