ibmvstgt: Workaround to make ibmvstgt patch generation succeed.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2670 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2010-11-11 15:10:49 +00:00
parent a9663949f0
commit d99565f6fb

View File

@@ -43,7 +43,8 @@ do
if [ "$f1" -nt "$f3" -o "$f2" -nt "$f3" ]; then
file_to_patch "$f2" | \
../scripts/specialize-patch -v kernel_version="$1" \
-v generating_upstream_patch_defined=1 | \
-v generating_upstream_patch_defined=1 \
-v config_scst_proc_undefined=1 | \
patch_to_file | \
diff -up "$f1" - > "$f3"
fi