Made sure that the pre-cflags patches are uniform to the other in-tree kernel

patches, i.e. that -p1 has to be used to apply these patches.


git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1443 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2010-01-10 13:16:28 +00:00
parent 048a338747
commit 0cd53b65ef
4 changed files with 7 additions and 7 deletions

View File

@@ -63,7 +63,7 @@ the variable PRE_CFLAGS:
else
cd /usr/src/linux-$(uname -r)
fi
patch -p0 < ${SCST_DIR}/srpt/patches/kernel-${KV}-pre-cflags.patch
patch -p1 < ${SCST_DIR}/srpt/patches/kernel-${KV}-pre-cflags.patch
Next, download and install the OFED package. Make sure to disable
OFED's SRP target driver (srpt=n) and to enable at least the

View File

@@ -1,5 +1,5 @@
--- scripts/Makefile.lib 2009-05-10 20:00:05.000000000 +0200
+++ scripts/Makefile.lib 2009-05-10 20:00:25.000000000 +0200
--- linux-2.6.18/scripts/Makefile.lib 2009-05-10 20:00:05.000000000 +0200
+++ linux-2.6.18/scripts/Makefile.lib 2009-05-10 20:00:25.000000000 +0200
@@ -108,7 +108,7 @@
__cpp_flags = $(call flags,_cpp_flags)
endif

View File

@@ -1,5 +1,5 @@
--- scripts/Makefile.lib 2009-05-10 19:02:42.000000000 +0200
+++ scripts/Makefile.lib 2009-05-05 19:34:57.000000000 +0200
--- linux-2.6.27/scripts/Makefile.lib 2009-05-10 19:02:42.000000000 +0200
+++ linux-2.6.27/scripts/Makefile.lib 2009-05-05 19:34:57.000000000 +0200
@@ -119,7 +119,7 @@
__cpp_flags = $(call flags,_cpp_flags)
endif

View File

@@ -1,5 +1,5 @@
--- Makefile.orig 2009-10-31 13:49:29.000000000 +0100
+++ Makefile 2009-10-31 13:49:32.000000000 +0100
--- linux-2.6.30/Makefile 2009-10-31 13:49:29.000000000 +0100
+++ linux-2.6.30/Makefile 2009-10-31 13:49:32.000000000 +0100
@@ -342,7 +342,7 @@ AFLAGS_KERNEL =
# Use LINUXINCLUDE when you must reference the include/ directory.