From 6a6fe9af4326b9205fd30026ec8996f1777c3e3b Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Tue, 3 Apr 2012 17:00:08 +0000 Subject: [PATCH] nightly build: Build fcst against recent kernels too / fix a sparse warning git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4184 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scripts/generate-kernel-patch | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/scripts/generate-kernel-patch b/scripts/generate-kernel-patch index d07842c93..37ed20957 100755 --- a/scripts/generate-kernel-patch +++ b/scripts/generate-kernel-patch @@ -342,7 +342,7 @@ if [ "$include_proc_impl" != "true" ]; then else cat fi | \ -if [ -e "${fcst_patch_series}" ]; then +if [ "${include_fcst}" ]; then cat else sed -e 's: fcst/* : :' @@ -409,6 +409,22 @@ done \ do add_file "${f}" "drivers/scst/fcst/${f#fcst/}" done + + cat <