From: Kunhoon Baik Date: Fri, 24 Sep 2021 05:40:24 +0000 (+0900) Subject: Fix Multiple Targets and Parallel builds issue X-Git-Tag: submit/tizen/20210924.054742^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=98631e05d027622d21ad5c3b2612b2c45ec7a001;p=platform%2Fupstream%2Fnsjail.git 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. --- diff --git a/kafel.tar.gz b/kafel.tar.gz index 170ccc3..e06a0ac 100644 Binary files a/kafel.tar.gz and b/kafel.tar.gz differ