From ba27441096d54cd216a8953815cef99abcc3ae6f Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 21 Jun 2021 03:04:27 +0000 Subject: [PATCH] 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 --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index cd05b5aae..c473fc9c8 100755 --- a/debian/rules +++ b/debian/rules @@ -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 && \