[mono/mono] f0fe1fbd: Makefile magic ...

"Martin Baulig ([email protected])" <[email protected]>
Newsgroups gmane.comp.gnome.mono.patches
Message-ID <00000141bc469574-cd390c39-9d96-42a0-929f-a422f68d6965-000000@email.amazonses.com>
   Branch: refs/heads/master
     Home: https://github.com/mono/mono
  Compare: https://github.com/mono/mono/compare/3a7e67b4c580...f0fe1fbd79ea

   Commit: f0fe1fbd79ea8e25c1d4db63cd63371da8b40099
   Author: Martin Baulig <[email protected]> (baulig)
     Date: 2013-10-15 12:49:49 GMT
      URL: https://github.com/mono/mono/commit/f0fe1fbd79ea8e25c1d4db63cd63371da8b40099

Makefile magic ...

Changed paths:
  M mcs/class/Makefile

Modified: mcs/class/Makefile
===================================================================
@@ -128,6 +128,8 @@ net_2_0_only_dirs := \
 	System.Data.Services		\
 	System.Web.Mvc \
 
+pcl_facade_dirs := Facades
+
 mobile_dirs := \
 	corlib	\
 	System	\
@@ -156,7 +158,7 @@ mobile_dirs := \
 	System.Net \
 	System.Windows \
 	System.Xml.Serialization \
-	Facades
+	$(pcl_facade_dirs)
 
 monodroid_dirs := \
 	Mono.CompilerServices.SymbolWriter	\
@@ -229,7 +231,7 @@ net_4_5_dirs := \
 	System.IO.Compression.FileSystem \
 	System.Windows \
 	System.Xml.Serialization \
-	Facades
+	$(pcl_facade_dirs)
 	
 net_2_0_SUBDIRS := $(common_dirs) $(net_2_0_dirs) $(net_2_0_only_dirs) aot-compiler
 monodroid_SUBDIRS := $(mobile_dirs) $(monodroid_dirs)


_______________________________________________
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.