Whamcloud - gitweb
LU-8837 lustre: make ldlm and target file lists 67/41767/11
authorMr NeilBrown <neilb@suse.de>
Thu, 27 Oct 2022 19:15:00 +0000 (15:15 -0400)
committerOleg Drokin <green@whamcloud.com>
Tue, 8 Nov 2022 08:51:40 +0000 (08:51 +0000)
commitf32bdde0574daae522a61d00f9dda87c84c9dd05
tree7a0ce899011ac47dbf0f52596119e923dea69d84
parentef90a02d126312b0d2f28b8c6eb2d299c68eb936
LU-8837 lustre: make ldlm and target file lists

Instead of listing files for ldlm and target in ptlrpc,
list them in Makefile.in in the respective directories.

This requires that Makefile.am be moved to autoMakefile.am to preserve
MOSTLYCLEANFILES.

This simplifies the makefiles in preparation for changes in what is
included on the client.

Test-Parameters: trivial
Signed-off-by: Mr NeilBrown <neilb@suse.de>
Change-Id: I9f937e9460f1fe2ef436f8f7ace8999dd510885e
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/41767
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Reviewed-by: Arshad Hussain <arshad.hussain@aeoncomputing.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/Makefile.in
lustre/autoconf/lustre-core.m4
lustre/ldlm/.gitignore [deleted file]
lustre/ldlm/Makefile.in [new file with mode: 0644]
lustre/ldlm/autoMakefile.am [moved from lustre/ldlm/Makefile.am with 80% similarity]
lustre/ptlrpc/Makefile.in
lustre/target/.gitignore [deleted file]
lustre/target/Makefile.in [new file with mode: 0644]
lustre/target/autoMakefile.am [moved from lustre/target/Makefile.am with 58% similarity]