Excluded qla2x00t from local build because compiling it is only possible after having modified the local kernel headers.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1130 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2009-09-23 07:03:29 +00:00
parent 2a01729d4d
commit 393c423380

View File

@@ -166,8 +166,6 @@ function compile_scst_unpatched {
&& if "${scst_local}" = "true" ; then make -C scst_local -s ; fi \
&& if "${mpt_scst}" = "true" ; then make -C mpt clean; fi \
&& if "${mpt_scst}" = "true" ; then make -C mpt -s ; fi \
&& make -C qla2x00t -s clean \
&& make -C qla2x00t -s \
&& make -C srpt -s clean \
&& make -C srpt -s ) \
&> "${outputfile}"
@@ -200,8 +198,6 @@ function compile_scst_patched {
&& if "${scst_local}" = "true" ; then make -C scst_local -s ; fi \
&& if "${mpt_scst}" = "true" ; then make -C mpt clean; fi \
&& if "${mpt_scst}" = "true" ; then make -C mpt -s ; fi \
&& make -C qla2x00t -s clean \
&& make -C qla2x00t -s \
&& make -C srpt -s clean \
&& make -C srpt -s ) \
&> "${outputfile}"