Remove more references to the ibmvstgt, mpt and mvsas_tgt drivers

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8652 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2019-11-03 21:29:36 +00:00
parent 65b404ccbb
commit 2f37a91d77
4 changed files with 3 additions and 46 deletions

View File

@@ -643,7 +643,7 @@ fi
# Directory drivers/scsi/ibmvstgt
{
( cd ibmvstgt && ./generate-in-tree-patches "${kver}" )
( cd ibmvstgt 2>/dev/null && ./generate-in-tree-patches "${kver}" ) &&
if [ -e "ibmvstgt/in-tree-patches/${kver}" ]; then
if [ "${multiple_patches}" = "true" ]; then
cat <<EOF
@@ -747,7 +747,7 @@ EOF
| process_patch "scst_18_ibmvstgt.diff"
{
( cd ibmvstgt && ./generate-in-tree-patches "${kver}" )
( cd ibmvstgt 2>/dev/null && ./generate-in-tree-patches "${kver}" ) &&
if [ -e "ibmvstgt/in-tree-patches/${kver}" ]; then
if [ "${multiple_patches}" = "true" ]; then
cat <<EOF