From 1bb62099bf986d83e3fb6f06618beae295229d10 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sat, 31 Oct 2009 11:36:16 +0100 Subject: Makefile: Prettify logging 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 Signed-off-by: Anthony Liguori --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 30f1c9d76f..89c428a9fa 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 -- cgit v1.2.3