commit | 47cb6fca19015013e47347a28c10a6b4096b855a | [log] [tgz] |
---|---|---|
author | Nikolai Artemiev <nartemiev@google.com> | Fri Jul 22 09:58:14 2022 +1000 |
committer | Nico Huber <nico.h@gmx.de> | Sun Jan 29 12:29:02 2023 +0000 |
tree | f5b6f079ca10e41e2fe7c9347aff9ed883f88b8b | |
parent | 91ed99f8838d651d4a7744d5de2be3e8ca51641d [diff] |
meson: fix various meson build warnings and formatting - Make run_command() calls check for failures to fix warnings about ignoring errors, see https://github.com/mesonbuild/meson/issues/9300. - Remove `include_directories('../subprojects')` from tests/meson.build. It isn't necessary and caused build warnings due to referencing files outside the tests/ directory. - Fix indent level and formatting in a few places. Tested: meson; ninja; ninja test Change-Id: I17ae0c51d68ed004772a237641f08345f4893200 Signed-off-by: Nikolai Artemiev <nartemiev@google.com> Original-Reviewed-on: https://review.coreboot.org/c/flashrom/+/66060 Original-Reviewed-by: Thomas Heijligen <src@posteo.de> Original-Reviewed-by: Anastasia Klimchuk <aklm@chromium.org> Reviewed-on: https://review.coreboot.org/c/flashrom-stable/+/72341 Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>