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:
Bart Van Assche
2010-11-07 08:42:16 +00:00
parent daa86ab856
commit 994e8f8b08
+5 -2
View File
@@ -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}"