summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2014-03-09 21:16:12 (EDT)
committer P. J. McDermott <pjm@nac.net>2014-03-09 21:16:12 (EDT)
commitbb386146967fed92b5d3e55af560a859ec9d1716 (patch)
treed6bdad78f6b979e0c340497b86cba7ff0552c298
parente230ffb4bac16f11493a4eb521109649ec6bc926 (diff)
Update/improve patch metadata.
-rw-r--r--patches/01_noperl-headers.patch18
1 files changed, 6 insertions, 12 deletions
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 <rob@landley.net>
+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 <rob@landley.net>
----
-
- 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