qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 05/10] make: Clean build messages


From: Michael Tokarev
Subject: [Qemu-devel] [PULL 05/10] make: Clean build messages
Date: Mon, 27 Jul 2015 22:54:08 +0300

From: Stefan Weil <address@hidden>

We want to have uniform build messages, so fix some messages
which did not follow the standard pattern.

Signed-off-by: Stefan Weil <address@hidden>
Signed-off-by: Michael Tokarev <address@hidden>
---
 Makefile       | 2 +-
 tests/Makefile | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index c9be643..340d9c8 100644
--- a/Makefile
+++ b/Makefile
@@ -135,7 +135,7 @@ endif
         else \
          mv address@hidden $@; \
          cp -p $@ address@hidden; \
-        fi, "  GEN  $@");
+        fi, "  GEN   $@");
 
 defconfig:
        rm -f config-all-devices.mak $(SUBDIR_DEVICES_MAK)
diff --git a/tests/Makefile b/tests/Makefile
index 8d26736..7494582 100644
--- 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
-- 
2.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]