mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-18 21:26:31 +00:00
Merged from the ibmvstgt-port branch, such that the nightly build works again.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2630 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -30,8 +30,11 @@ do
|
||||
g="${f#src/orig/${kernel_version}/}"
|
||||
f1="$f"
|
||||
f2="src/$g"
|
||||
if [ ! -e "$f2" ]; then
|
||||
f2="src/libsrpnew${f2#src/libsrp}"
|
||||
if [ "${f2#src/libsrp.h}" != "${f2}" ]; then
|
||||
f2="src/libsrpnew.h${f2#src/libsrp.h}"
|
||||
fi
|
||||
if [ "${f2#src/srp.h}" != "${f2}" ]; then
|
||||
f2="src/srpnew.h${f2#src/srp.h}"
|
||||
fi
|
||||
if [ "$g" = "Makefile" ]; then
|
||||
f2="src/scsi-Makefile${f2#src/Makefile}"
|
||||
|
||||
Reference in New Issue
Block a user