mirror of https://github.com/xqemu/xqemu.git
Makefile: add more targets to the UNCHECKED_GOALS rule
These targets don't need a full build of git submodules. (Seeb8e535ae8a
andeaa2ddbb76
). Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
4d60b25b37
commit
28fa29272f
5
Makefile
5
Makefile
|
@ -6,7 +6,10 @@ BUILD_DIR=$(CURDIR)
|
||||||
# Before including a proper config-host.mak, assume we are in the source tree
|
# Before including a proper config-host.mak, assume we are in the source tree
|
||||||
SRC_PATH=.
|
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
|
# All following code might depend on configuration variables
|
||||||
ifneq ($(wildcard config-host.mak),)
|
ifneq ($(wildcard config-host.mak),)
|
||||||
|
|
Loading…
Reference in New Issue