coremark: fix error when it was built in the second run
authorRye Sears <[email protected]>
Thu, 10 Apr 2025 07:36:31 +0000 (15:36 +0800)
committerRobert Marko <[email protected]>
Wed, 23 Apr 2025 13:14:09 +0000 (15:14 +0200)
commit5ab824b7fbcb24c8a4a84117276d1a3a298d9aef
treefe0731512e7e9a970f18ad8e9b63fec0227ccf2a
parent29a6674cb535a8220052cda84dda9e4b26d0f34c
coremark: fix error when it was built in the second run

When there is an error building packages other than coremark
and re-run with make -j1 V=s, the coremark package will report error.
the root cause is the folder was already created in the first run,
and not removed before the second run.

To fix this, use 'mkdir -p' instead of 'mkdir'.

Co-authored-by: Jonas Gorski <[email protected]>
Signed-off-by: Rye Sears <[email protected]>
utils/coremark/Makefile