Re: [ovs-dev] [PATCH] create dir if not exist

2015-08-25 Thread Rongqing Li
On 2015年08月26日 12:34, Ben Pfaff wrote: On Wed, Aug 26, 2015 at 12:28:49PM +0800, Rongqing Li wrote: On 2015年08月26日 11:48, Ben Pfaff wrote: On Wed, Aug 26, 2015 at 11:10:56AM +0800, rongqing...@windriver.com wrote: From: Roy Li If build dir is not same as the source code, make the target .i

Re: [ovs-dev] [PATCH] create dir if not exist

2015-08-25 Thread Ben Pfaff
On Wed, Aug 26, 2015 at 12:28:49PM +0800, Rongqing Li wrote: > On 2015年08月26日 11:48, Ben Pfaff wrote: > >On Wed, Aug 26, 2015 at 11:10:56AM +0800, rongqing...@windriver.com wrote: > >>From: Roy Li > >> > >>If build dir is not same as the source code, make the target .in wrong > >>due to no dir: >

Re: [ovs-dev] [PATCH] create dir if not exist

2015-08-25 Thread Rongqing Li
On 2015年08月26日 11:48, Ben Pfaff wrote: On Wed, Aug 26, 2015 at 11:10:56AM +0800, rongqing...@windriver.com wrote: From: Roy Li If build dir is not same as the source code, make the target .in wrong due to no dir: vswitchd/ovs-vswitchd.conf.db.5.tmp: No such file or directory The tar

Re: [ovs-dev] [PATCH] create dir if not exist

2015-08-25 Thread Ben Pfaff
On Wed, Aug 26, 2015 at 11:10:56AM +0800, rongqing...@windriver.com wrote: > From: Roy Li > > If build dir is not same as the source code, make the target .in wrong > due to no dir: > vswitchd/ovs-vswitchd.conf.db.5.tmp: No such file or directory > > The target .in has not dependency, but

[ovs-dev] [PATCH] create dir if not exist

2015-08-25 Thread rongqing.li
From: Roy Li If build dir is not same as the source code, make the target .in wrong due to no dir: vswitchd/ovs-vswitchd.conf.db.5.tmp: No such file or directory The target .in has not dependency, but in fact, it needs other target to create the dir to put its result, like builddir/vswit