Changeset 06eddf4 for Config.in


Ignore:
Timestamp:
05/01/2020 02:20:45 PM (4 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
f5ecc28
Parents:
31a9b14
Message:

Make "Rebuild Makefile" disable all the other options:
This prevents users from using it without setting a build first

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Config.in

    r31a9b14 r06eddf4  
    11# $Id$
    22menu "BOOK Settings"
     3
     4    depends on !REBUILD_MAKEFILE
    35
    46    #--- BOOK/script
     
    631633
    632634menu "General Settings"
    633 depends on !BOOK_BLFS
     635depends on !BOOK_BLFS && !REBUILD_MAKEFILE
    634636
    635637    #--- {C,H,}LFS User Account
     
    730732
    731733menu "Build Settings"
    732 depends on !BOOK_BLFS
     734depends on !BOOK_BLFS && !REBUILD_MAKEFILE
    733735
    734736    #--- Test Suites
     
    889891
    890892menu "System configuration"
    891     depends on !BOOK_BLFS
     893    depends on !BOOK_BLFS && !REBUILD_MAKEFILE
    892894
    893895    #--- FSTAB
     
    12301232
    12311233config REBUILD_MAKEFILE
    1232     depends on !BOOK_BLFS
     1234#    depends on !BOOK_BLFS
    12331235    bool "Rebuild the Makefile (see help)"
    12341236    default n
     
    12401242        #
    12411243        #   See README.CUSTOM for more info about this feature.
    1242 
     1244        #   Note that you should do that after configuring a jhalfs
     1245        #   build, and only if you need changing the build scripts order
     1246        #   or add a new one.
Note: See TracChangeset for help on using the changeset viewer.