Don't remove the roslyn binaries in "make dist" for now
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Mon, 12 Dec 2016 11:50:48 +0000 (12:50 +0100)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Mon, 12 Dec 2016 11:51:16 +0000 (12:51 +0100)
Should help fix the package builds on Jenkins.

Makefile.am

index 74707da14109c704302a1f7eab547e79082b812e..02491256486202f42398cd99bc69326202cf6f84 100644 (file)
@@ -42,8 +42,8 @@ dist-hook:
        test -d $(distdir)/mcs || mkdir $(distdir)/mcs
        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/*'`
+       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/*'`
        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: