mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-21 20:51:27 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user