mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 19:14:58 -06:00
Makefile: Rename the 'vm-test' target as 'vm-help'
We already have 'make check-help', use the 'make vm-help' form to display helps about VM testing. Keep the old target to not bother old customs. Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Stefano Garzarella <sgarzare@redhat.com> Message-Id: <20190531064341.29730-1-philmd@redhat.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
This commit is contained in:
parent
71451cff5e
commit
4f2f62762f
3 changed files with 7 additions and 6 deletions
|
@ -8,8 +8,9 @@ IMAGE_FILES := $(patsubst %, $(IMAGES_DIR)/%.img, $(IMAGES))
|
|||
|
||||
.PRECIOUS: $(IMAGE_FILES)
|
||||
|
||||
vm-test:
|
||||
@echo "vm-test: Test QEMU in preconfigured virtual machines"
|
||||
# 'vm-help' target was historically named 'vm-test'
|
||||
vm-help vm-test:
|
||||
@echo "vm-help: Test QEMU in preconfigured virtual machines"
|
||||
@echo
|
||||
@echo " vm-build-ubuntu.i386 - Build QEMU in ubuntu i386 VM"
|
||||
@echo " vm-build-freebsd - Build QEMU in FreeBSD VM"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue