Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S270031AbUJEQiE (ORCPT ); Tue, 5 Oct 2004 12:38:04 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S269340AbUJEQiD (ORCPT ); Tue, 5 Oct 2004 12:38:03 -0400 Received: from mail-relay-2.tiscali.it ([213.205.33.42]:54434 "EHLO mail-relay-2.tiscali.it") by vger.kernel.org with ESMTP id S270031AbUJEQhp (ORCPT ); Tue, 5 Oct 2004 12:37:45 -0400 Subject: [patch 1/1] uml:makefile whitespace fix To: akpm@osdl.org Cc: jdike@addtoit.com, linux-kernel@vger.kernel.org, user-mode-linux-devel@lists.sourceforge.net, blaisorblade_spam@yahoo.it From: blaisorblade_spam@yahoo.it Date: Tue, 05 Oct 2004 18:27:36 +0200 Message-Id: <20041005162736.6F03DB007@zion.localdomain> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1113 Lines: 27 Change the spacing for this command to fix alignment on output. Signed-off-by: Paolo 'Blaisorblade' Giarrusso --- 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() { $$_ =~ 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/