Put the uclibc munged config file in the "state" directory, so it survives a restart.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Feb 08 12:15:52 2009 +0000 (2009-02-08)
changeset 12063f1078387d8b
parent 1205 ba2189b34eac
child 1207 cd5ff6112979
Put the uclibc munged config file in the "state" directory, so it survives a restart.

/trunk/scripts/build/libc/uClibc.sh | 8 4 4 0 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
scripts/build/libc/uClibc.sh
     1.1 --- a/scripts/build/libc/uClibc.sh	Sat Feb 07 20:11:13 2009 +0000
     1.2 +++ b/scripts/build/libc/uClibc.sh	Sun Feb 08 12:15:52 2009 +0000
     1.3 @@ -47,7 +47,7 @@
     1.4      fi
     1.5  
     1.6      CT_DoLog EXTRA "Munging uClibc configuration"
     1.7 -    mungeuClibcConfig "${CT_LIBC_UCLIBC_CONFIG_FILE}" "${CT_BUILD_DIR}/uClibc.config"
     1.8 +    mungeuClibcConfig "${CT_LIBC_UCLIBC_CONFIG_FILE}" "${CT_STATE_DIR}/uClibc.config"
     1.9  
    1.10      CT_EndStep
    1.11  }
    1.12 @@ -64,7 +64,7 @@
    1.13      { cd "${CT_SRC_DIR}/uClibc-${CT_LIBC_VERSION}"; tar cf - .; } |tar xf -
    1.14  
    1.15      # Retrieve the config file
    1.16 -    cp "${CT_BUILD_DIR}/uClibc.config" .config
    1.17 +    cp "${CT_STATE_DIR}/uClibc.config" .config
    1.18  
    1.19      # uClibc uses the CROSS environment variable as a prefix to the
    1.20      # compiler tools to use.  Setting it to the empty string forces
    1.21 @@ -99,7 +99,7 @@
    1.22      { cd "${CT_SRC_DIR}/uClibc-${CT_LIBC_VERSION}"; tar cf - .; } |tar xf -
    1.23  
    1.24      # Retrieve the config file
    1.25 -    cp "${CT_BUILD_DIR}/uClibc.config" .config
    1.26 +    cp "${CT_STATE_DIR}/uClibc.config" .config
    1.27  
    1.28      # uClibc uses the CROSS environment variable as a prefix to the compiler
    1.29      # tools to use.  The newly built tools should be in our path, so we need
    1.30 @@ -158,7 +158,7 @@
    1.31      { cd "${CT_SRC_DIR}/uClibc-${CT_LIBC_VERSION}"; tar cf - .; } |tar xf -
    1.32  
    1.33      # Retrieve the config file
    1.34 -    cp "${CT_BUILD_DIR}/uClibc.config" .config
    1.35 +    cp "${CT_STATE_DIR}/uClibc.config" .config
    1.36  
    1.37      CT_DoLog EXTRA "Applying configuration"
    1.38      CT_DoYes "" |CT_DoExecLog ALL               \