From: Markus Armbruster <armbru@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Philippe Mathieu-Daudé" <philmd@redhat.com>,
"Richard Henderson" <richard.henderson@linaro.org>
Subject: [Qemu-devel] [PULL 2/4] Makefile: Drop bogus cleaning of $(ALL_SUBDIRS)/qemu-options.def
Date: Tue, 2 Jul 2019 13:34:12 +0200 [thread overview]
Message-ID: <20190702113414.6896-3-armbru@redhat.com> (raw)
In-Reply-To: <20190702113414.6896-1-armbru@redhat.com>
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 | 1 -
1 file changed, 1 deletion(-)
diff --git a/Makefile b/Makefile
index 0f2cb271a2..cf4f34e45b 100644
--- 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
--
2.21.0
next prev parent reply other threads:[~2019-07-02 11:36 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-02 11:34 [Qemu-devel] [PULL 0/4] Build system patches for 2019-07-02 Markus Armbruster
2019-07-02 11:34 ` [Qemu-devel] [PULL 1/4] Makefile: Remove code to smooth transition to config.status Markus Armbruster
2019-07-02 11:34 ` Markus Armbruster [this message]
2019-07-02 11:34 ` [Qemu-devel] [PULL 3/4] Makefile: Rename targets for make recursion Markus Armbruster
2019-07-02 11:34 ` [Qemu-devel] [PULL 4/4] Makefile: Reuse all's recursion machinery for clean and install Markus Armbruster
2019-07-05 21:31 ` Christian Borntraeger
2019-07-09 11:55 ` Markus Armbruster
2019-07-09 11:58 ` [Qemu-devel] make distclean /clean does not work on fresh repository (was: Re: Makefile: Reuse all's recursion machinery for clean and install) Christian Borntraeger
2019-07-09 13:39 ` [Qemu-devel] make distclean /clean does not work on fresh repository Markus Armbruster
2019-07-02 14:28 ` [Qemu-devel] [PULL 0/4] Build system patches for 2019-07-02 no-reply
2019-07-02 20:42 ` no-reply
2019-07-02 23:14 ` Peter Maydell
2019-07-03 5:18 ` Markus Armbruster
2019-07-03 10:17 ` Peter Maydell
2019-07-03 11:03 ` Markus Armbruster
2019-07-03 4:18 ` no-reply
2019-07-05 12:32 ` Philippe Mathieu-Daudé
2019-07-09 12:24 ` Philippe Mathieu-Daudé
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190702113414.6896-3-armbru@redhat.com \
--to=armbru@redhat.com \
--cc=philmd@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=richard.henderson@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).