Whamcloud - gitweb
LU-17709 build: Fix line breaks in CHECK_SYMBOLS 80/54680/2
authorAlexander Lezhoev <alexander.lezhoev@hpe.com>
Fri, 5 Apr 2024 09:43:47 +0000 (12:43 +0300)
committerOleg Drokin <green@whamcloud.com>
Mon, 10 Jun 2024 06:10:26 +0000 (06:10 +0000)
commit8d7d1b8a07dc35e5671fbd65d927eaadec77f75d
treeb0615f42ac6e8114498e109990a7a6ac5bb3f9b8
parentbc388f536e52bbb9aca2dcf5765bfbd2681ba2d5
LU-17709 build: Fix line breaks in CHECK_SYMBOLS

CHECK_SYMBOLS=$(find ${INT_O2IBPATH}* -name Module.symvers)
contains newlines if there is more than one Module.symvers
and cause a build failure

Test-Parameters: trivial
Fixes: 8b1d2a72f1 ("LU-16967 build: Add in-kernel-ko2iblnd driver")
HPE-bug-id: LUS-12229
Signed-off-by: Alexander Lezhoev <alexander.lezhoev@hpe.com>
Change-Id: I980630dc646ec837e18b0e123999027a23aaa2d6
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/54680
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: Oleg Drokin <green@whamcloud.com>
lnet/autoconf/lustre-lnet.m4