mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-17 10:41:26 +00:00
Merge branch 'svn-trunk'
This commit is contained in:
2
Makefile
2
Makefile
@@ -432,7 +432,7 @@ make-scst-dist = \
|
||||
rm -rf "$${name}-$(3)"
|
||||
|
||||
scst-dist-gzip:
|
||||
$(call make-scst-dist,j,bz2,$(VERSION),grep -E '^doc/|^fcst/|^iscsi-scst/|^Makefile|^qla2x00t(|_git)/|^scst.spec|^scst/|^scst_local/|^srpt/|^usr/|^scstadmin/')
|
||||
$(call make-scst-dist,j,bz2,$(VERSION),grep -E '^doc/|^fcst/|^iscsi-scst/|^Makefile|^qla2x00t(|_git)/|^scripts/|^scst.spec|^scst/|^scst_local/|^srpt/|^usr/|^scstadmin/')
|
||||
|
||||
scst-rpm:
|
||||
name=scst && \
|
||||
|
||||
@@ -155,7 +155,7 @@ install: all
|
||||
modules_install
|
||||
echo "$@: INFINIBAND_ENABLED = $(INFINIBAND_ENABLED)"
|
||||
if $(INFINIBAND_ENABLED); then \
|
||||
(cd $(ISERTMOD) && KDIR=$(KDIR) ../../../scripts/sign-modules)
|
||||
(cd $(ISERTMOD) && KDIR=$(KDIR) ../../../scripts/sign-modules);\
|
||||
$(MAKE) -C $(KDIR) M=$(ISERTMOD) \
|
||||
$$([ -n "$(DEPMOD)" ] && echo "DEPMOD=$(DEPMOD)") \
|
||||
modules_install; \
|
||||
|
||||
Reference in New Issue
Block a user