This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 10a13b98eef584c9101b72e0f6b9f2a3cd3af9cf Author: wangmingrong1 <wangmingro...@xiaomi.com> AuthorDate: Wed May 14 17:54:55 2025 +0800 compiler-rt: distclean delete error Signed-off-by: wangmingrong1 <wangmingro...@xiaomi.com> --- libs/libbuiltin/compiler-rt/Make.defs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/libbuiltin/compiler-rt/Make.defs b/libs/libbuiltin/compiler-rt/Make.defs index 12465172d7..b1047975ff 100644 --- a/libs/libbuiltin/compiler-rt/Make.defs +++ b/libs/libbuiltin/compiler-rt/Make.defs @@ -67,7 +67,9 @@ depend:: compiler-rt $(BIN_OBJDIR) $(KBIN_OBJDIR) distclean:: $(call DELDIR, $(BIN_OBJDIR)) $(call DELDIR, $(KBIN_OBJDIR)) +ifeq ($(wildcard compiler-rt/compiler-rt/.git),) $(call DELDIR, compiler-rt/compiler-rt) +endif FLAGS += ${INCDIR_PREFIX}$(CURDIR)/compiler-rt/compiler-rt/include