Fix Multiple Targets and Parallel builds issue accepted/tizen_6.5_unified accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix tizen_7.0 tizen_7.0_hotfix accepted/tizen/6.5/unified/20211028.224209 accepted/tizen/7.0/unified/20221110.061308 accepted/tizen/7.0/unified/hotfix/20221116.111203 accepted/tizen/unified/20210928.125403 submit/tizen/20210924.054742 submit/tizen_6.5/20211028.163601 tizen_6.5.m2_release tizen_7.0_m2_release
authorKunhoon Baik <knhoon.baik@samsung.com>
Fri, 24 Sep 2021 05:40:24 +0000 (14:40 +0900)
committerKunhoon Baik <knhoon.baik@samsung.com>
Fri, 24 Sep 2021 05:40:24 +0000 (14:40 +0900)
commit98631e05d027622d21ad5c3b2612b2c45ec7a001
treec1ac137a12a823d196f4573f9c758089958cba5d
parentdf013c90e4ad7786f34097ca73676c0819faeaef
Fix Multiple Targets and Parallel builds issue

In parallel build (with -j option), xxx.c and xxx.h is scheduled independently.
Thus, bison and flex will be called twice.

Sometimes, it causes build error.
To create multiple targets in one invocation, pattern rules with multiple targets are used.
kafel.tar.gz