summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2003-04-17 12:02:44 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2003-04-17 12:02:44 (GMT)
commit1181ac5ee71f820ac8363b12d262fbff509ce5e2 (patch)
tree9d9d475230ecb83ecd23831b31b12d8ff367f7df /bootstrap
parent65422964f793ad1004bf07cbc3021e80e7c241cd (diff)
downloadCMake-1181ac5ee71f820ac8363b12d262fbff509ce5e2.zip
CMake-1181ac5ee71f820ac8363b12d262fbff509ce5e2.tar.gz
CMake-1181ac5ee71f820ac8363b12d262fbff509ce5e2.tar.bz2
BUG: Rename Bootstrap directory to Bootstrap.cmk, so that on platforms such as Windows and Mac OSX it will break during in-source build
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index 12033e0..bf02c9c 100755
--- a/bootstrap
+++ b/bootstrap
@@ -30,7 +30,7 @@ CMAKE_SOURCES="\
cmake_source_dir=`echo $0 | sed -n '/\//{s/\/[^\/]*$//;p;}'`
cmake_source_dir=`(cd "${cmake_source_dir}";pwd)`
cmake_binary_dir=`pwd`
-cmake_bootstrap_dir="${cmake_binary_dir}/Bootstrap"
+cmake_bootstrap_dir="${cmake_binary_dir}/Bootstrap.cmk"
cmake_usage()
{
@@ -316,7 +316,7 @@ for a in ${CMAKE_SOURCES}; do
echo " ${cmake_cxx_compiler} ${cmake_cxx_flags} -c ${src} -o ${a}.o" >> "${cmake_bootstrap_dir}/Makefile"
done
-# Write prefix to Bootstrap/InitialConfigureFlags.cmake
+# Write prefix to Bootstrap.cmk/InitialConfigureFlags.cmake
echo "SET (CMAKE_CONFIGURE_INSTALL_PREFIX \"${cmake_prefix_dir}\" CACHE PATH \"Install path prefix, prepended onto install directories, For CMake this will always override CMAKE_INSTALL_PREFIX in the cache.\")" > "${cmake_bootstrap_dir}/InitialConfigureFlags.cmake"
echo "---------------------------------------------"