diff -r 11726b835286 -r 97e44d892c92 config/global.in --- a/config/global.in Wed Mar 07 19:00:10 2007 +0000 +++ b/config/global.in Tue Apr 10 16:17:39 2007 +0000 @@ -49,7 +49,7 @@ config TARBALLS_DIR string prompt "Tarballs directory" - default "`pwd`/tarballs" + default "${CT_TOP_DIR}/build/tarballs" help This is the directory into which tarballs are going to be stored once they are downloaded (or otherwise retrieved). @@ -57,7 +57,7 @@ config SRC_DIR string prompt "Extract directory" - default "`pwd`/${CT_TARGET}/src" + default "${CT_TOP_DIR}/build/${CT_TARGET}/${CT_CC}-${CT_CC_VERSION}-${CT_LIBC}-${CT_LIBC_VERSION}/src" help This is the directory into which tarballs will be extracted. @@ -65,16 +65,20 @@ SRC_DIR for each toolchain, as different targets may require different patches to be applied. + You should not need to change this from the default. + config BUILD_DIR string prompt "Build directory" - default "`pwd`/${CT_TARGET}/gcc-${CT_CC_VERSION}-${CT_LIBC}-${CT_LIBC_VERSION}" + default "${CT_TOP_DIR}/build/${CT_TARGET}/${CT_CC}-${CT_CC_VERSION}-${CT_LIBC}-${CT_LIBC_VERSION}/build" help This is the directory into which builds will occur. Once again, arrange for one build directory for each toolchain you build, to avoid collision. + You should not need to change this from the default. + config PREFIX_DIR string prompt "Prefix directory"