[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[qemu-s390x] [PULL 3/9] roms: List and describe the Makefile 'clean' rul
From: |
Laurent Vivier |
Subject: |
[qemu-s390x] [PULL 3/9] roms: List and describe the Makefile 'clean' rule |
Date: |
Wed, 22 May 2019 18:07:17 +0200 |
From: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Laszlo Ersek <address@hidden>
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>
---
roms/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/roms/Makefile b/roms/Makefile
index ea6aec56abdd..078d3fb70563 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
- [qemu-s390x] [PULL 0/9] Trivial branch patches, Laurent Vivier, 2019/05/22
- [qemu-s390x] [PULL 4/9] migration: Fix typo in migrate_add_blocker() error message, Laurent Vivier, 2019/05/22
- [qemu-s390x] [PULL 5/9] configure: Fix spelling of sdl-image in --help, Laurent Vivier, 2019/05/22
- [qemu-s390x] [PULL 2/9] roms: Correct the EDK2_BASETOOLS_OPTFLAGS variable description, Laurent Vivier, 2019/05/22
- [qemu-s390x] [PULL 3/9] roms: List and describe the Makefile 'clean' rule,
Laurent Vivier <=
- [qemu-s390x] [PULL 6/9] vfio: pci: make "vfio-pci-nohotplug" as MACRO, Laurent Vivier, 2019/05/22
- [qemu-s390x] [PULL 1/9] hw/virtio/virtio-mmio: Convert DPRINTF to trace and log, Laurent Vivier, 2019/05/22
- [qemu-s390x] [PULL 9/9] pci: msix: move 'MSIX_CAP_LENGTH' to header file, Laurent Vivier, 2019/05/22
- [qemu-s390x] [PULL 8/9] vfio: platform: fix a typo, Laurent Vivier, 2019/05/22
- [qemu-s390x] [PULL 7/9] hw: vfio: drop TYPE_FOO MACRO in VMStateDescription, Laurent Vivier, 2019/05/22
- Re: [qemu-s390x] [Qemu-devel] [PULL 0/9] Trivial branch patches, Peter Maydell, 2019/05/23