summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-10-28 15:29:30 (GMT)
committerBrad King <brad.king@kitware.com>2015-10-28 19:10:57 (GMT)
commit3b0c074345065e623e08eb9b1d12061f6db14be1 (patch)
tree93ea6e296aa443ea1bd621f21c0ac3a96c6c350f /bootstrap
parent2fd5fd1f4d93322e85d662c1467a46cd7da84560 (diff)
downloadCMake-3b0c074345065e623e08eb9b1d12061f6db14be1.zip
CMake-3b0c074345065e623e08eb9b1d12061f6db14be1.tar.gz
CMake-3b0c074345065e623e08eb9b1d12061f6db14be1.tar.bz2
bootstrap: Drop unused KWSys header directories
KWSys no longer needs the cmsys/{ios,stl} directories so we no longer populate them. We no longer need to create them either.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap7
1 files changed, 0 insertions, 7 deletions
diff --git a/bootstrap b/bootstrap
index 9541cc8..b2421a1 100755
--- a/bootstrap
+++ b/bootstrap
@@ -702,13 +702,6 @@ if [ ! -d "cmsys" ]; then
cmake_error 4 "Cannot create directory ${cmake_bootstrap_dir}/cmsys"
fi
-for a in stl ios; do
- [ -d "cmsys/${a}" ] || mkdir "cmsys/${a}"
- if [ ! -d "cmsys/${a}" ]; then
- cmake_error 5 "Cannot create directory ${cmake_bootstrap_dir}/cmsys/${a}"
- fi
-done
-
[ -d "cmIML" ] || mkdir "cmIML"
if [ ! -d "cmIML" ]; then
cmake_error 12 "Cannot create directory ${cmake_bootstrap_dir}/cmIML"