gawk-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gawk-diffs] [SCM] gawk branch, cmake, updated. fa30c4248c55cbce828bd9f3


From: Juergen Kahrs
Subject: [gawk-diffs] [SCM] gawk branch, cmake, updated. fa30c4248c55cbce828bd9f31f5d45ca842464b3
Date: Fri, 08 Feb 2013 12:51:40 +0000

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 "gawk".

The branch, cmake has been updated
       via  fa30c4248c55cbce828bd9f31f5d45ca842464b3 (commit)
      from  ac9bad12d159288eeaf704da3aeed63a859339cf (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://git.sv.gnu.org/cgit/gawk.git/commit/?id=fa30c4248c55cbce828bd9f31f5d45ca842464b3

commit fa30c4248c55cbce828bd9f31f5d45ca842464b3
Author: Juergen Kahrs <address@hidden>
Date:   Fri Feb 8 13:50:41 2013 +0100

    Added some more hints about what to do.

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 13ff8a5..a67ed2a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -270,5 +270,9 @@ set (GAWK_SOURCES ${GAWK_SOURCES}
 add_executable (gawk ${GAWK_SOURCES})
 target_link_libraries (gawk m ${EXTRA_LIBS})
 
-add_subdirectory(test)
-add_subdirectory(doc)
+if(${CMAKE_CROSSCOMPILING} STREQUAL "TRUE")
+else()
+  add_subdirectory(test)
+  add_subdirectory(doc)
+endif()
+
diff --git a/cmake/README.txt b/cmake/README.txt
index aae024c..d6e693b 100644
--- a/cmake/README.txt
+++ b/cmake/README.txt
@@ -19,7 +19,20 @@ should do this, read
   ./gawk --version
 Notice that this git-checkout allows you to read the source code,
 track the cmake branch and get updates. You will not be able to
-commit anything. http://savannah.gnu.org/maintenance/UsingGit
+commit anything.
+
+- How can I use git to contribute source code ?
+You need an account at Savannah. Read this to understand the first steps:
+  http://savannah.gnu.org/maintenance/UsingGit
+  README.git
+Use your account there to register your public ssh key at Savannah.
+Then you are ready to checkout. Remember that (when cloning) you are
+setting up your own local repository and make sure you configure it
+properly.
+  git clone ssh://address@hidden/srv/git/gawk.git
+  git config --global user.name "first-name last-name"
+  git config --global user.email address@hidden
+  git config --global color.ui auto
 
 - What is the current status of the cmake branch ?
 It has just begun, pre-alpha, unclear if it will ever be taken up

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

Summary of changes:
 CMakeLists.txt   |    8 ++++++--
 cmake/README.txt |   15 ++++++++++++++-
 2 files changed, 20 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]