From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N4BJp-0005O2-3G for qemu-devel@nongnu.org; Sat, 31 Oct 2009 06:36:25 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N4BJk-0005M4-4D for qemu-devel@nongnu.org; Sat, 31 Oct 2009 06:36:24 -0400 Received: from [199.232.76.173] (port=44862 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N4BJj-0005Lz-VM for qemu-devel@nongnu.org; Sat, 31 Oct 2009 06:36:20 -0400 Received: from moutng.kundenserver.de ([212.227.17.10]:49612) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N4BJi-0008AQ-Oc for qemu-devel@nongnu.org; Sat, 31 Oct 2009 06:36:19 -0400 From: Stefan Weil Date: Sat, 31 Oct 2009 11:36:16 +0100 Message-Id: <1256985376-22959-1-git-send-email-weil@mail.berlios.de> Subject: [Qemu-devel] [PATCH] Makefile: Prettify logging List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developers Replace GEN config-all-devices.mak by GEN config-all-devices.mak Like this, the logging output is column aligned. Signed-off-by: Stefan Weil --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index c783aa4..c78d9ea 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ SUBDIR_MAKEFLAGS=$(if $(V),,--no-print-directory) SUBDIR_DEVICES_MAK=$(patsubst %, %/config-devices.mak, $(TARGET_DIRS)) config-all-devices.mak: $(SUBDIR_DEVICES_MAK) - $(call quiet-command,cat $(SUBDIR_DEVICES_MAK) | grep "=y$$" | sort -u > $@," GEN $@") + $(call quiet-command,cat $(SUBDIR_DEVICES_MAK) | grep "=y$$" | sort -u > $@," GEN $@") -include config-all-devices.mak -- 1.5.6.5