Re: [dpdk-dev] [PATCH] doc: add default values of install variables

2017-02-27 Thread Thomas Monjalon
> > The variables DESTDIR and prefix are used with "make install" > > to copy the files in $DESTDIR$prefix. > > Their default values will be shown when calling "make help". > > > > Signed-off-by: Thomas Monjalon > > Acked-by: John McNamara Applied

Re: [dpdk-dev] [PATCH] doc: add default values of install variables

2017-02-20 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Thomas Monjalon > Sent: Friday, February 17, 2017 3:59 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] doc: add default values of install variables > > The variables DESTDIR and prefi

[dpdk-dev] [PATCH] doc: add default values of install variables

2017-02-17 Thread Thomas Monjalon
The variables DESTDIR and prefix are used with "make install" to copy the files in $DESTDIR$prefix. Their default values will be shown when calling "make help". Signed-off-by: Thomas Monjalon --- doc/build-sdk-quick.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/