From: Mr NeilBrown Date: Fri, 13 Nov 2020 02:28:23 +0000 (+1100) Subject: LU-8837 target: don't build any 'target' on client. X-Git-Tag: 2.15.53~44 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=a5d5bfbf9b6141954ec56e196aceaa233ef0228b;hp=24c9f1f4c56d266656572e7bd97197d690d49369;p=fs%2Flustre-release.git LU-8837 target: don't build any 'target' on client. Nothing in the 'target/' directory is needed on the client, so don't build it for client-only builds Test-Parameters: trivial Signed-off-by: Mr NeilBrown Change-Id: I9a63c1a11c7b44edadc355bd323381ba1951376f Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/41768 Reviewed-by: James Simmons Reviewed-by: Andreas Dilger Reviewed-by: Oleg Drokin Tested-by: jenkins Tested-by: Maloo --- diff --git a/lustre/ptlrpc/Makefile.in b/lustre/ptlrpc/Makefile.in index dcd5169..97de719 100644 --- a/lustre/ptlrpc/Makefile.in +++ b/lustre/ptlrpc/Makefile.in @@ -18,7 +18,7 @@ nodemap_objs += nodemap_idmap.o nodemap_rbtree.o nodemap_member.o nodemap_objs += nodemap_storage.o -include $(ptlrpc_dir)/../ldlm/Makefile --include $(ptlrpc_dir)/../target/Makefile +@SERVER_TRUE@-include $(ptlrpc_dir)/../target/Makefile ptlrpc-objs := $(ptlrpc_objs) ptlrpc-objs += $(patsubst %,$(LDLM)%,$(ldlm_objs))