changeset 197:a9290df17a8a

Forgot to delete this patch. It went upstream and thus doesn't apply anymore.
author Rob Landley <rob@landley.net>
date Fri, 10 Aug 2007 15:39:40 -0500
parents 9a9fc1884ada
children 77dfe348925c
files sources/patches/linux-x86_64-headers.patch
diffstat 1 files changed, 0 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/sources/patches/linux-x86_64-headers.patch	Wed Jul 25 21:43:27 2007 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
---- linux-2.6/scripts/Makefile.headersinst	2007-06-15 02:45:07.000000000 -0400
-+++ linux/scripts/Makefile.headersinst	2007-06-26 08:54:13.000000000 -0400
-@@ -108,8 +108,8 @@
- 
- quiet_cmd_gen		  = GEN     $(patsubst $(INSTALL_HDR_PATH)/%,%,$@)
-       cmd_gen		  = \
--FNAME=$(patsubst $(INSTALL_HDR_PATH)/$(_dst)/%,%,$@)			\
--STUBDEF=__ASM_STUB_`echo $$FNAME | tr a-z.- A-Z__`;			\
-+export FNAME=$(patsubst $(INSTALL_HDR_PATH)/$(_dst)/%,%,$@);		\
-+export STUBDEF=__ASM_STUB_`echo $$FNAME | tr a-z.- A-Z__`;		\
- (echo "/* File autogenerated by 'make headers_install' */" ;		\
- echo "\#ifndef $$STUBDEF" ;						\
- echo "\#define $$STUBDEF" ;						\