[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <512F130C.5020002@suse.cz>
Date: Thu, 28 Feb 2013 09:19:24 +0100
From: Michal Marek <mmarek@...e.cz>
To: Rob Landley <rob@...dley.net>
Cc: linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org,
Thomas Gleixner <tglx@...utronix.de>,
Josh Boyer <jwboyer@...hat.com>,
"Paul E. McKenney" <paulmck@...ux.vnet.ibm.com>,
Andrew Morton <akpm@...ux-foundation.org>,
David Howells <dhowell@...hat.com>,
Sam Ravnborg <sam@...nborg.org>
Subject: Re: [PATCH 3/3] convert headers_install.pl to headers_install.sh
On 27.2.2013 06:58, Rob Landley wrote:
> From: Rob Landley <rob@...dley.net>
>
> Remove perl from make headers_install by replacing a perl script (doing
> a simple regex search and replace) with a smaller, faster, simpler,
> POSIX-2008 shell script implementation. The new shell script is a single
> for loop calling sed and piping its output through unifdef to produce the
> target file.
>
> Same as last time except for minor tweak to deal with code review from here:
> http://lkml.indiana.edu/hypermail/linux/kernel/1302.3/00078.html
>
> (Note that this drops the "arch" argument, which isn't used. Kbuild
> already points to the right input files on the command line.)
>
> Signed-off-by: Rob Landley <rob@...dley.net>
Looks good, I will apply it after v3.9-rc1 is out.
Michal
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists