projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab60366
)
make: Clean build messages
author
Stefan Weil
<sw@weilnetz.de>
Sat, 18 Jul 2015 14:54:32 +0000
(16:54 +0200)
committer
Michael Tokarev
<mjt@tls.msk.ru>
Mon, 27 Jul 2015 19:44:47 +0000
(22:44 +0300)
We want to have uniform build messages, so fix some messages
which did not follow the standard pattern.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Makefile
patch
|
blob
|
history
tests/Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index c9be643ae34243676c3d09e958c28ee805dda6e4..340d9c8faabc05632b6c62ff95bd7085d3a0599a 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-135,7
+135,7
@@
endif
else \
mv $@.tmp $@; \
cp -p $@ $@.old; \
- fi, " GEN $@");
+ fi, " GEN
$@");
defconfig:
rm -f config-all-devices.mak $(SUBDIR_DEVICES_MAK)
diff --git
a/tests/Makefile
b/tests/Makefile
index 8d26736f1f1b9b11c546226a1609fec705583162..749458224a04cdfb855d69740ca2725e7bf117ea 100644
(file)
--- a/
tests/Makefile
+++ b/
tests/Makefile
@@
-487,10
+487,10
@@
check-report-unit.xml: $(check-unit-y)
# Reports and overall runs
check-report.xml: $(patsubst %,check-report-qtest-%.xml, $(QTEST_TARGETS)) check-report-unit.xml
- $(call quiet-command,$(SRC_PATH)/scripts/gtester-cat $^ > $@, " GEN
$@")
+ $(call quiet-command,$(SRC_PATH)/scripts/gtester-cat $^ > $@, " GEN $@")
check-report.html: check-report.xml
- $(call quiet-command,gtester-report $< > $@, " GEN
$@")
+ $(call quiet-command,gtester-report $< > $@, " GEN $@")
# Other tests