[Cmake-commits] CMake branch, next, updated. v2.8.8-3162-gd95b550

Peter Kuemmel syntheticpp at gmx.net
Thu Jun 14 10:02:17 EDT 2012


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  d95b55031e66675c6f90b2a0de7442a1f78b0fe6 (commit)
       via  1d55ea557d30bfb42e5f1a7df431d144d1c9696b (commit)
      from  deb33fa6afa45db72beab6bcf2bc116c2f55813f (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=d95b55031e66675c6f90b2a0de7442a1f78b0fe6
commit d95b55031e66675c6f90b2a0de7442a1f78b0fe6
Merge: deb33fa 1d55ea5
Author:     Peter Kuemmel <syntheticpp at gmx.net>
AuthorDate: Thu Jun 14 10:02:14 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Jun 14 10:02:14 2012 -0400

    Merge topic 'ninja-cldeps' into next
    
    1d55ea5 Ninja: fix Linux build


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1d55ea557d30bfb42e5f1a7df431d144d1c9696b
commit 1d55ea557d30bfb42e5f1a7df431d144d1c9696b
Author:     Peter Kuemmel <syntheticpp at gmx.net>
AuthorDate: Thu Jun 14 16:01:35 2012 +0200
Commit:     Peter Kuemmel <syntheticpp at gmx.net>
CommitDate: Thu Jun 14 16:01:35 2012 +0200

    Ninja: fix Linux build

diff --git a/Source/cmNinjaNormalTargetGenerator.cxx b/Source/cmNinjaNormalTargetGenerator.cxx
index 3030cf9..12e871f 100644
--- a/Source/cmNinjaNormalTargetGenerator.cxx
+++ b/Source/cmNinjaNormalTargetGenerator.cxx
@@ -496,7 +496,7 @@ void cmNinjaNormalTargetGenerator::WriteLinkStatement()
   cmdLineLimit = 8000;
 #else
   // cmdLineLimit = ?? TODO
-  isCmdSequenc = true;
+  suppressShell = true;
 #endif
   // Write the build statement for this target.
   cmGlobalNinjaGenerator::WriteBuild(this->GetBuildFileStream(),

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

Summary of changes:
 Source/cmNinjaNormalTargetGenerator.cxx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list