]> www.infradead.org Git - users/dwmw2/qemu.git/commit
contrib/plugins/Makefile: Add a 'distclean' target
authorThomas Huth <thuth@redhat.com>
Mon, 2 Sep 2024 15:47:49 +0000 (17:47 +0200)
committerThomas Huth <thuth@redhat.com>
Wed, 11 Sep 2024 07:49:11 +0000 (09:49 +0200)
commit1231bc7d12c373e445171dda9e7e5146eee7da55
tree25e41d3c8f7e44e51d9ff5271ec1e9b548517553
parentc58156cd9f0a4ea2c99f64fa393e5fd67e1fc623
contrib/plugins/Makefile: Add a 'distclean' target

Running "make distclean" in the build tree currently fails since this
tries to run the "distclean" target in the contrib/plugins/ folder, too,
but the Makefile there is missing this target. Thus add 'distclean' there
to fix this issue.

And to avoid regressions with "make distclean", add this command to one
of the build jobs, too.

Message-ID: <20240902154749.73876-1-thuth@redhat.com>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
.gitlab-ci.d/buildtest.yml
contrib/plugins/Makefile