From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Philippe Mathieu-Daudé" <philmd@redhat.com>,
"Laszlo Ersek" <lersek@redhat.com>
Subject: [PULL 01/10] Makefile: remove obsolete edk2 exception from "clean" rule
Date: Mon, 14 Sep 2020 09:17:11 +0200 [thread overview]
Message-ID: <20200914071720.1099898-2-philmd@redhat.com> (raw)
In-Reply-To: <20200914071720.1099898-1-philmd@redhat.com>
From: Laszlo Ersek <lersek@redhat.com>
The file "BaseTools/Source/Python/UPT/Dll/sqlite3.dll" was removed in edk2
commit 26e2b295ec7a ("BaseTools:Remove unused
BaseTools\Source\Python\UPT\Dll", 2019-05-08), part of edk2-stable201905,
so skipping it in the outermost in-tree "clean" rule is unnecessary.
Remove the obsolete pathname reference.
Cc: Philippe Mathieu-Daudé <philmd@redhat.com>
Ref: https://bugs.launchpad.net/qemu/+bug/1852196
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200908072939.30178-2-lersek@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/Makefile b/Makefile
index 57f72f56c6c..7c60b9dcb83 100644
--- a/Makefile
+++ b/Makefile
@@ -200,7 +200,6 @@ clean: recurse-clean ninja-clean clean-ctlist
find . \( -name '*.so' -o -name '*.dll' -o -name '*.[oda]' \) -type f \
! -path ./roms/edk2/ArmPkg/Library/GccLto/liblto-aarch64.a \
! -path ./roms/edk2/ArmPkg/Library/GccLto/liblto-arm.a \
- ! -path ./roms/edk2/BaseTools/Source/Python/UPT/Dll/sqlite3.dll \
-exec rm {} +
rm -f TAGS cscope.* *.pod *~ */*~
rm -f fsdev/*.pod scsi/*.pod
--
2.26.2
next prev parent reply other threads:[~2020-09-14 7:18 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-14 7:17 [PULL 00/10] EDK2 firmware: Adopt the edk2-stable202008 release Philippe Mathieu-Daudé
2020-09-14 7:17 ` Philippe Mathieu-Daudé [this message]
2020-09-14 7:17 ` [PULL 02/10] roms/efirom, tests/uefi-test-tools: update edk2's own submodules first Philippe Mathieu-Daudé
2020-09-14 7:17 ` [PULL 03/10] roms/Makefile.edk2: prepare for replacing TPM2*_ENABLE macros Philippe Mathieu-Daudé
2020-09-14 7:17 ` [PULL 04/10] tests: acpi: tolerate "virt/SSDT.memhp" mismatch temporarily Philippe Mathieu-Daudé
2020-09-14 7:17 ` [PULL 05/10] roms/edk2: update submodule from edk2-stable201905 to edk2-stable202008 Philippe Mathieu-Daudé
2020-09-14 7:17 ` [PULL 06/10] roms/Makefile.edk2: complete replacing TPM2*_ENABLE macros Philippe Mathieu-Daudé
2020-09-14 7:17 ` [PULL 07/10] roms/Makefile.edk2: enable new ARM/AARCH64 flags up to edk2-stable202008 Philippe Mathieu-Daudé
2020-09-14 7:17 ` [PULL 08/10] pc-bios: refresh edk2 build artifacts for edk2-stable202008 Philippe Mathieu-Daudé
2020-09-14 7:17 ` [PULL 09/10] pc-bios: update the README file with edk2-stable202008 information Philippe Mathieu-Daudé
2020-09-14 7:17 ` [PULL 10/10] tests: acpi: update "virt/SSDT.memhp" for edk2-stable202008 Philippe Mathieu-Daudé
2020-09-14 12:09 ` [PULL 00/10] EDK2 firmware: Adopt the edk2-stable202008 release Peter Maydell
2020-09-14 15:09 ` Laszlo Ersek
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=20200914071720.1099898-2-philmd@redhat.com \
--to=philmd@redhat.com \
--cc=lersek@redhat.com \
--cc=qemu-devel@nongnu.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).