Distribute reference assemblies in source tarball. Yuck.
authorJo Shields <jo.shields@xamarin.com>
Wed, 10 Dec 2014 12:56:49 +0000 (12:56 +0000)
committerJo Shields <jo.shields@xamarin.com>
Wed, 10 Dec 2014 12:57:14 +0000 (12:57 +0000)
Makefile.am
mcs/class/reference-assemblies/Makefile

index 8d2b691fa7bc0e2c4cd2a521b70044b18dd0a936..eb4d0443e039bdeeafb9dd7e475c34512a4f35c0 100644 (file)
@@ -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:
index c706059954a6f0b1427bb3cf971cf49923e5f278..c3f5248d12654090059074825b545468231e83d9 100644 (file)
@@ -8,4 +8,6 @@ install-local:
        $(MKINSTALLDIRS) $(DESTDIR)$(LIBRARY_INSTALL_DIR)
        $(INSTALL_LIB) ../../../external/reference-assemblies/v4.0/* $(DESTDIR)$(LIBRARY_INSTALL_DIR)
 
+DISTFILES = $(wildcard ../../../external/reference-assemblies/v4.0/*) Makefile
+
 dist-local: dist-default