From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41454) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZGTVf-0002Vx-Vk for qemu-devel@nongnu.org; Sat, 18 Jul 2015 10:54:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZGTVc-0002NL-G1 for qemu-devel@nongnu.org; Sat, 18 Jul 2015 10:54:39 -0400 From: Stefan Weil Date: Sat, 18 Jul 2015 16:54:32 +0200 Message-Id: <1437231272-17389-1-git-send-email-sw@weilnetz.de> Subject: [Qemu-devel] [PATCH for-2.4] make: Clean build messages List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Trivial , Peter Maydell Cc: Stefan Weil , QEMU Developer We want to have uniform build messages, so fix some messages which did not follow the standard pattern. Signed-off-by: Stefan Weil --- This is an optional trivial patch for 2.4. 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 $@.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 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