From: Philippe Mathieu-Daudé Date: Tue, 21 Nov 2017 03:22:47 +0000 (-0300) Subject: Makefile: add more targets to the UNCHECKED_GOALS rule X-Git-Tag: v2.12.0-rc0~189^2~47 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=28fa29272f660b3407c6499ea6313e84c89e1784;p=thirdparty%2Fqemu.git Makefile: add more targets to the UNCHECKED_GOALS rule These targets don't need a full build of git submodules. (See b8e535ae8af and eaa2ddbb767). Signed-off-by: Philippe Mathieu-Daudé Signed-off-by: Michael Tokarev --- diff --git a/Makefile b/Makefile index 1f935156776..d86ecd2dd4e 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,10 @@ BUILD_DIR=$(CURDIR) # Before including a proper config-host.mak, assume we are in the source tree SRC_PATH=. -UNCHECKED_GOALS := %clean TAGS cscope ctags docker docker-% help +UNCHECKED_GOALS := %clean TAGS cscope ctags dist \ + html info pdf txt \ + help check-help \ + docker docker-% vm-test vm-build-% # All following code might depend on configuration variables ifneq ($(wildcard config-host.mak),)