[Cmake-commits] CMake branch, next, updated. v3.4.0-rc2-1168-g1df2cc2

Brad King brad.king at kitware.com
Wed Oct 28 15:13:19 EDT 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  1df2cc256c7a60d3075390a5dd7704332ab1444b (commit)
       via  3b0c074345065e623e08eb9b1d12061f6db14be1 (commit)
      from  f14b0bbbf19f09d914635688d325f72dfd450898 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1df2cc256c7a60d3075390a5dd7704332ab1444b
commit 1df2cc256c7a60d3075390a5dd7704332ab1444b
Merge: f14b0bb 3b0c074
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Oct 28 15:13:18 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Oct 28 15:13:18 2015 -0400

    Merge topic 'bootstrap-cleanup' into next
    
    3b0c0743 bootstrap: Drop unused KWSys header directories


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3b0c074345065e623e08eb9b1d12061f6db14be1
commit 3b0c074345065e623e08eb9b1d12061f6db14be1
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Oct 28 11:29:30 2015 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Wed Oct 28 15:10:57 2015 -0400

    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.

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"

-----------------------------------------------------------------------

Summary of changes:
 bootstrap |    7 -------
 1 file changed, 7 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list