Changeset a181405


Ignore:
Timestamp:
07/30/2006 03:10:24 PM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
experimental
Children:
7cd9186
Parents:
7b7c34a
Message:

A quirk appeared in Config file. Had to re-enter METHOD text

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Config.in

    r7b7c34a ra181405  
    184184                        #--- What build method should be used: a chroot jail or minimal boot system
    185185                        #    Review the Cross-LFS book chap6 "TO BOOT OR CHROOT" for a full explanation.
    186 
    187186                config  BUILD_CHROOT
    188187                        bool    "chroot"
     
    190189                        bool    "boot"         
    191190        endchoice
    192 
    193191        config  METHOD
    194192                string
    195                 default ""              if !BUILD_CHROOT && !BUILD_ROOT
    196193                default "chroot"        if BUILD_CHROOT
    197                 default "boot"          if BUILD_ROOT
     194                default "boot"          if BUILD_BOOT
    198195               
    199196        config  BOOT_CONFIG
Note: See TracChangeset for help on using the changeset viewer.