summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
diff options
context:
space:
mode:
authorDaniel Klauer <daniel.klauer@gin.de>2026-02-10 19:09:11 +0100
committerKhem Raj <raj.khem@gmail.com>2026-02-10 21:11:46 -0800
commitadd2d94ab7d4170cece4e20af829a7221c572d5f (patch)
tree4a83c2112d7bd7410ac40fdbddd16c294b7bba80 /meta-oe/recipes-devtools
parent476b723696dc08de246bba060316f282a7726520 (diff)
downloadmeta-openembedded-add2d94ab7d4170cece4e20af829a7221c572d5f.tar.gz
nbench-byte: Fix sysinfo generation in parallel build
The project Makefile uses a script (sysinfo.sh) to non-atomically generate two .c files (sysinfo.c, sysinfoc.c) which are then included in the build. Since the script always overwrites both .c files, the Makefile should only invoke it once, not twice in parallel. Otherwise the .c files may be corrupted and cause random build failures in parallel builds. Requires at least GNU make 4.3, for Grouped Targets support [1]. [1] https://lists.gnu.org/archive/html/info-gnu/2020-01/msg00004.html Reviewed-by: Silvio Fricke <silvio.fricke@gin.de> Signed-off-by: Daniel Klauer <daniel.klauer@gin.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
0 files changed, 0 insertions, 0 deletions