Add changelog entry
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
3b86d1b3c6
commit
6dd2e34848
1 changed files with 6 additions and 0 deletions
6
ChangeLog.d/fix-parllel-cmake-build-fail.txt
Normal file
6
ChangeLog.d/fix-parllel-cmake-build-fail.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
Bugfix
|
||||
* Fix a build bug : when parallel out-of-box build with cmake, it raise file
|
||||
not found error. That's due to same target is included in different sub-
|
||||
makefiles. And cmake will call the targets in different forked `make`
|
||||
process. As a result, the dependancy will be broken. This fix remove the
|
||||
targets in sub-makefiles and create a global target for it.
|
Loading…
Reference in a new issue