mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
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
1 changed files with 4 additions and 1 deletions
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
|
||||
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),)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue