]> code.ossystems Code Review - openembedded-core.git/commit
autotools.bbclass: mkdir ${B} -> mkdir -p ${B}
authorRobert Yang <liezhi.yang@windriver.com>
Wed, 16 Sep 2015 10:25:01 +0000 (03:25 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 16 Sep 2015 21:17:19 +0000 (22:17 +0100)
commit72682d72b52355c3fed947167ca3c6064340ead1
treeb43cd0cc1da9db8d1983f17431ffb5d251d6c831
parentd41e9fc53230a8fd911c61e018ea901caee4cafc
autotools.bbclass: mkdir ${B} -> mkdir -p ${B}

${B} is the default cwd of tasks, so there might be race issues such as:
| mkdir: cannot create directory `${B}': File exists
[snip]
NOTE: recipe perf-1.0-r9: task do_configure: Failed

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/autotools.bbclass