Remove test files.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Mar 29 21:05:13 2009 +0000 (2009-03-29)
changeset 1278a289a3bb1441
parent 1277 d1c60861af55
child 1279 c8ffc85b7a64
Remove test files.

/trunk/scripts/crosstool-NG.sh.in | 6 4 2 0 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
scripts/crosstool-NG.sh.in
     1.1 --- a/scripts/crosstool-NG.sh.in	Sun Mar 29 09:42:19 2009 +0000
     1.2 +++ b/scripts/crosstool-NG.sh.in	Sun Mar 29 21:05:13 2009 +0000
     1.3 @@ -33,8 +33,9 @@
     1.4  CT_DoExecLog ALL mkdir -p "${CT_WORK_DIR}"
     1.5  
     1.6  # Check build file system case-sensitiveness
     1.7 -touch "${CT_WORK_DIR}/foo"
     1.8 +CT_DoExecLog DEBUG touch "${CT_WORK_DIR}/foo"
     1.9  CT_TestAndAbort "Your file system in '${CT_WORK_DIR}' is *not* case-sensitive!" -f "${CT_WORK_DIR}/FOO"
    1.10 +CT_DoExecLog DEBUG rm -f "${CT_WORK_DIR}/foo"
    1.11  
    1.12  # Create the bin-overide early
    1.13  # Contains symlinks to the tools found by ./configure
    1.14 @@ -206,8 +207,9 @@
    1.15  [ -n "${CT_DEBUG_CT_SAVE_STEPS}" ] && CT_DoExecLog ALL mkdir -p "${CT_STATE_DIR}"
    1.16  
    1.17  # Check install file system case-sensitiveness
    1.18 -touch "${CT_PREFIX_DIR}/foo"
    1.19 +CT_DoExecLog DEBUG touch "${CT_PREFIX_DIR}/foo"
    1.20  CT_TestAndAbort "Your file system in '${CT_PREFIX_DIR}' is *not* case-sensitive!" -f "${CT_PREFIX_DIR}/FOO"
    1.21 +CT_DoExecLog DEBUG rm -f "${CT_PREFIX_DIR}/foo"
    1.22  
    1.23  # Kludge: CT_INSTALL_DIR and CT_PREFIX_DIR might have grown read-only if
    1.24  # the previous build was successful. To be able to move the logfile there,