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  b73a2d2cdc48ca73c4ffa634500edba9d6be47f3 (commit)
       via  844f98c1fd1c9c61f1d73310ee1eb712528cd00f (commit)
      from  5615032515324d017f9181de515b18f2b8ac22dd (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=b73a2d2cdc48ca73c4ffa634500edba9d6be47f3
commit b73a2d2cdc48ca73c4ffa634500edba9d6be47f3
Merge: 5615032 844f98c
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Fri Dec 19 10:39:45 2014 -0500
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Fri Dec 19 10:39:45 2014 -0500

    Merge topic 'doc-mingw-makefiles' into next
    
    844f98c1 Help: Clarify MinGW v. MSYS Makefiles generators (#15319)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=844f98c1fd1c9c61f1d73310ee1eb712528cd00f
commit 844f98c1fd1c9c61f1d73310ee1eb712528cd00f
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Fri Dec 19 08:51:17 2014 -0500
Commit:     Brad King <brad.k...@kitware.com>
CommitDate: Fri Dec 19 09:07:25 2014 -0500

    Help: Clarify MinGW v. MSYS Makefiles generators (#15319)
    
    Explain the usage of each generator more clearly and reference each as
    an alternative to the other.
    
    Suggested-by: Craig Hicks <hicks...@hotmail.com>

diff --git a/Help/generator/MSYS Makefiles.rst b/Help/generator/MSYS 
Makefiles.rst
index 0b89126..f7cfa44 100644
--- a/Help/generator/MSYS Makefiles.rst 
+++ b/Help/generator/MSYS Makefiles.rst 
@@ -1,7 +1,11 @@
 MSYS Makefiles
 --------------
 
-Generates MSYS makefiles.
+Generates makefiles for use with MSYS ``make`` under the MSYS shell.
 
-The makefiles use /bin/sh as the shell.  They require msys to be
-installed on the machine.
+Use this generator in a MSYS shell prompt and using ``make`` as the build
+tool.  The generated makefiles use ``/bin/sh`` as the shell to launch build
+rules.  They are not compatible with a Windows command prompt.
+
+To build under a Windows command prompt, use the
+:generator:`MinGW Makefiles` generator.
diff --git a/Help/generator/MinGW Makefiles.rst b/Help/generator/MinGW 
Makefiles.rst
index ed4ccdd..9fe5fe3 100644
--- a/Help/generator/MinGW Makefiles.rst        
+++ b/Help/generator/MinGW Makefiles.rst        
@@ -1,7 +1,12 @@
 MinGW Makefiles
 ---------------
 
-Generates a make file for use with mingw32-make.
+Generates makefiles for use with ``mingw32-make`` under a Windows command
+prompt.
 
-The makefiles generated use cmd.exe as the shell.  They do not require
-msys or a unix shell.
+Use this generator under a Windows command prompt with MinGW in the ``PATH``
+and using ``mingw32-make`` as the build tool.  The generated makefiles use
+``cmd.exe`` as the shell to launch build rules.  They are not compatible with
+MSYS or a unix shell.
+
+To build under the MSYS shell, use the :generator:`MSYS Makefiles` generator.

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

Summary of changes:


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/mailman/listinfo/cmake-commits

Reply via email to