Whamcloud - gitweb
LU-17095 build: avoid modules.order nonexistence failure 45/52545/2
authorJian Yu <yujian@whamcloud.com>
Thu, 28 Sep 2023 17:44:51 +0000 (10:44 -0700)
committerOleg Drokin <green@whamcloud.com>
Thu, 23 Nov 2023 04:28:19 +0000 (04:28 +0000)
commit25b536a8c26c5209b1bd54e0cf9cf3aa0b829bad
tree1799336f951188da73a5e4784c2c11add451d11d
parent27f1134e456a5537f0f02ee5df62526387d904f6
LU-17095 build: avoid modules.order nonexistence failure

The modules.order is a temporary output file generated by
kbuild while running "make" command. Sometimes, there is
a race condition that causes the file not created and makes
make command fail as follows:

cat: ...//modules.order: No such file or directory

This patch creates an empty modules.order file to avoid
the error.

Lustre-change: https://review.whamcloud.com/52323
Lustre-commit: dbe4f860977455a9abe50165645a025bb6c46350

Test-Parameters: trivial

Change-Id: If779a727731f18e9409c35c0cd0deddd79559d3a
Signed-off-by: Jian Yu <yujian@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Patrick Farrell <pfarrell@whamcloud.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/52545
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
autoMakefile.am
autogen.sh