projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c269447
)
tests/tcg: fix typo when calling clean-tcg
author
Alex Bennée
<alex.bennee@linaro.org>
Tue, 10 Sep 2019 12:09:31 +0000
(13:09 +0100)
committer
Alex Bennée
<alex.bennee@linaro.org>
Tue, 10 Sep 2019 13:14:32 +0000
(14:14 +0100)
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
tests/Makefile.include
patch
|
blob
|
history
diff --git
a/tests/Makefile.include
b/tests/Makefile.include
index 9380b9eb6661fb5368aa2bfe9d6ae1ea769e417d..b39860a8d03330aa194ff660d4a05f8a0ab754d4 100644
(file)
--- a/
tests/Makefile.include
+++ b/
tests/Makefile.include
@@
-1081,7
+1081,7
@@
clean-tcg-tests-%:
$(call quiet-command,$(MAKE) $(SUBDIR_MAKEFLAGS) \
-f $(SRC_PATH)/tests/tcg/Makefile.qemu \
SRC_PATH=$(SRC_PATH) TARGET="$*" clean-guest-tests, \
- "
RU
N", "TCG tests for $*")
+ "
CLEA
N", "TCG tests for $*")
.PHONY: build-tcg
build-tcg: $(BUILD_TCG_TARGET_RULES)