From a5d5bfbf9b6141954ec56e196aceaa233ef0228b Mon Sep 17 00:00:00 2001 From: Mr NeilBrown Date: Fri, 13 Nov 2020 13:28:23 +1100 Subject: [PATCH] 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 --- lustre/ptlrpc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 1.8.3.1