mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 09:11:27 +00:00
Don't complain when the fcst patch series file is missing.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1935 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -381,10 +381,12 @@ done
|
||||
# Directory drivers/scst/fcst/
|
||||
|
||||
{
|
||||
for f in $(grep -v '^#' "${fcst_patch_series}")
|
||||
do
|
||||
cat "fcst/linux-patches/${f}"
|
||||
done
|
||||
if [ -e "${fcst_patch_series}" ]; then
|
||||
for f in $(grep -v '^#' "${fcst_patch_series}")
|
||||
do
|
||||
cat "fcst/linux-patches/${f}"
|
||||
done
|
||||
fi
|
||||
|
||||
add_file "fcst/Makefile_in-tree" \
|
||||
"drivers/scst/fcst/Makefile"
|
||||
|
||||
Reference in New Issue
Block a user