Changeset e3ccc27


Ignore:
Timestamp:
07/10/2020 01:24:00 PM (4 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
8b85dae
Parents:
88a8275
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Config.in

    r88a8275 re3ccc27  
    11# $Id$
    22menu "BOOK Settings"
    3 
    4     depends on !REBUILD_MAKEFILE
    53
    64    #--- BOOK/script
     
    639637    #--- End Custom Tools support
    640638
    641     #--- This direcotry is needed for blfs tools installation and custom tools
     639    #--- This directory is needed for blfs tools installation and custom tools
    642640    #    As well.
    643641    config    TRACKING_DIR
     
    666664
    667665menu "General Settings"
    668 depends on !BOOK_BLFS && !REBUILD_MAKEFILE
     666depends on !BOOK_BLFS
    669667
    670668    #--- {C,H,}LFS User Account
     
    765763
    766764menu "Build Settings"
    767 depends on !BOOK_BLFS && !REBUILD_MAKEFILE
     765depends on !BOOK_BLFS
    768766
    769767    #--- Test Suites
     
    924922
    925923menu "System configuration"
    926     depends on !BOOK_BLFS && !REBUILD_MAKEFILE
     924    depends on !BOOK_BLFS
    927925
    928926    #--- FSTAB
     
    11111109
    11121110menu "Advanced Features"
    1113 depends on !BOOK_BLFS && !REBUILD_MAKEFILE
     1111depends on !BOOK_BLFS
    11141112
    11151113    config    REPORT
Note: See TracChangeset for help on using the changeset viewer.