scripts/functions
changeset 2924 0eab838768b1
parent 2898 7e0af0188fc3
child 2931 8a72662f0815
     1.1 --- a/scripts/functions	Sun Jul 24 20:08:13 2011 +0200
     1.2 +++ b/scripts/functions	Sun Jan 01 17:49:44 2012 +0100
     1.3 @@ -1148,8 +1148,6 @@
     1.4      CT_DoTarballIfExists "${CT_BUILDTOOLS_PREFIX_DIR}" "${state_dir}/buildtools_dir"
     1.5      CT_DoTarballIfExists "${CT_COMPLIBS_DIR}" "${state_dir}/complibs_dir"
     1.6      CT_DoTarballIfExists "${CT_CONFIG_DIR}" "${state_dir}/config_dir"
     1.7 -    CT_DoTarballIfExists "${CT_CC_CORE_STATIC_PREFIX_DIR}" "${state_dir}/cc_core_static_prefix_dir"
     1.8 -    CT_DoTarballIfExists "${CT_CC_CORE_SHARED_PREFIX_DIR}" "${state_dir}/cc_core_shared_prefix_dir"
     1.9      CT_DoTarballIfExists "${CT_PREFIX_DIR}" "${state_dir}/prefix_dir" --exclude '*.log'
    1.10  
    1.11      CT_DoLog STATE "  Saving log file"
    1.12 @@ -1180,8 +1178,6 @@
    1.13      CT_DoLog ${CT_LOG_LEVEL_MAX} "Restoring state at step '${state_name}', as requested."
    1.14  
    1.15      CT_DoExtractTarballIfExists "${state_dir}/prefix_dir" "${CT_PREFIX_DIR}"
    1.16 -    CT_DoExtractTarballIfExists "${state_dir}/cc_core_shared_prefix_dir" "${CT_CC_CORE_SHARED_PREFIX_DIR}"
    1.17 -    CT_DoExtractTarballIfExists "${state_dir}/cc_core_static_prefix_dir" "${CT_CC_CORE_STATIC_PREFIX_DIR}"
    1.18      CT_DoExtractTarballIfExists "${state_dir}/config_dir" "${CT_CONFIG_DIR}"
    1.19      CT_DoExtractTarballIfExists "${state_dir}/complibs_dir" "${CT_COMPLIBS_DIR}"
    1.20      CT_DoExtractTarballIfExists "${state_dir}/buildtools_dir" "${CT_BUILDTOOLS_PREFIX_DIR}"