config/global.in
changeset 31 97e44d892c92
parent 14 11726b835286
child 41 fd6ad5721f77
     1.1 --- a/config/global.in	Wed Mar 07 19:00:10 2007 +0000
     1.2 +++ b/config/global.in	Tue Apr 10 16:17:39 2007 +0000
     1.3 @@ -49,7 +49,7 @@
     1.4  config TARBALLS_DIR
     1.5      string
     1.6      prompt "Tarballs directory"
     1.7 -    default "`pwd`/tarballs"
     1.8 +    default "${CT_TOP_DIR}/build/tarballs"
     1.9      help
    1.10        This is the directory into which tarballs are going to be stored once
    1.11        they are downloaded (or otherwise retrieved).
    1.12 @@ -57,7 +57,7 @@
    1.13  config SRC_DIR
    1.14      string
    1.15      prompt "Extract directory"
    1.16 -    default "`pwd`/${CT_TARGET}/src"
    1.17 +    default "${CT_TOP_DIR}/build/${CT_TARGET}/${CT_CC}-${CT_CC_VERSION}-${CT_LIBC}-${CT_LIBC_VERSION}/src"
    1.18      help
    1.19        This is the directory into which tarballs will be extracted.
    1.20        
    1.21 @@ -65,16 +65,20 @@
    1.22        SRC_DIR for each toolchain, as different targets may require different
    1.23        patches to be applied.
    1.24  
    1.25 +      You should not need to change this from the default.
    1.26 +
    1.27  config BUILD_DIR
    1.28      string
    1.29      prompt "Build directory"
    1.30 -    default "`pwd`/${CT_TARGET}/gcc-${CT_CC_VERSION}-${CT_LIBC}-${CT_LIBC_VERSION}"
    1.31 +    default "${CT_TOP_DIR}/build/${CT_TARGET}/${CT_CC}-${CT_CC_VERSION}-${CT_LIBC}-${CT_LIBC_VERSION}/build"
    1.32      help
    1.33        This is the directory into which builds will occur.
    1.34        
    1.35        Once again, arrange for one build directory for each toolchain you build,
    1.36        to avoid collision.
    1.37  
    1.38 +      You should not need to change this from the default.
    1.39 +
    1.40  config PREFIX_DIR
    1.41      string
    1.42      prompt "Prefix directory"