[PATCH 01/10] Makefile: remove obsolete edk2 exception from "clean" rule

Laszlo Ersek posted 10 patches 5 years, 5 months ago
Only 9 patches received!
[PATCH 01/10] Makefile: remove obsolete edk2 exception from "clean" rule
Posted by Laszlo Ersek 5 years, 5 months ago
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>
---
 Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Makefile b/Makefile
index ed354c43b0ba..485f56d336fe 100644
--- a/Makefile
+++ b/Makefile
@@ -201,7 +201,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.19.1.3.g30247aa5d201


Re: [PATCH 01/10] Makefile: remove obsolete edk2 exception from "clean" rule
Posted by Philippe Mathieu-Daudé 5 years, 5 months ago
On 9/8/20 9:29 AM, Laszlo Ersek wrote:
> 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>

> ---
>  Makefile | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/Makefile b/Makefile
> index ed354c43b0ba..485f56d336fe 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -201,7 +201,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
>