On Tue, Mar 7, 2017 at 3:01 AM, Dmitry V. Levin <l...@altlinux.org> wrote:
> On Mon, Mar 06, 2017 at 08:35:07PM +0530, Abhishek Tiwari wrote:
> [...]
>> 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
>
> I think this documentation covers build from any strace git repository
> and is not specific to github.
>
>> * INSTALL-git.md: Add steps to follow to build strace from source.
>
> I suggest a different wording:
> Describe how to build strace from git repository.
>
>> * 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
>
> Likewise, this is not specific to github.
>
>
> --
> ldv
>
> ------------------------------------------------------------------------------
> Announcing the Oxford Dictionaries API! The API offers world-renowned
> dictionary content that is easy and intuitive to access. Sign up for an
> account today to start using our lexical data to power your apps and
> projects. Get started today and enter our developer competition.
> http://sdm.link/oxford
> _______________________________________________
> Strace-devel mailing list
> Strace-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/strace-devel
>
Made changes in description of commit message and INSTALL-git.md.
Sir,
What unix system calls are to be grouped as open-like system calls?
mq_open, perf_event_open, open_by_handle_at, openat
and I can't find open system call inside linux/32/syscallent.h ?
Thank you.
From bfb8f2576e947b8b1abd7709f1ae8277d77e3c2a Mon Sep 17 00:00:00 2001
From: Abhishek Tiwari <erabhishektiwar...@gmail.com>
Date: Tue, 7 Mar 2017 08:49:30 +0530
Subject: [PATCH v6] Updated information in order to build strace from git
repository
* INSTALL-git.md: Describe how to build strace from git repository.
* 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..304f1d4
--- /dev/null
+++ b/INSTALL-git.md
@@ -0,0 +1,8 @@
+Build strace from git repository
+================================
+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).
[](https://travis-ci.org/strace/strace) [](https://codecov.io/github/strace/strace?branch=master)
--
2.7.4
------------------------------------------------------------------------------
Announcing the Oxford Dictionaries API! The API offers world-renowned
dictionary content that is easy and intuitive to access. Sign up for an
account today to start using our lexical data to power your apps and
projects. Get started today and enter our developer competition.
http://sdm.link/oxford
_______________________________________________
Strace-devel mailing list
Strace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/strace-devel