]> git.ipfire.org Git - thirdparty/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)
committerMichael Tokarev <mjt@tls.msk.ru>
Wed, 25 Sep 2024 18:04:10 +0000 (21:04 +0300)
commitcd320c8a82773b8219e58d5e949db419f51b00f3
treeb99d99b8dbfea87a8aec4ce797713380f194c38c
parent27a15a2a32a1ce3aec30d6ed181d0de7a0e271c2
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>
(cherry picked from commit 1231bc7d12c373e445171dda9e7e5146eee7da55)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
.gitlab-ci.d/buildtest.yml
contrib/plugins/Makefile