Author: pierre
Date: Fri Jul 10 06:24:00 2020
New Revision: 4194

Log:
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.

Modified:
   jhalfs/trunk/Config.in

Modified: jhalfs/trunk/Config.in
==============================================================================
--- jhalfs/trunk/Config.in      Thu Jul  9 10:04:30 2020        (r4193)
+++ jhalfs/trunk/Config.in      Fri Jul 10 06:24:00 2020        (r4194)
@@ -1,8 +1,6 @@
 # $Id$
 menu "BOOK Settings"
 
-    depends on !REBUILD_MAKEFILE
-
     #--- BOOK/script
     choice
         prompt "Use BOOK"
@@ -638,7 +636,7 @@
             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 @@
 endmenu
 
 menu "General Settings"
-depends on !BOOK_BLFS && !REBUILD_MAKEFILE
+depends on !BOOK_BLFS
 
     #--- {C,H,}LFS User Account
 
@@ -764,7 +762,7 @@
 endmenu
 
 menu "Build Settings"
-depends on !BOOK_BLFS && !REBUILD_MAKEFILE
+depends on !BOOK_BLFS
 
     #--- Test Suites
     config    CONFIG_TESTS
@@ -923,7 +921,7 @@
 endmenu
 
 menu "System configuration"
-    depends on !BOOK_BLFS && !REBUILD_MAKEFILE
+    depends on !BOOK_BLFS
 
     #--- FSTAB
     config    HAVE_FSTAB
@@ -1110,7 +1108,7 @@
 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"
-- 
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page

Reply via email to