Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2018-01-02 15:57:03 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-01-02 18:51:09 +0300
commitaf165436b5a1feaee945046b99fbdcdd93a84534 (patch)
tree8c770916fa302ee77c7658c191df4eccda995397 /Makefile.am
parentc354ac8ac1c5e88b63b80de18e9406cff81c7b70 (diff)
Don't add linker tests to tarball
They contain files with very long names which causes issues with `tar`. We simply remove them from the dist directory before creating the tarball since we don't use them in the Mono build anyway. Fixes https://github.com/mono/mono/issues/6349
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index f9dd1784c83..7e3f093f20a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -50,6 +50,7 @@ dist-hook:
rm -rf `find $(top_distdir)/external -path '*\.git'`
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/*'`
+ rm -rf "$(top_distdir)/external/linker/linker/Tests"
pkgconfigdir = $(libdir)/pkgconfig
noinst_DATA = mono-uninstalled.pc