[Cmake-commits] CMake branch, next, updated. v2.8.11.2-4440-gebc6799

Rolf Eike Beer eike at sf-mail.de
Sun Oct 6 01:32:46 EDT 2013


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  ebc6799ac610d0671666b1001fb81d9f1cd4f022 (commit)
       via  9a6e363d964beaa2714d43868a4836b606a869e3 (commit)
      from  18ed6808e8f8b793747fe833107035d79346be1c (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=ebc6799ac610d0671666b1001fb81d9f1cd4f022
commit ebc6799ac610d0671666b1001fb81d9f1cd4f022
Merge: 18ed680 9a6e363
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Sun Oct 6 01:32:45 2013 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sun Oct 6 01:32:45 2013 -0400

    Merge topic 'haiku-updates' into next
    
    9a6e363 fix line length


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9a6e363d964beaa2714d43868a4836b606a869e3
commit 9a6e363d964beaa2714d43868a4836b606a869e3
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Sun Oct 6 07:32:18 2013 +0200
Commit:     Rolf Eike Beer <eike at sf-mail.de>
CommitDate: Sun Oct 6 07:32:18 2013 +0200

    fix line length

diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx
index e6166cb..bd233f7 100644
--- a/Source/cmLocalGenerator.cxx
+++ b/Source/cmLocalGenerator.cxx
@@ -352,7 +352,8 @@ void cmLocalGenerator::GenerateInstallRules()
   char dir[B_PATH_NAME_LENGTH];
   if (!prefix)
     {
-    if (find_directory(B_SYSTEM_DIRECTORY, -1, false, dir, sizeof(dir)) == B_OK)
+    if (find_directory(B_SYSTEM_DIRECTORY, -1, false, dir, sizeof(dir))
+        == B_OK)
       {
       prefix = dir;
       }

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

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


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list