]> git.proxmox.com Git - mirror_qemu.git/commitdiff
Makefile: Drop bogus cleaning of $(ALL_SUBDIRS)/qemu-options.def
authorMarkus Armbruster <armbru@redhat.com>
Tue, 28 May 2019 08:23:06 +0000 (10:23 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 2 Jul 2019 10:48:40 +0000 (12:48 +0200)
When commit df2943ba3c7 moved "rm -f qemu-options.def" from distclean
to clean, it also added "rm -f $$d/qemu-options.def" to the for d in
$(ALL_SUBDIRS) loop.  That file doesn't exist.  Remove the mistaken
rm.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20190528082308.22032-3-armbru@redhat.com>

Makefile

index 0f2cb271a29fee56fd25b0409c1c77f74f482a34..cf4f34e45be89cfddd021a776335db5f659721cf 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -678,7 +678,6 @@ clean:
        rm -rf qga/qapi-generated
        for d in $(ALL_SUBDIRS); do \
        if test -d $$d; then $(MAKE) -C $$d $@ || exit 1; fi; \
-       rm -f $$d/qemu-options.def; \
         done
        rm -f config-all-devices.mak