scripts/crosstool-NG.sh.in
changeset 1299 3448ac3f1a5d
parent 1272 ddac62e7c428
child 1318 5416f4ba36bf
child 1453 bfdcc6076d3b
     1.1 --- a/scripts/crosstool-NG.sh.in	Fri Mar 27 23:40:07 2009 +0000
     1.2 +++ b/scripts/crosstool-NG.sh.in	Mon Apr 20 21:10:03 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,