[PATCH v2] makefile: Add install rule

2018-11-14 Thread Gwendal Grignou
Add rule to install to a target directory, /usr/local/blktests by default. Signed-off-by: Gwendal Grignou --- Makefile | 11 ++- README.md| 3 +++ src/Makefile | 6 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 38b8ad1

Re: [PATCH blktests] makefile: Add install rule

2018-11-14 Thread Gwendal Grignou
On Wed, Nov 14, 2018 at 10:26 AM Omar Sandoval wrote: > > On Fri, Nov 09, 2018 at 07:15:24AM -0800, Gwendal Grignou wrote: > > Add rule to install to a target directory, /usr/local/blktests by > > default. > > This seems reasonale, but I'm curious, what's your use

[PATCH blktests] makefile: Add install rule

2018-11-09 Thread Gwendal Grignou
Add rule to install to a target directory, /usr/local/blktests by default. Signed-off-by: Gwendal Grignou --- Makefile | 9 + src/Makefile | 3 +++ 2 files changed, 12 insertions(+) diff --git a/Makefile b/Makefile index 38b8ad1..d7c2b74 100644 --- a/Makefile +++ b/Makefile @@ -1,9