From: Jian Yu Date: Mon, 18 Apr 2022 18:33:18 +0000 (-0700) Subject: LU-13485 build: remove parallel configure dir X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=837b48392ac419af3f94f83fb873a15ffbf3e998;p=fs%2Flustre-release.git LU-13485 build: remove parallel configure dir This patch removes the temporary directory for parallel configure tests at the end of configure to avoid checking the already generated modules while configuring the same Lustre codes with a different kernel. Lustre-change: https://review.whamcloud.com/47077 Lustre-commit: TBD (from e0db865abbe8d7fe3a61a649a17f70a88741eb66) Change-Id: I4505fb932954531d262b5380f17b3df75a80bfa0 Signed-off-by: Jian Yu Reviewed-on: https://review.whamcloud.com/47081 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Minh Diep Reviewed-by: Nathaniel Clark Reviewed-by: Andreas Dilger --- diff --git a/config/lustre-build.m4 b/config/lustre-build.m4 index 719957d..b10dcbe 100644 --- a/config/lustre-build.m4 +++ b/config/lustre-build.m4 @@ -735,6 +735,11 @@ AC_SUBST(MOSTLYCLEANFILES) LB_CONFIG_RPMBUILD_OPTIONS LB_CONFIG_CACHE_OPTIONS +AS_IF([test -d $TEST_DIR], [ + AC_MSG_NOTICE([remove temporary parallel configure dir $TEST_DIR]) + rm -rf $TEST_DIR +]) + AC_OUTPUT cat <<_ACEOF