PATCH [2/3]: Remove perl from make headers_install.

2009-01-03 Thread Rob Landley
From: Rob Landley Remove perl from make headers_install by replacing a perl script (doing a simple regex search and replace) with a smaller and faster shell script implementation. The new shell script is a single for loop calling sed and piping its output through unifdef to produce the target fi

Re: [PATCH 2/3]: Remove perl from make headers_install

2009-01-02 Thread Sam Ravnborg
On Fri, Jan 02, 2009 at 02:14:32AM -0600, Rob Landley wrote: > From: Rob Landley > > Remove perl from make headers_install by replacing a perl script (doing > a simple regex search and replace) with a smaller and faster shell script > implementation. The new shell script is a single for loop cal

[PATCH 2/3]: Remove perl from make headers_install

2009-01-02 Thread Rob Landley
From: Rob Landley Remove perl from make headers_install by replacing a perl script (doing a simple regex search and replace) with a smaller and faster shell script implementation. The new shell script is a single for loop calling sed and piping its output through unifdef to produce the target fi