On Mon, Mar 6, 2017 at 3:43 PM, Dmitry V. Levin <l...@altlinux.org> wrote:
> On Mon, Mar 06, 2017 at 02:40:48PM +0530, Abhishek Tiwari wrote:
> [...]
>> Corrected format of the commit message and performed rebase. Please
>> review the attached patch
>
>> From 0ab59994b2e24e85734cbe14200f31f3e4d4e4e1 Mon Sep 17 00:00:00 2001
>> From: Abhishek Tiwari <erabhishektiwar...@gmail.com>
>> Date: Mon, 6 Mar 2017 11:48:54 +0530
>> Subject: [PATCH v4] Updated the files in order to install strace from git
>
> One might read from this description that you are implementing "install
> strace from git".
>
>> Changes to be committed:
>> new file:   INSTALL-git.md
>> modified:   README-hacking
>> modified:   README.md
>
> Sorry but this is not a ChangeLog-style entry.  Please have a look
> at git log output to get an idea how do they look like.  See also
> https://www.gnu.org/prep/standards/html_node/Style-of-Change-Logs.html
>
>> ---
>>  INSTALL-git.md | 8 ++++++++
>>  README-hacking | 6 +-----
>>  README.md      | 2 ++
>>  3 files changed, 11 insertions(+), 5 deletions(-)
>>  create mode 100644 INSTALL-git.md
>>
>> diff --git a/INSTALL-git.md b/INSTALL-git.md
>> new file mode 100644
>> index 0000000..fee14d1
>> --- /dev/null
>> +++ b/INSTALL-git.md
>> @@ -0,0 +1,8 @@
>> +Install Strace from git
>
> strace is always lowercase
>
>
> --
> ldv
>
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> _______________________________________________
> Strace-devel mailing list
> Strace-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/strace-devel
>

Thank you for keeping up with me and giving your valuable time.
 Updated patch file is attached. Please review.
From 79cfa5613d90c87e0b29ada3a7075eb0660d19b8 Mon Sep 17 00:00:00 2001
From: Abhishek Tiwari <erabhishektiwar...@gmail.com>
Date: Mon, 6 Mar 2017 20:21:23 +0530
Subject: [PATCH v5] Updated information in order to build strace from its
 source on GITHUB

* INSTALL-git.md: Add steps to follow to build strace from source.
* README.md: Add reference to INSTALL-git.md.
* README-hacking: Likewise.
---
 INSTALL-git.md | 8 ++++++++
 README-hacking | 6 +-----
 README.md      | 2 ++
 3 files changed, 11 insertions(+), 5 deletions(-)
 create mode 100644 INSTALL-git.md

diff --git a/INSTALL-git.md b/INSTALL-git.md
new file mode 100644
index 0000000..b22df2c
--- /dev/null
+++ b/INSTALL-git.md
@@ -0,0 +1,8 @@
+Build strace from source downloaded/cloned from GITHUB
+======================================================
+If you use the GIT version of strace there will be some files missing
+that you need to build strace.  These files are generated by tools from
+the GNU Autoconf and Automake packages.
+
+Note: rather than running `autoreconf` directly, use the `./bootstrap` script
+and follow the instructions given in given in [INSTALL](INSTALL) file for further installation.
diff --git a/README-hacking b/README-hacking
index 16d12c0..ff8ce12 100644
--- a/README-hacking
+++ b/README-hacking
@@ -1,10 +1,6 @@
 Requirements
 ============
-If you use the GIT version of strace there will be some files missing
-that you need to build strace.  These files are generated by tools from
-the GNU Autoconf and Automake packages.
-
-Note: rather than run `autoreconf' directly, use the `./bootstrap' script.
+If you use the GIT version of strace, please refer to INSTALL-git.md file.
 
 
 No more ChangeLog file
diff --git a/README.md b/README.md
index 9350ec1..6e74285 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,8 @@ strace is released under a Berkeley-style license at the request of Paul Kranenb
 
 See the file [NEWS](NEWS) for information on what has changed in recent versions.
 
+Please read the file [INSTALL-git](INSTALL-git) for installation instructions.
+
 Please send bug reports and enhancements to [the strace mailing list](https://lists.sourceforge.net/lists/listinfo/strace-devel).
 
 [![Build Status](https://travis-ci.org/strace/strace.svg?branch=master)](https://travis-ci.org/strace/strace) [![Code Coverage](https://codecov.io/github/strace/strace/coverage.svg?branch=master)](https://codecov.io/github/strace/strace?branch=master)
-- 
2.7.4

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Strace-devel mailing list
Strace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to