scst: Add scripts/rebuild-rhel-kernel-rpm to the SCST release archive

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5895 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2014-11-28 09:16:37 +00:00
parent 7507b77063
commit 2c18cd82ed

View File

@@ -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"