[Cmake-commits] CMake branch, next, updated. v3.0.0-rc1-1128-ge5eb2ec
Brad King
brad.king at kitware.com
Mon Mar 17 10:25:13 EDT 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 e5eb2ec325484e7f6b1d1e4bbca0d6667aa8be89 (commit)
via fbc883c94237a488084e863a79e5301c12171aa6 (commit)
from 102aee91e439d63a400c339e9ba30eae68ac57dc (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=e5eb2ec325484e7f6b1d1e4bbca0d6667aa8be89
commit e5eb2ec325484e7f6b1d1e4bbca0d6667aa8be89
Merge: 102aee9 fbc883c
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Mar 17 10:25:12 2014 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Mar 17 10:25:12 2014 -0400
Merge topic 'watcom-updates' into next
fbc883c9 Watcom: Add one blank line to Makefile for better readability
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=fbc883c94237a488084e863a79e5301c12171aa6
commit fbc883c94237a488084e863a79e5301c12171aa6
Author: Jiri Malak <malak.jiri at gmail.com>
AuthorDate: Sun Mar 16 12:35:18 2014 +0100
Commit: Brad King <brad.king at kitware.com>
CommitDate: Mon Mar 17 10:23:52 2014 -0400
Watcom: Add one blank line to Makefile for better readability
diff --git a/Source/cmLocalUnixMakefileGenerator3.cxx b/Source/cmLocalUnixMakefileGenerator3.cxx
index 2d36089..d3836df 100644
--- a/Source/cmLocalUnixMakefileGenerator3.cxx
+++ b/Source/cmLocalUnixMakefileGenerator3.cxx
@@ -829,6 +829,7 @@ cmLocalUnixMakefileGenerator3
"!ifndef VERBOSE\n"
".SILENT\n"
"!endif\n"
+ "\n"
;
}
else
-----------------------------------------------------------------------
Summary of changes:
Source/cmLocalUnixMakefileGenerator3.cxx | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list