Changeset 2b0f8a5 for Config.in


Ignore:
Timestamp:
08/26/2006 07:18:15 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
cfdc0f1
Parents:
392e11c3
Message:

Big change allowed by using only menuconfig.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Config.in

    r392e11c3 r2b0f8a5  
    2727        endchoice
    2828
     29        config  PROGNAME
     30                string
     31                default "lfs"           if BOOK_LFS
     32                default "clfs"          if BOOK_CLFS
     33                default "clfs2"         if BOOK_CLFS2
     34#               default "clfs3"         if BOOK_CLFS3
     35                default "hlfs"          if BOOK_HLFS
     36                default "blfs"          if BOOK_BLFS
     37
    2938        config  RUN_ME
    3039                string
    31                 default "./lfs"         if BOOK_LFS
    32                 default "./clfs"        if BOOK_CLFS
    33                 default "./clfs2"       if BOOK_CLFS2
    34 #               default "./clfs3"       if BOOK_CLFS3
    35                 default "./hlfs"        if BOOK_HLFS
    36                 default "./blfs"        if BOOK_BLFS
     40                default "./jhalfs run"  if !BOOK_BLFS
     41                default "./blfs-tool"   if BOOK_BLFS
    3742        #--- End BOOK/script
    3843
Note: See TracChangeset for help on using the changeset viewer.