[mono/mono] [2 commits] b077ac59: Build support when cross-compiling. Fix for https://bugzilla.novell.com/show_bug.cgi?id=661054

"alexrp ([email protected])" <[email protected]>
Newsgroups gmane.comp.gnome.mono.patches
Message-ID <00000141dc44baa4-ff66a97e-682d-4650-82c7-085bc4e223d4-000000@email.amazonses.com>
   Branch: refs/heads/mono-2-10
     Home: https://github.com/mono/mono
  Compare: https://github.com/mono/mono/compare/0b7a13e40788...2098f2b0a331

   Commit: b077ac5959871843be49930fb68f4f8272b2d709
   Author: Michael Goff <[email protected]> (thephred)
     Date: 2012-09-26 17:39:27 GMT
      URL: https://github.com/mono/mono/commit/b077ac5959871843be49930fb68f4f8272b2d709

Build support when cross-compiling.  Fix for https://bugzilla.novell.com/show_bug.cgi?id=661054

Changed paths:
  M Makefile.am

Modified: Makefile.am
===================================================================
@@ -4,10 +4,10 @@ ACLOCAL_AMFLAGS = -I .
 MOONLIGHT_SUBDIRS = $(libgc_dir) eglib/src mono
 
 if CROSS_COMPILING
-SUBDIRS = po $(libgc_dir) eglib mono $(ikvm_native_dir) data runtime scripts man samples msvc $(docs_dir)
+SUBDIRS = po $(libgc_dir) eglib mono $(ikvm_native_dir) support data runtime scripts man samples msvc $(docs_dir)
 # Keep in sync with SUBDIRS
 ## 'tools' is not normally built
-DIST_SUBDIRS = po libgc eglib mono ikvm-native         data runtime scripts man samples tools msvc docs
+DIST_SUBDIRS = po libgc eglib mono ikvm-native    support     data runtime scripts man samples tools msvc docs
 else
 if ONLY_MOONLIGHT
 SUBDIRS = $(MOONLIGHT_SUBDIRS) runtime

   Commit: 2098f2b0a331f07ba7f0f59d8651cf29e5899f43
   Author: Alex Rønne Petersen <[email protected]> (alexrp)
     Date: 2013-10-21 18:22:35 GMT
      URL: https://github.com/mono/mono/commit/2098f2b0a331f07ba7f0f59d8651cf29e5899f43

Merge pull request #465 from symform/cross-compile-support

Build support when cross-compiling.

Changed paths:
  M Makefile.am

Modified: Makefile.am
===================================================================
@@ -4,10 +4,10 @@ ACLOCAL_AMFLAGS = -I .
 MOONLIGHT_SUBDIRS = $(libgc_dir) eglib/src mono
 
 if CROSS_COMPILING
-SUBDIRS = po $(libgc_dir) eglib mono $(ikvm_native_dir) data runtime scripts man samples msvc $(docs_dir)
+SUBDIRS = po $(libgc_dir) eglib mono $(ikvm_native_dir) support data runtime scripts man samples msvc $(docs_dir)
 # Keep in sync with SUBDIRS
 ## 'tools' is not normally built
-DIST_SUBDIRS = po libgc eglib mono ikvm-native         data runtime scripts man samples tools msvc docs
+DIST_SUBDIRS = po libgc eglib mono ikvm-native    support     data runtime scripts man samples tools msvc docs
 else
 if ONLY_MOONLIGHT
 SUBDIRS = $(MOONLIGHT_SUBDIRS) runtime
_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.