From e3ccc2786a22174a93ba022d76af82459be0bd5b Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Fri, 10 Jul 2020 13:24:00 +0000 Subject: [PATCH] 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. --- Config.in | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/Config.in b/Config.in index 7ca2226..7b5bf5d 100644 --- a/Config.in +++ b/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"