Whamcloud - gitweb
LU-16115 build: Linux 5.17 external module support 60/48360/9
authorShaun Tancheff <shaun.tancheff@hpe.com>
Mon, 3 Oct 2022 07:51:16 +0000 (14:51 +0700)
committerOleg Drokin <green@whamcloud.com>
Fri, 27 Jan 2023 00:33:20 +0000 (00:33 +0000)
commit945ab61176213e082dfd6b3a2a35aa4687e31129
treeb7af93d135aa9b9864bcc06134919370b958abdb
parent3774b6afbe3b67e869bb61c9cb212cc37e8705fa
LU-16115 build: Linux 5.17 external module support

Linux commit v5.16-rc3-26-g129ab0d2d9f3

Added quotes around "$(CONFIG_CC_VERSION_TEXT)", however
.config stores CONFIG_CC_VERSION_TEXT with quotes thus
breaking the GNU make Makefile for external modules.

We need to supply a non-quoted value and override the
value in .config before it is used.

Test-Parameters: trivial
HPE-bug-id: LUS-11190
Signed-off-by: Shaun Tancheff <shaun.tancheff@hpe.com>
Change-Id: I997b6987ef37a8c5b9d8f0984e81d9402a2ea705
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/48360
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Jian Yu <yujian@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: jsimmons <jsimmons@infradead.org>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
autoMakefile.am
build/Makefile
config/lustre-build-linux.m4
config/lustre-build.m4