[Cmake-commits] CMake branch, next, updated. v2.8.2-741-gfd2f09f

Brad King brad.king at kitware.com
Fri Sep 10 13:30:10 EDT 2010


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  fd2f09f2a8f7340540abadc722b57c139b65d81f (commit)
       via  c7aa38ff39651479127a55c33935486d9d8fe6fb (commit)
      from  4e00f96c19ab7da885556437fbf54122ba81a748 (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=fd2f09f2a8f7340540abadc722b57c139b65d81f
commit fd2f09f2a8f7340540abadc722b57c139b65d81f
Merge: 4e00f96 c7aa38f
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Sep 10 13:30:07 2010 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Sep 10 13:30:07 2010 -0400

    Merge topic 'bootstrap-cflags' into next
    
    c7aa38f bootstrap: Honor CFLAGS during "make" test (#10545)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c7aa38ff39651479127a55c33935486d9d8fe6fb
commit c7aa38ff39651479127a55c33935486d9d8fe6fb
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Sep 10 11:39:43 2010 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Fri Sep 10 11:39:43 2010 -0400

    bootstrap: Honor CFLAGS during "make" test (#10545)

diff --git a/bootstrap b/bootstrap
index 01d9e15..0da868d 100755
--- a/bootstrap
+++ b/bootstrap
@@ -839,7 +839,7 @@ mkdir "${cmake_bootstrap_dir}/${TMPFILE}"
 cd "${cmake_bootstrap_dir}/${TMPFILE}"
 echo '
 test: test.c
-	"'"${cmake_c_compiler}"'" -o test test.c
+	"'"${cmake_c_compiler}"'" '"${cmake_ld_flags} ${cmake_c_flags}"' -o test test.c
 '>"Makefile"
 echo '
 #include <stdio.h>

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

Summary of changes:
 bootstrap |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list