diff -r 1ab3d2e08c8b -r 3f1078387d8b scripts/build/libc/uClibc.sh --- a/scripts/build/libc/uClibc.sh Mon Jan 05 23:02:43 2009 +0000 +++ b/scripts/build/libc/uClibc.sh Sun Feb 08 12:15:52 2009 +0000 @@ -47,7 +47,7 @@ fi CT_DoLog EXTRA "Munging uClibc configuration" - mungeuClibcConfig "${CT_LIBC_UCLIBC_CONFIG_FILE}" "${CT_BUILD_DIR}/uClibc.config" + mungeuClibcConfig "${CT_LIBC_UCLIBC_CONFIG_FILE}" "${CT_STATE_DIR}/uClibc.config" CT_EndStep } @@ -64,7 +64,7 @@ { cd "${CT_SRC_DIR}/uClibc-${CT_LIBC_VERSION}"; tar cf - .; } |tar xf - # Retrieve the config file - cp "${CT_BUILD_DIR}/uClibc.config" .config + cp "${CT_STATE_DIR}/uClibc.config" .config # uClibc uses the CROSS environment variable as a prefix to the # compiler tools to use. Setting it to the empty string forces @@ -99,7 +99,7 @@ { cd "${CT_SRC_DIR}/uClibc-${CT_LIBC_VERSION}"; tar cf - .; } |tar xf - # Retrieve the config file - cp "${CT_BUILD_DIR}/uClibc.config" .config + cp "${CT_STATE_DIR}/uClibc.config" .config # uClibc uses the CROSS environment variable as a prefix to the compiler # tools to use. The newly built tools should be in our path, so we need @@ -158,7 +158,7 @@ { cd "${CT_SRC_DIR}/uClibc-${CT_LIBC_VERSION}"; tar cf - .; } |tar xf - # Retrieve the config file - cp "${CT_BUILD_DIR}/uClibc.config" .config + cp "${CT_STATE_DIR}/uClibc.config" .config CT_DoLog EXTRA "Applying configuration" CT_DoYes "" |CT_DoExecLog ALL \