Changeset 3c96826 for Config.in


Ignore:
Timestamp:
08/26/2006 12:25:42 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
0818ea6
Parents:
1ad9211
Message:

Moved internal envars to Config.in

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Config.in

    r1ad9211 r3c96826  
    387387                        #   if the user has the right priviledges.
    388388
     389        config SERVER
     390                string "FTP mirror"
     391                default "ftp://ftp.lfs-matrix.net"
     392                depends GETPKG
     393                help
     394                        #-- FTP mirror to download packages and patches if not found
     395                        #   in $SRC_ARCHIVE
     396                        #   As a last resort, the files will dowloaded from upstream,
     397                        #   if possible.
     398
    389399        config  GETKERNEL
    390400                bool    "Always retrieve kernel package"
     
    628638        #--- End ICA/farce
    629639
    630         #-- Optimizations
     640        #--- Optimizations
    631641        config  CONFIG_OPTIMIZE
    632                 bool    "Use optimization "
     642                bool    "Use optimization (see help)"
    633643                default n
    634644                help
     
    664674        #--- End Optimizations
    665675
     676        #-- Internal Settings
     677        menu "--- Internal Settings (WARNING: for jhalfs developers only)"
     678
     679                config  SCRIPT_ROOT
     680                        string  "Scripts root"
     681                        default "jhalfs"
     682
     683                config  JHALFSDIR
     684                        string "jhalfs directory"
     685                        default "$BUILDDIR/$SCRIPT_ROOT"
     686
     687                config  LOGDIR
     688                        string "Build logs directory"
     689                        default "$JHALFSDIR/logs"
     690
     691                config  TESTLOGDIR
     692                        string "Test suites logs directory"
     693                        default "$JHALFSDIR/test-logs"
     694
     695                config  ICALOGDIR
     696                        string "ICA logs directory"
     697                        default "$LOGDIR/ICA"
     698
     699                config  FARCELOGDIR
     700                        string "farce logs directory"
     701                        default "$LOGDIR/farce"
     702
     703                config  MKFILE
     704                        string "Makefile"
     705                        default "$JHALFSDIR/Makefile"
     706
     707                config  XSL
     708                        string "XSL stylesheet"
     709                        default "$PROGNAME.xsl"
     710
     711                config  PKG_LST
     712                        string "Package contents list"
     713                        default "unpacked"
     714
     715        #--- End Internal Settings
     716        endmenu
     717
    666718#--- End Advanced Features
    667719endmenu
    668 
    669 #       config  CONFIG_BLFS_CMDS
    670 #               bool    "Add BLFS packages to current build"
    671 #               default n
    672 #               depends !BOOK_HLFS && XXX
    673 #               help
    674 #                       #--- Select this option if you wish to install any BLFS packages
    675 #                       #    as part of your {c,h}lfs build.
    676 #                       #    Any needed packages will be downloaded to the /sources dir
    677 #       config  BLFS_CMDLINE
    678 #               string  "BLFS packages"
    679 #               default "none"
    680 #               depends CONFIG_BLFS_CMDS
Note: See TracChangeset for help on using the changeset viewer.