Config.in: Reinstate the whole menus if "Rebuild Makefile" is ticked
Building the Makefile needs quite a few variables set, which are scattered in all the menus of Config.in. So all the menus are needed.
This commit is contained in:
parent
88a8275eb8
commit
e3ccc2786a
1 changed files with 5 additions and 7 deletions
12
Config.in
12
Config.in
|
@ -1,8 +1,6 @@
|
||||||
# $Id$
|
# $Id$
|
||||||
menu "BOOK Settings"
|
menu "BOOK Settings"
|
||||||
|
|
||||||
depends on !REBUILD_MAKEFILE
|
|
||||||
|
|
||||||
#--- BOOK/script
|
#--- BOOK/script
|
||||||
choice
|
choice
|
||||||
prompt "Use BOOK"
|
prompt "Use BOOK"
|
||||||
|
@ -638,7 +636,7 @@ menu "BOOK Settings"
|
||||||
will be installed after finished the xLFS system build.
|
will be installed after finished the xLFS system build.
|
||||||
#--- End Custom Tools support
|
#--- End Custom Tools support
|
||||||
|
|
||||||
#--- This direcotry is needed for blfs tools installation and custom tools
|
#--- This directory is needed for blfs tools installation and custom tools
|
||||||
# As well.
|
# As well.
|
||||||
config TRACKING_DIR
|
config TRACKING_DIR
|
||||||
string "Installed packages database directory"
|
string "Installed packages database directory"
|
||||||
|
@ -665,7 +663,7 @@ menu "BOOK Settings"
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
menu "General Settings"
|
menu "General Settings"
|
||||||
depends on !BOOK_BLFS && !REBUILD_MAKEFILE
|
depends on !BOOK_BLFS
|
||||||
|
|
||||||
#--- {C,H,}LFS User Account
|
#--- {C,H,}LFS User Account
|
||||||
|
|
||||||
|
@ -764,7 +762,7 @@ depends on !BOOK_BLFS && !REBUILD_MAKEFILE
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
menu "Build Settings"
|
menu "Build Settings"
|
||||||
depends on !BOOK_BLFS && !REBUILD_MAKEFILE
|
depends on !BOOK_BLFS
|
||||||
|
|
||||||
#--- Test Suites
|
#--- Test Suites
|
||||||
config CONFIG_TESTS
|
config CONFIG_TESTS
|
||||||
|
@ -923,7 +921,7 @@ depends on !BOOK_BLFS && !REBUILD_MAKEFILE
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
menu "System configuration"
|
menu "System configuration"
|
||||||
depends on !BOOK_BLFS && !REBUILD_MAKEFILE
|
depends on !BOOK_BLFS
|
||||||
|
|
||||||
#--- FSTAB
|
#--- FSTAB
|
||||||
config HAVE_FSTAB
|
config HAVE_FSTAB
|
||||||
|
@ -1110,7 +1108,7 @@ menu "System configuration"
|
||||||
endmenu #--- System configuration
|
endmenu #--- System configuration
|
||||||
|
|
||||||
menu "Advanced Features"
|
menu "Advanced Features"
|
||||||
depends on !BOOK_BLFS && !REBUILD_MAKEFILE
|
depends on !BOOK_BLFS
|
||||||
|
|
||||||
config REPORT
|
config REPORT
|
||||||
bool "Create SBU and disk usage report"
|
bool "Create SBU and disk usage report"
|
||||||
|
|
Reference in a new issue