[PATCH 1/5] roms/efi: clean up edk2 build config

Gerd Hoffmann posted 5 patches 1 year, 11 months ago
Maintainers: "Philippe Mathieu-Daudé" <philmd@linaro.org>, Gerd Hoffmann <kraxel@redhat.com>
[PATCH 1/5] roms/efi: clean up edk2 build config
Posted by Gerd Hoffmann 1 year, 11 months ago
Needed to avoid stale toolchain configurations breaking firmware builds.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
 roms/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/roms/Makefile b/roms/Makefile
index 8e5d8d26a9a0..edc234a0e886 100644
--- a/roms/Makefile
+++ b/roms/Makefile
@@ -187,6 +187,7 @@ clean:
 	rm -rf seabios/.config seabios/out seabios/builds
 	$(MAKE) -C ipxe/src veryclean
 	$(MAKE) -C edk2/BaseTools clean
+	rm -rf edk2/Conf/{.cache,BuildEnv.sh,build_rule.txt,target.txt,tools_def.txt}
 	$(MAKE) -C SLOF clean
 	rm -rf u-boot/build-e500
 	$(MAKE) -C u-boot-sam460ex distclean
-- 
2.44.0
Re: [PATCH 1/5] roms/efi: clean up edk2 build config
Posted by Philippe Mathieu-Daudé 1 year, 11 months ago
On 14/3/24 12:52, Gerd Hoffmann wrote:
> Needed to avoid stale toolchain configurations breaking firmware builds.
> 
> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
> ---
>   roms/Makefile | 1 +
>   1 file changed, 1 insertion(+)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>