[Cmake-commits] CMake branch, next, updated. v2.8.4-1165-gf3487ce

Eric Noulard eric.noulard at gmail.com
Mon Mar 14 16:13:06 EDT 2011


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  f3487ceddc2e009f28ad7e8a51a9e2f160250b4e (commit)
       via  ade04de7ecc04e2b3e336e32789c8198b38ca986 (commit)
      from  c05ee313b130d3574ddf1277fa43bb694237c234 (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=f3487ceddc2e009f28ad7e8a51a9e2f160250b4e
commit f3487ceddc2e009f28ad7e8a51a9e2f160250b4e
Merge: c05ee31 ade04de
Author:     Eric Noulard <eric.noulard at gmail.com>
AuthorDate: Mon Mar 14 16:13:02 2011 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Mar 14 16:13:02 2011 -0400

    Merge topic 'CPackRPM-TestWithMoreTraces' into next
    
    ade04de Remove debbuging typo


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ade04de7ecc04e2b3e336e32789c8198b38ca986
commit ade04de7ecc04e2b3e336e32789c8198b38ca986
Author:     Eric NOULARD <eric.noulard at gmail.com>
AuthorDate: Mon Mar 14 21:12:26 2011 +0100
Commit:     Eric NOULARD <eric.noulard at gmail.com>
CommitDate: Mon Mar 14 21:12:26 2011 +0100

    Remove debbuging typo

diff --git a/Tests/CPackComponentsForAll/SystemSpecificInformations.cmake b/Tests/CPackComponentsForAll/SystemSpecificInformations.cmake
index 942cb2b..8d11400 100644
--- a/Tests/CPackComponentsForAll/SystemSpecificInformations.cmake
+++ b/Tests/CPackComponentsForAll/SystemSpecificInformations.cmake
@@ -88,7 +88,7 @@ if(UNIX)
     set(SPECIFIC_SYSTEM_VERSION_NAME "${CMAKE_SYSTEM_NAME}")
     set(SPECIFIC_SYSTEM_PREFERED_CPACK_GENERATOR "TGZ")
     find_program(LSB_RELEASE_EXECUTABLE lsb_release)
-    if(LSB_RELEASE_EXECUTABLEF)
+    if(LSB_RELEASE_EXECUTABLE)
       execute_process(COMMAND ${LSB_RELEASE_EXECUTABLE} -i
                       OUTPUT_VARIABLE _TMP_LSB_RELEASE_OUTPUT
                       ERROR_QUIET
@@ -145,7 +145,7 @@ if(UNIX)
       endif(LINUX_ISSUE MATCHES "SUSE")
       # Mandriva case
       # TODO
-    endif(LSB_RELEASE_EXECUTABLEF)
+    endif(LSB_RELEASE_EXECUTABLE)
     # Now mangle some names
     set(LINUX_NAME "${DISTRO_ID}_${DISTRO_RELEASE}")
     if(DISTRO_ID MATCHES "Fedora|Mandriva|SUSE|OpenSUSE")
@@ -161,4 +161,4 @@ if(UNIX)
   set(SPECIFIC_SYSTEM_VERSION_NAME
      "${SPECIFIC_SYSTEM_VERSION_NAME}-${CMAKE_SYSTEM_PROCESSOR}")
   set(SPECIFIC_COMPILER_NAME "")
-endif(UNIX)
\ No newline at end of file
+endif(UNIX)

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

Summary of changes:
 .../SystemSpecificInformations.cmake               |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list