Re: [ovs-dev] [PATCH] automake: fix file paths for out-of-tree builds

2015-01-08 Thread Andy Zhou
You are right. I will drop the patch. On Wed, Jan 7, 2015 at 7:27 PM, Ben Pfaff wrote: > On Wed, Jan 07, 2015 at 07:55:11PM -0800, Andy Zhou wrote: >> Out of tree builds failed when trying to find the er-diagram *.pic >> files. Fixing by adding proper source path. >> >> Signed-off-by: Andy Zhou

Re: [ovs-dev] [PATCH] automake: fix file paths for out-of-tree builds

2015-01-07 Thread Ben Pfaff
On Wed, Jan 07, 2015 at 07:55:11PM -0800, Andy Zhou wrote: > Out of tree builds failed when trying to find the er-diagram *.pic > files. Fixing by adding proper source path. > > Signed-off-by: Andy Zhou I don't understand this patch. vswitch.pic is generated in the build directory: > vswitchd

[ovs-dev] [PATCH] automake: fix file paths for out-of-tree builds

2015-01-07 Thread Andy Zhou
Out of tree builds failed when trying to find the er-diagram *.pic files. Fixing by adding proper source path. Signed-off-by: Andy Zhou --- vswitchd/automake.mk | 2 +- vtep/automake.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vswitchd/automake.mk b/vswitchd/aut