[patch 1/1] uml:makefile whitespace fix

From: blaisorblade_spam
Date: Tue Oct 05 2004 - 11:41:59 EST



Change the spacing for this command to fix alignment on output.

Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade_spam@xxxxxxxx>
---

linux-2.6.9-current-paolo/arch/um/kernel/Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN arch/um/kernel/Makefile~uml-kbuild-whitespace-fix arch/um/kernel/Makefile
--- linux-2.6.9-current/arch/um/kernel/Makefile~uml-kbuild-whitespace-fix 2004-10-05 18:25:45.225466464 +0200
+++ linux-2.6.9-current-paolo/arch/um/kernel/Makefile 2004-10-05 18:25:45.227466160 +0200
@@ -35,7 +35,7 @@ $(USER_OBJS) : %.o: %.c

QUOTE = 'my $$config=`cat $(TOPDIR)/.config`; $$config =~ s/"/\\"/g ; $$config =~ s/\n/\\n"\n"/g ; while(<STDIN>) { $$_ =~ s/CONFIG/$$config/; print $$_ }'

-quiet_cmd_quote = QUOTE $@
+quiet_cmd_quote = QUOTE $@
cmd_quote = $(PERL) -e $(QUOTE) < $< > $@

targets += config.c
_
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/