From: Alex Bennée Date: Fri, 30 Jun 2023 18:03:55 +0000 (+0100) Subject: Makefile: add lcitool-refresh to UNCHECKED_GOALS X-Git-Tag: qemu-xen-4.20.0~656^2~28 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=369dbbe091e2e1b9e603167cd4d9da5e9edaca8a;p=qemu-xen.git Makefile: add lcitool-refresh to UNCHECKED_GOALS This is yet another make target you usually run in the top level of the source directory. Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Alex Bennée Message-Id: <20230630180423.558337-11-alex.bennee@linaro.org> --- diff --git a/Makefile b/Makefile index 804a5681e0..5d48dfac18 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ quiet-command = $(quiet-@)$(call quiet-command-run,$1,$2,$3) UNCHECKED_GOALS := TAGS gtags cscope ctags dist \ help check-help print-% \ - docker docker-% vm-help vm-test vm-build-% + docker docker-% lcitool-refresh vm-help vm-test vm-build-% all: .PHONY: all clean distclean recurse-all dist msi FORCE