qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH] Makefile: Prettify logging


From: Stefan Weil
Subject: [Qemu-devel] [PATCH] Makefile: Prettify logging
Date: Sat, 31 Oct 2009 11:36:16 +0100

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 <address@hidden>
---
 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





reply via email to

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