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$
|
||||
menu "BOOK Settings"
|
||||
|
||||
depends on !REBUILD_MAKEFILE
|
||||
|
||||
#--- BOOK/script
|
||||
choice
|
||||
prompt "Use BOOK"
|
||||
|
@ -638,7 +636,7 @@ menu "BOOK Settings"
|
|||
will be installed after finished the xLFS system build.
|
||||
#--- 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.
|
||||
config TRACKING_DIR
|
||||
string "Installed packages database directory"
|
||||
|
@ -665,7 +663,7 @@ menu "BOOK Settings"
|
|||
endmenu
|
||||
|
||||
menu "General Settings"
|
||||
depends on !BOOK_BLFS && !REBUILD_MAKEFILE
|
||||
depends on !BOOK_BLFS
|
||||
|
||||
#--- {C,H,}LFS User Account
|
||||
|
||||
|
@ -764,7 +762,7 @@ depends on !BOOK_BLFS && !REBUILD_MAKEFILE
|
|||
endmenu
|
||||
|
||||
menu "Build Settings"
|
||||
depends on !BOOK_BLFS && !REBUILD_MAKEFILE
|
||||
depends on !BOOK_BLFS
|
||||
|
||||
#--- Test Suites
|
||||
config CONFIG_TESTS
|
||||
|
@ -923,7 +921,7 @@ depends on !BOOK_BLFS && !REBUILD_MAKEFILE
|
|||
endmenu
|
||||
|
||||
menu "System configuration"
|
||||
depends on !BOOK_BLFS && !REBUILD_MAKEFILE
|
||||
depends on !BOOK_BLFS
|
||||
|
||||
#--- FSTAB
|
||||
config HAVE_FSTAB
|
||||
|
@ -1110,7 +1108,7 @@ menu "System configuration"
|
|||
endmenu #--- System configuration
|
||||
|
||||
menu "Advanced Features"
|
||||
depends on !BOOK_BLFS && !REBUILD_MAKEFILE
|
||||
depends on !BOOK_BLFS
|
||||
|
||||
config REPORT
|
||||
bool "Create SBU and disk usage report"
|
||||
|
|
Reference in a new issue