From bb386146967fed92b5d3e55af560a859ec9d1716 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 09 Mar 2014 21:16:12 -0400 Subject: Update/improve patch metadata. --- diff --git a/patches/01_noperl-headers.patch b/patches/01_noperl-headers.patch index 514eabe..af8d014 100644 --- a/patches/01_noperl-headers.patch +++ b/patches/01_noperl-headers.patch @@ -1,6 +1,7 @@ -Subject: [PATCH] Replace scripts/headers_install.pl with a shell script. - From: Rob Landley +Origin: http://landley.net/hg/aboriginal/file/9f8fb7a20166/sources/patches/linux-noperl-headers.patch +Applied-Upstream: 3.10-rc1, https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/scripts/headers_install.sh?id=e0e2fa4 +Subject: Replace scripts/headers_install.pl with a shell script. Remove perl from make headers_install by replacing a perl script (doing a simple regex search and replace) with a smaller, faster, simpler, @@ -8,16 +9,9 @@ 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. -Previous submission: Tuesday Jan 18, 2011 -Message-ID: <4D359E5C.1070002@parallels.com> - -Signed-off-by: Rob Landley ---- - - scripts/Makefile.headersinst | 6 +-- - scripts/headers_install.pl | 58 --------------------------------- - scripts/headers_install.sh | 43 ++++++++++++++++++++++++ - 3 files changed, 46 insertions(+), 61 deletions(-) +Patch history: + http://landley.net/hg/aboriginal/log/59c1495d5b5e/sources/patches/linux-noperl-headers.patch + https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/log/scripts/headers_install.sh diff -ruN linux-3.1/scripts/headers_install.sh linux-2.6.30/scripts/headers_install.sh --- linux-3.1/scripts/headers_install.sh -- cgit v0.9.1