Skip to content

Commit a0867e0

Browse files
committed
More fire-fighting.
1 parent e5229b9 commit a0867e0

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/Makefile

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,9 @@ TEST_XFAILS_X86 += test/run-pass/native-mod.rc
518518
TEST_XFAILS_LLVM += test/run-pass/native-mod.rc
519519
TEST_XFAILS_SELF += test/run-pass/native-mod.rc
520520
endif
521+
ifeq ($(CFG_OSTYPE), Darwin)
522+
TEST_XFAILS_SELF += $(wildcard test/*/*.rs)
523+
endif
521524

522525
RPASS_RC := $(wildcard test/run-pass/*.rc)
523526
RPASS_RS := $(wildcard test/run-pass/*.rs)
@@ -923,9 +926,9 @@ clean:
923926
$(CFG_QUIET)rm -f $(CFG_BOOT) $(CFG_RUNTIME) $(CFG_STDLIB)
924927
$(CFG_QUIET)rm -Rf $(PKG_NAME)-*.tar.gz dist
925928
$(CFG_QUIET)rm -f $(foreach ext,cmx cmi cmo cma o a d exe,\
926-
$(wildcard boot/*/*.$(ext) boot/*/*/*.$(ext))) \
927-
$(CFG_QUIET)rm -f $(foreach ext,out llvm x86 o s exe dSYM,\
928-
$(wildcard test/*/*.$(ext))) \
929+
$(wildcard boot/*/*.$(ext) boot/*/*/*.$(ext)))
930+
$(CFG_QUIET)rm -Rf $(foreach ext,out llvm x86 o s exe dSYM,\
931+
$(wildcard test/*/*.$(ext)))
929932

930933

931934
# Local Variables:

0 commit comments

Comments
 (0)