Obtain fcst in-tree kernel patch filenames from fcst/linux-patches/series-2.6.33-rc8.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1763 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2010-06-12 05:54:14 +00:00
parent 2da20cee9e
commit 566050b610

View File

@@ -355,9 +355,9 @@ done
# Directory drivers/scst/fcst/
{
for f in $(ls fcst/linux-patches/[0-9]*)
for f in $(grep -v '^#' fcst/linux-patches/series-2.6.33-rc8)
do
cat "${f}"
cat "fcst/linux-patches/${f}"
done
add_file "fcst/Makefile_in-tree" \