mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-22 13:11:27 +00:00
Merge branch 'svn-trunk' into master
This commit is contained in:
1
debian/copyright
vendored
1
debian/copyright
vendored
@@ -200,6 +200,7 @@ License: GPL-2+
|
||||
|
||||
Files: scst/Makefile
|
||||
scst/include/backport.h
|
||||
scst/include/build_mode.h
|
||||
scst/include/scst.h
|
||||
scst/include/scst_const.h
|
||||
scst/include/scst_debug.h
|
||||
|
||||
1
debian/scst-dev.install
vendored
1
debian/scst-dev.install
vendored
@@ -1,5 +1,6 @@
|
||||
usr/include/scst/Module.symvers
|
||||
usr/include/scst/backport.h
|
||||
usr/include/scst/build_mode.h
|
||||
usr/include/scst/scst.h
|
||||
usr/include/scst/scst_const.h
|
||||
usr/include/scst/scst_debug.h
|
||||
|
||||
@@ -248,6 +248,7 @@ true
|
||||
%dir /usr/include/scst
|
||||
/usr/include/scst/Module.symvers
|
||||
/usr/include/scst/backport.h
|
||||
/usr/include/scst/build_mode.h
|
||||
/usr/include/scst/scst.h
|
||||
/usr/include/scst/scst_const.h
|
||||
/usr/include/scst/scst_debug.h
|
||||
|
||||
@@ -197,6 +197,7 @@ rm -rf /usr/local/include/scst
|
||||
%dir /usr/include/scst
|
||||
/usr/include/scst/Module.symvers
|
||||
/usr/include/scst/backport.h
|
||||
/usr/include/scst/build_mode.h
|
||||
/usr/include/scst/scst.h
|
||||
/usr/include/scst/scst_const.h
|
||||
/usr/include/scst/scst_debug.h
|
||||
|
||||
@@ -106,8 +106,9 @@ install: all
|
||||
$$([ -n "$(DEPMOD)" ] && echo "DEPMOD=$(DEPMOD)") \
|
||||
CONFIG_MODULE_SIG_ALL= modules_install
|
||||
install -d $(INSTALL_DIR_H)
|
||||
header_files="backport.h scst.h scst_const.h scst_debug.h \
|
||||
scst_itf_ver.h scst_sgv.h scst_user.h"; \
|
||||
header_files="backport.h build_mode.h scst.h scst_const.h \
|
||||
scst_debug.h scst_itf_ver.h scst_sgv.h \
|
||||
scst_user.h"; \
|
||||
for h in $${header_files}; do \
|
||||
install -m 644 ../include/$$h $(INSTALL_DIR_H); \
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user