[Cmake-commits] CMake branch, next, updated. v3.2.2-2899-g394e783

Brad King brad.king at kitware.com
Mon May 18 11:55:21 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  394e783dec0bdad2e7c276d9d061370f0046989e (commit)
       via  8f719c58fbd5787cb5d7af39a042859ac2753a12 (commit)
      from  0bf0824211883e7d1e652de1f7c85e1563ce2513 (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 -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=394e783dec0bdad2e7c276d9d061370f0046989e
commit 394e783dec0bdad2e7c276d9d061370f0046989e
Merge: 0bf0824 8f719c5
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon May 18 11:55:20 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon May 18 11:55:20 2015 -0400

    Merge topic 'clean-up-makefile-generators' into next
    
    8f719c58 fixup! cmGlobalUnixMakefileGenerator3: Host the UnixCD.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=8f719c58fbd5787cb5d7af39a042859ac2753a12
commit 8f719c58fbd5787cb5d7af39a042859ac2753a12
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon May 18 11:54:41 2015 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon May 18 11:54:41 2015 -0400

    fixup! cmGlobalUnixMakefileGenerator3: Host the UnixCD.

diff --git a/Source/cmGlobalMSYSMakefileGenerator.cxx b/Source/cmGlobalMSYSMakefileGenerator.cxx
index 6c75f76..2ac136e 100644
--- a/Source/cmGlobalMSYSMakefileGenerator.cxx
+++ b/Source/cmGlobalMSYSMakefileGenerator.cxx
@@ -23,7 +23,6 @@ cmGlobalMSYSMakefileGenerator::cmGlobalMSYSMakefileGenerator()
   this->UseLinkScript = false;
   this->MSYSShell = true;
   this->PassMakeflags = true;
-  this->UnixCD = false;
 }
 
 std::string
diff --git a/Source/cmGlobalMinGWMakefileGenerator.cxx b/Source/cmGlobalMinGWMakefileGenerator.cxx
index 8e59ef1..e3ba2cd 100644
--- a/Source/cmGlobalMinGWMakefileGenerator.cxx
+++ b/Source/cmGlobalMinGWMakefileGenerator.cxx
@@ -22,7 +22,6 @@ cmGlobalMinGWMakefileGenerator::cmGlobalMinGWMakefileGenerator()
   this->WindowsShell = true;
   this->MinGWMake = true;
   this->PassMakeflags = true;
-  this->UnixCD = false;
 }
 
 void cmGlobalMinGWMakefileGenerator

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

Summary of changes:
 Source/cmGlobalMSYSMakefileGenerator.cxx  |    1 -
 Source/cmGlobalMinGWMakefileGenerator.cxx |    1 -
 2 files changed, 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list