[Qemu-devel] [PATCH v2 2/2] roms: List and describe the Makefile 'clean' rule

Philippe Mathieu-Daudé posted 2 patches 6 years, 9 months ago
There is a newer version of this series
[Qemu-devel] [PATCH v2 2/2] roms: List and describe the Makefile 'clean' rule
Posted by Philippe Mathieu-Daudé 6 years, 9 months ago
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
 roms/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/roms/Makefile b/roms/Makefile
index f020102c866..1a6c2fa76f9 100644
--- a/roms/Makefile
+++ b/roms/Makefile
@@ -62,6 +62,8 @@ default:
 	@echo "  u-boot.e500    -- update u-boot.e500"
 	@echo "  u-boot.sam460  -- update u-boot.sam460"
 	@echo "  efi            -- update UEFI (edk2) platform firmware"
+	@echo "  clean          -- delete the files generated by the previous" \
+	                          "build targets"
 
 bios: build-seabios-config-seabios-128k build-seabios-config-seabios-256k
 	cp seabios/builds/seabios-128k/bios.bin ../pc-bios/bios.bin
-- 
2.20.1


Re: [Qemu-devel] [PATCH v2 2/2] roms: List and describe the Makefile 'clean' rule
Posted by Laszlo Ersek 6 years, 9 months ago
On 05/04/19 15:35, Philippe Mathieu-Daudé wrote:
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
>  roms/Makefile | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/roms/Makefile b/roms/Makefile
> index f020102c866..1a6c2fa76f9 100644
> --- a/roms/Makefile
> +++ b/roms/Makefile
> @@ -62,6 +62,8 @@ default:
>  	@echo "  u-boot.e500    -- update u-boot.e500"
>  	@echo "  u-boot.sam460  -- update u-boot.sam460"
>  	@echo "  efi            -- update UEFI (edk2) platform firmware"
> +	@echo "  clean          -- delete the files generated by the previous" \
> +	                          "build targets"
>  
>  bios: build-seabios-config-seabios-128k build-seabios-config-seabios-256k
>  	cp seabios/builds/seabios-128k/bios.bin ../pc-bios/bios.bin
> 

Reviewed-by: Laszlo Ersek <lersek@redhat.com>

Thanks!
Laszlo