Skip to content

Commit

Permalink
Rename binary reference assemblies location
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-safar committed Feb 10, 2015
1 parent 85ee558 commit 158487f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
url = git://github.com/mono/referencesource
branch = mono
[submodule "external/reference-assemblies"]
path = external/reference-assemblies
path = external/binary-reference-assemblies
url = git://github.com/mono/reference-assemblies.git
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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 '*/reference-assemblies/v4\.0*'`
rm -f `find $(top_distdir)/external -path '*\.dll' -not -path '*/binary-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:
Expand Down
Submodule binary-reference-assemblies updated from 000000 to 4abf9a
4 changes: 2 additions & 2 deletions mcs/class/reference-assemblies/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ all-local:

install-local:
$(MKINSTALLDIRS) $(DESTDIR)$(LIBRARY_INSTALL_DIR)
$(INSTALL_LIB) ../../../external/reference-assemblies/v4.0/* $(DESTDIR)$(LIBRARY_INSTALL_DIR)
$(INSTALL_LIB) ../../../external/binary-reference-assemblies/v4.0/* $(DESTDIR)$(LIBRARY_INSTALL_DIR)

DISTFILES = $(wildcard ../../../external/reference-assemblies/v4.0/*) Makefile
DISTFILES = $(wildcard ../../../external/binary-reference-assemblies/v4.0/*) Makefile

dist-local: dist-default

0 comments on commit 158487f

Please sign in to comment.