X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=Makefile.am;h=02491256486202f42398cd99bc69326202cf6f84;hb=933bda30fdda1b74e8ac76002275a3faa4f5e398;hp=9c6dc7e971457668dc80b31fa3d5d152d9b3f363;hpb=2243eec53bdbc3ffecc770ed06a3a1ca995a11e3;p=mono.git diff --git a/Makefile.am b/Makefile.am index 9c6dc7e9714..02491256486 100644 --- a/Makefile.am +++ b/Makefile.am @@ -42,13 +42,16 @@ 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: # test ! -d $(GIT_DIR) || ./scripts/commits-to-changelog.py --root=$(distdir) last-commit-with-compulsory-changelog-entry +mac-sdk-package: + external/bockbuild/bb MacSDK --package + pkgconfigdir = $(libdir)/pkgconfig noinst_DATA = mono-uninstalled.pc DISTCLEANFILES= mono-uninstalled.pc @@ -67,9 +70,13 @@ get-monolite-latest: cd $(mcslib) && { (wget -O- $(monolite_url) || curl $(monolite_url)) | gzip -d | tar xf - ; } cd $(mcslib) && mv -f monolite-* monolite +if BITCODE +BITCODE_CHECK=yes +endif + .PHONY: check-ci check-ci: - MONO_LLVMONLY=$(MONO_LLVMONLY) $(srcdir)/scripts/ci/run-test-$(TEST_PROFILE).sh + MONO_LLVMONLY=$(BITCODE_CHECK) $(srcdir)/scripts/ci/run-test-$(TEST_PROFILE).sh .PHONY: validate do-build-mono-mcs mcs-do-clean mcs-do-tests validate: do-build-mono-mcs