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>2015-04-06 21:37:34 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2015-04-06 21:37:34 +0300
commit25f5d5073794dcbb25679d4cbd5532da88c889df (patch)
tree97ed3b0b437380aa2ad842a0a720ffe3397e20b4 /Makefile.am
parent24a328b83cbaa4452ba41035482a32868aacd5cf (diff)
Integrate binary reference assemblies for v2.0/3.5 into the build system
Rename the net_4_0 profile which is already only used to trigger copying of reference assemblies to binary_reference_assemblies and include the 2.0/3.5 files there. This should make it easier to add more profiles in the future and doesn't clutter the build system as much as making separate net_2_0 and net_3_5 profiles that do the same.
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 cddaff16211..e9d6ccdcda6 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' -not -path '*/binary-reference-assemblies/v4\.0*'`
+ rm -f `find $(top_distdir)/external -path '*\.dll' -not -path '*/binary-reference-assemblies/*'`
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: