debian/rules: Fail the build if $(QLA_INI_DIR) has not been set

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9441 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2021-06-21 03:04:27 +00:00
parent 05afc999f1
commit ba27441096
+1
View File
@@ -36,6 +36,7 @@ clean:
-x debian/scst.postinst
build:
[ -n "$(QLA_INI_DIR)" ] && \
make 2release && \
export BUILD_2X_MODULE=y && \
export CONFIG_SCSI_QLA_FC=y CONFIG_SCSI_QLA2XXX_TARGET=y && \