Merge r7492 from trunk

git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.3.x@7740 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2018-11-04 04:46:52 +00:00
parent e82509013f
commit c2fe641737
3 changed files with 0 additions and 4 deletions

1
debian/copyright vendored
View File

@@ -41,7 +41,6 @@ Files: Makefile
scripts/generate-scst-patch
scripts/list-double-blank-lines
scripts/monitor-memory-usage
scripts/rebuild-rhel-kernel-rpm
scripts/run-regression-tests
scripts/specialize-patch
scst-dkms.spec.in

View File

@@ -56,7 +56,6 @@ enable_proc:
release-archive:
../scripts/generate-release-archive scst \
"$$(sed -n 's/^#define[[:blank:]]SCST_VERSION_NAME[[:blank:]]*\"\([^\"]*\)\".*/\1/p' include/scst_const.h)" \
$(shell list-source-files) ../scripts/rebuild-rhel-kernel-rpm
help:
@echo " all (the default) : make all"

View File

@@ -173,8 +173,6 @@ Example how to use generate-kernel-patch you can find at "How To install
SCST on Ubutuntu 15.04 with in-tree kernel patches"
https://gist.github.com/chrwei/42f8bbb687290b04b598, thanks to Chris Weiss.
Script rebuild-rhel-kernel-rpm might also be useful in this regard.
Migration from the obsolete proc interface
------------------------------------------