Re: [PATCH 3/3] convert headers_install.pl->headers_install.sh

From: Sam Ravnborg
Date: Fri Feb 15 2013 - 04:30:05 EST


On Mon, Dec 17, 2012 at 05:12:51PM -0800, rob@xxxxxxxxxxx wrote:
> From: Rob Landley <rob@xxxxxxxxxxx>
>
> 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.
>
> Signed-off-by: Rob Landley <rob@xxxxxxxxxxx>

The shell based variant is smaller and faster which is good.
As 99.999% of people buildign the kernel has perl installed that is not
a reason to apply this patch.
But as it bring benefits on their own then it has my:

Acked-by: Sam Ravnborg <sam@xxxxxxxxxxxx>

Sam
--
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/