X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=Makefile.am;h=031ef3a11684161955ad17c3367c1e7e7b676989;hb=d2a26c959578e8d721cfe320f6ac1d8ee8633cf3;hp=8b34970a14e32997af77cb78cacc611f4da7bf9f;hpb=3b2913ca03f284906f55606c9b36540890b7572a;p=mono.git diff --git a/Makefile.am b/Makefile.am index 8b34970a14e..031ef3a1168 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,31 +44,15 @@ dist-hook: rm -rf `find $(top_distdir)/external -path '*\.git'` 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 # building with monolite -mcslib = $(mcs_topdir)/class/lib -monolite = $(mcslib)/monolite -mono_corlib_version = $(shell sed -n "s/\#define MONO_CORLIB_VERSION //p" $(srcdir)/mono/metadata/appdomain.c) -monolite_url = http://download.mono-project.com/monolite/monolite-$(mono_corlib_version)-latest.tar.gz .PHONY: get-monolite-latest get-monolite-latest: - -rm -fr $(mcslib)/monolite-* - -mkdir -p $(mcslib) - test ! -d $(monolite) || test ! -d $(monolite).old || rm -fr $(monolite).old - test ! -d $(monolite) || mv -f $(monolite) $(monolite).old - cd $(mcslib) && { (wget -O- $(monolite_url) || curl $(monolite_url)) | gzip -d | tar xf - ; } - cd $(mcslib) && mv -f monolite-* monolite + $(MAKE) -C $(mcs_topdir)/class get-monolite-latest if BITCODE BITCODE_CHECK=yes