Message ID | 20180727083445.21436-1-famz@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | tests/vm: Add vm-build-all/vm-clean-all in help text | expand |
On 07/27/2018 05:34 AM, Fam Zheng wrote: > Suggested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> > Signed-off-by: Fam Zheng <famz@redhat.com> Thanks Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> > --- > tests/vm/Makefile.include | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/tests/vm/Makefile.include b/tests/vm/Makefile.include > index 5daa2a3b73..9e19f8662f 100644 > --- a/tests/vm/Makefile.include > +++ b/tests/vm/Makefile.include > @@ -14,6 +14,9 @@ vm-test: > @echo " vm-build-freebsd - Build QEMU in FreeBSD VM" > @echo " vm-build-netbsd - Build QEMU in NetBSD VM" > @echo " vm-build-openbsd - Build QEMU in OpenBSD VM" > + @echo "" > + @echo " vm-build-all - Build QEMU in all VMs" > + @echo " vm-clean-all - Clean up VM images" > > vm-build-all: $(addprefix vm-build-, $(IMAGES)) > >
Fam Zheng <famz@redhat.com> writes: > Suggested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> > Signed-off-by: Fam Zheng <famz@redhat.com> > --- > tests/vm/Makefile.include | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/tests/vm/Makefile.include b/tests/vm/Makefile.include > index 5daa2a3b73..9e19f8662f 100644 > --- a/tests/vm/Makefile.include > +++ b/tests/vm/Makefile.include > @@ -14,6 +14,9 @@ vm-test: > @echo " vm-build-freebsd - Build QEMU in FreeBSD VM" > @echo " vm-build-netbsd - Build QEMU in NetBSD VM" > @echo " vm-build-openbsd - Build QEMU in OpenBSD VM" > + @echo "" > + @echo " vm-build-all - Build QEMU in all VMs" > + @echo " vm-clean-all - Clean up VM images" > > vm-build-all: $(addprefix vm-build-, $(IMAGES)) Reviewed-by: Alex Bennée <alex.bennee@linaro.org> -- Alex Bennée
diff --git a/tests/vm/Makefile.include b/tests/vm/Makefile.include index 5daa2a3b73..9e19f8662f 100644 --- a/tests/vm/Makefile.include +++ b/tests/vm/Makefile.include @@ -14,6 +14,9 @@ vm-test: @echo " vm-build-freebsd - Build QEMU in FreeBSD VM" @echo " vm-build-netbsd - Build QEMU in NetBSD VM" @echo " vm-build-openbsd - Build QEMU in OpenBSD VM" + @echo "" + @echo " vm-build-all - Build QEMU in all VMs" + @echo " vm-clean-all - Clean up VM images" vm-build-all: $(addprefix vm-build-, $(IMAGES))
Suggested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Fam Zheng <famz@redhat.com> --- tests/vm/Makefile.include | 3 +++ 1 file changed, 3 insertions(+)