From c2fe6417378525e11375f78603d14dfb73fb27ec Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 4 Nov 2018 04:46:52 +0000 Subject: [PATCH] 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 --- debian/copyright | 1 - scst/Makefile | 1 - scst/README | 2 -- 3 files changed, 4 deletions(-) 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 ------------------------------------------