From d47362fff05c660fb5b9d34f73c312a118f787a7 Mon Sep 17 00:00:00 2001 From: Jo Shields Date: Mon, 11 Nov 2019 17:42:51 +0100 Subject: [PATCH] Delete some LLVM test cases from `make dist` (mono/mono#17772) Many of the tests from the llvm-project monorepo cause problems to `make dist` Commit migrated from https://github.com/mono/mono/commit/c256fc86b6c011bcce691dd6f9415660c58306c5 --- src/mono/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mono/Makefile.am b/src/mono/Makefile.am index aefbc92..204be65 100644 --- a/src/mono/Makefile.am +++ b/src/mono/Makefile.am @@ -67,6 +67,9 @@ dist-hook: rm -f `find $(top_distdir)/external -path '*\.exe' -not -path '*/roslyn-binaries/*'` rm -f `find $(top_distdir)/external -path '*\.dll' -not -path '*/binary-reference-assemblies/*' -not -path '*/roslyn-binaries/*' -not -path '*/helix-binaries/*'` rm -rf "$(top_distdir)/external/linker/test" + rm -rf "$(top_distdir)/external/llvm-project/lldb/test" + rm -rf "$(top_distdir)/external/llvm-project/libcxx/test" + rm -rf "$(top_distdir)/external/llvm-project/clang/test" pkgconfigdir = $(libdir)/pkgconfig noinst_DATA = mono-uninstalled.pc -- 2.7.4