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:
authorJo Shields <jo.shields@xamarin.com>2014-12-10 15:56:49 +0300
committerJo Shields <jo.shields@xamarin.com>2014-12-10 15:57:14 +0300
commit72c52fe46cda4003020ae63ee8247067c738a597 (patch)
tree8577a9bf5f4bb28a1d98710aa78c8f9d66446132 /Makefile.am
parentf893a4ca84dc12ef10d0e455c011e4ca7eb5c3e7 (diff)
Distribute reference assemblies in source tarball. Yuck.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 8d2b691fa7b..eb4d0443e03 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -52,7 +52,7 @@ dist-hook:
d=`cd $(distdir)/mcs && pwd`; cd $(mcs_topdir) && $(MAKE) distdir=$$d dist-recursive
rm -rf `find $(top_distdir)/external -path '*\.git'`
rm -f `find $(top_distdir)/external -path '*\.exe'`
- rm -f `find $(top_distdir)/external -path '*\.dll'`
+ rm -f `find $(top_distdir)/external -path '*\.dll' -not -path '*/reference-assemblies/v4\.0*'`
cp mcs/class/lib/basic/System.Configuration.dll mcs/class/lib/monolite/
cp mcs/class/lib/basic/System.Security.dll mcs/class/lib/monolite/
# Disable this for now because it is very slow and causes wrench to timeout: