diff --git a/debian/copyright b/debian/copyright index 28c634bb7..35ccb1244 100644 --- a/debian/copyright +++ b/debian/copyright @@ -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 diff --git a/scst/Makefile b/scst/Makefile index 3472a3f59..451154f68 100644 --- a/scst/Makefile +++ b/scst/Makefile @@ -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" diff --git a/scst/README b/scst/README index 8bd797cea..9a04cb29f 100644 --- a/scst/README +++ b/scst/README @@ -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 ------------------------------------------