[Cmake-commits] CMake branch, next, updated. v3.1.0-rc1-332-g9c516ed

Brad King brad.king at kitware.com
Wed Nov 5 11:13:50 EST 2014


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  9c516edb5426949253d74464d923bf67bc82345e (commit)
       via  25bae877dbfcd3c37091f32fa1b8ae1bf65125cc (commit)
      from  bff33bd91319ca7bccb42830968cd8bd884fce73 (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=9c516edb5426949253d74464d923bf67bc82345e
commit 9c516edb5426949253d74464d923bf67bc82345e
Merge: bff33bd 25bae87
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Nov 5 11:13:49 2014 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Nov 5 11:13:49 2014 -0500

    Merge topic 'fix-gcc-hppa' into next
    
    25bae877 bootstrap: Initialize cmake_machine_parisc on non-Linux systems


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=25bae877dbfcd3c37091f32fa1b8ae1bf65125cc
commit 25bae877dbfcd3c37091f32fa1b8ae1bf65125cc
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Nov 5 11:13:37 2014 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Wed Nov 5 11:13:37 2014 -0500

    bootstrap: Initialize cmake_machine_parisc on non-Linux systems

diff --git a/bootstrap b/bootstrap
index 904e6be..f8f6d64 100755
--- a/bootstrap
+++ b/bootstrap
@@ -133,6 +133,7 @@ if echo "${cmake_system}" | grep Linux >/dev/null 2>&1; then
   fi
 else
   cmake_system_linux=false
+  cmake_machine_parisc=false
 fi
 
 # Choose the generator to use for bootstrapping.

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

Summary of changes:
 bootstrap |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list