Re: [ovs-dev] [PATCH] Makefiles: Fix invocation of dot2pic when builddir != srcdir.

2014-05-09 Thread Ben Pfaff
I thought everyone knew. OK, I will write up some text for INSTALL. On May 8, 2014 11:31 PM, "Andy Zhou" wrote: > This is great and I was not aware of this. Although I knew GCC and GDB > builds support build directories. > > IMHO, It will be helpful to other developers as well. > > On Thu, May 8

Re: [ovs-dev] [PATCH] Makefiles: Fix invocation of dot2pic when builddir != srcdir.

2014-05-08 Thread Andy Zhou
This is great and I was not aware of this. Although I knew GCC and GDB builds support build directories. IMHO, It will be helpful to other developers as well. On Thu, May 8, 2014 at 9:42 PM, Ben Pfaff wrote: > On Fri, May 09, 2014 at 01:37:19PM +0900, YAMAMOTO Takashi wrote: >> > On Fri, May 09,

Re: [ovs-dev] [PATCH] Makefiles: Fix invocation of dot2pic when builddir != srcdir.

2014-05-08 Thread Ben Pfaff
On Fri, May 09, 2014 at 01:37:19PM +0900, YAMAMOTO Takashi wrote: > > On Fri, May 09, 2014 at 01:26:03PM +0900, YAMAMOTO Takashi wrote: > >> sorry, i didn't know builddir can be different from srcdir. > > > > I guess not everyone builds that way but I like to have multiple > > builddirs so that I

Re: [ovs-dev] [PATCH] Makefiles: Fix invocation of dot2pic when builddir != srcdir.

2014-05-08 Thread YAMAMOTO Takashi
> On Fri, May 09, 2014 at 01:26:03PM +0900, YAMAMOTO Takashi wrote: >> sorry, i didn't know builddir can be different from srcdir. > > I guess not everyone builds that way but I like to have multiple > builddirs so that I can easily do both Clang and GCC builds off a single > source tree. sounds

Re: [ovs-dev] [PATCH] Makefiles: Fix invocation of dot2pic when builddir != srcdir.

2014-05-08 Thread Ben Pfaff
On Fri, May 09, 2014 at 01:26:03PM +0900, YAMAMOTO Takashi wrote: > sorry, i didn't know builddir can be different from srcdir. I guess not everyone builds that way but I like to have multiple builddirs so that I can easily do both Clang and GCC builds off a single source tree. > > - (dot -T pl

Re: [ovs-dev] [PATCH] Makefiles: Fix invocation of dot2pic when builddir != srcdir.

2014-05-08 Thread YAMAMOTO Takashi
sorry, i didn't know builddir can be different from srcdir. > CC: YAMAMOTO Takashi > Signed-off-by: Ben Pfaff > --- > vswitchd/automake.mk | 2 +- > vtep/automake.mk | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/vswitchd/automake.mk b/vswitchd/automake.mk > in

[ovs-dev] [PATCH] Makefiles: Fix invocation of dot2pic when builddir != srcdir.

2014-05-08 Thread Ben Pfaff
CC: YAMAMOTO Takashi Signed-off-by: Ben Pfaff --- vswitchd/automake.mk | 2 +- vtep/automake.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vswitchd/automake.mk b/vswitchd/automake.mk index fd291ef..a09605f 100644 --- a/vswitchd/automake.mk +++ b/vswitchd/automake.