From 69bcadfffd2d75d6498e7f40b759d21996ac5446 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 23 Feb 2015 13:16:43 +0000 Subject: [PATCH] scst: Add scripts/rebuild-rhel-kernel-rpm to the SCST release archive (merge r5895 from trunk) git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.0.x@6118 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scst/Makefile b/scst/Makefile index bcd0770e4..44cdd1cdd 100644 --- a/scst/Makefile +++ b/scst/Makefile @@ -54,7 +54,9 @@ enable_proc: cd $(SCST_DIR) && $(MAKE) $@ release-archive: - ../scripts/generate-release-archive scst "$$(sed -n 's/^#define[[:blank:]]SCST_VERSION_NAME[[:blank:]]*\"\([^\"]*\)\".*/\1/p' include/scst_const.h)" + ../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"