Re: [ovs-dev] [PATCH 1/2] dist-docs: Properly pass "make" options into sub-make.

2016-02-09 Thread Ben Pfaff
On Tue, Feb 09, 2016 at 08:46:56AM -0500, Russell Bryant wrote: > On 02/08/2016 11:18 PM, Ben Pfaff wrote: > > In particular this ensures that the sub-make that dist-docs runs has the > > benefit of any parallelism flags passed into the top-level make. > > > > Signed-off-by: Ben Pfaff > > diff -

Re: [ovs-dev] [PATCH 1/2] dist-docs: Properly pass "make" options into sub-make.

2016-02-09 Thread Russell Bryant
On 02/08/2016 11:18 PM, Ben Pfaff wrote: > In particular this ensures that the sub-make that dist-docs runs has the > benefit of any parallelism flags passed into the top-level make. > > Signed-off-by: Ben Pfaff > --- > Makefile.am | 2 +- > build-aux/dist-docs | 2 +- > 2 files changed,

[ovs-dev] [PATCH 1/2] dist-docs: Properly pass "make" options into sub-make.

2016-02-08 Thread Ben Pfaff
In particular this ensures that the sub-make that dist-docs runs has the benefit of any parallelism flags passed into the top-level make. Signed-off-by: Ben Pfaff --- Makefile.am | 2 +- build-aux/dist-docs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.a