mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-21 13:47:48 +00:00
Remove test files.
/trunk/scripts/crosstool-NG.sh.in | 6 4 2 0 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)
This commit is contained in:
parent
a67e4ef99f
commit
edf2be89a1
@ -33,8 +33,9 @@ CT_WORK_DIR="${CT_WORK_DIR:-${CT_TOP_DIR}/targets}"
|
||||
CT_DoExecLog ALL mkdir -p "${CT_WORK_DIR}"
|
||||
|
||||
# Check build file system case-sensitiveness
|
||||
touch "${CT_WORK_DIR}/foo"
|
||||
CT_DoExecLog DEBUG touch "${CT_WORK_DIR}/foo"
|
||||
CT_TestAndAbort "Your file system in '${CT_WORK_DIR}' is *not* case-sensitive!" -f "${CT_WORK_DIR}/FOO"
|
||||
CT_DoExecLog DEBUG rm -f "${CT_WORK_DIR}/foo"
|
||||
|
||||
# Create the bin-overide early
|
||||
# Contains symlinks to the tools found by ./configure
|
||||
@ -206,8 +207,9 @@ CT_DoExecLog ALL mkdir -p "${CT_CC_CORE_SHARED_PREFIX_DIR}"
|
||||
[ -n "${CT_DEBUG_CT_SAVE_STEPS}" ] && CT_DoExecLog ALL mkdir -p "${CT_STATE_DIR}"
|
||||
|
||||
# Check install file system case-sensitiveness
|
||||
touch "${CT_PREFIX_DIR}/foo"
|
||||
CT_DoExecLog DEBUG touch "${CT_PREFIX_DIR}/foo"
|
||||
CT_TestAndAbort "Your file system in '${CT_PREFIX_DIR}' is *not* case-sensitive!" -f "${CT_PREFIX_DIR}/FOO"
|
||||
CT_DoExecLog DEBUG rm -f "${CT_PREFIX_DIR}/foo"
|
||||
|
||||
# Kludge: CT_INSTALL_DIR and CT_PREFIX_DIR might have grown read-only if
|
||||
# the previous build was successful. To be able to move the logfile there,
|
||||
|
Loading…
Reference in New Issue
Block a user