mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-20 06:06:23 +00:00
Added qla2x00t to the nightly build.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1127 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -166,8 +166,10 @@ 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 srpt -s clean \
|
||||
&& make -C srpt -s ) \
|
||||
&& make -C qla2x00t -s clean \
|
||||
&& make -C qla2x00t -s \
|
||||
&& make -C srpt -s clean \
|
||||
&& make -C srpt -s ) \
|
||||
&> "${outputfile}"
|
||||
then
|
||||
echo "OK"
|
||||
@@ -198,8 +200,10 @@ 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 srpt -s clean \
|
||||
&& make -C srpt -s ) \
|
||||
&& make -C qla2x00t -s clean \
|
||||
&& make -C qla2x00t -s \
|
||||
&& make -C srpt -s clean \
|
||||
&& make -C srpt -s ) \
|
||||
&> "${outputfile}"
|
||||
then
|
||||
echo "OK"
|
||||
|
||||
Reference in New Issue
Block a user