2010-01-15 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Fri, 15 Jan 2010 02:43:01 +0000 (02:43 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Fri, 15 Jan 2010 02:43:01 +0000 (02:43 -0000)
* profiles/net_4_0_bootstrap.make : MCS also needs MONO_PATH to
  net_2_0 to load System.Core.dll. Fix build (mostly for windows).

svn path=/trunk/mcs/; revision=149598

mcs/build/ChangeLog
mcs/build/profiles/net_4_0_bootstrap.make

index 710c2ba1404869d81596dbbe36472e8fa74ad10c..9ae5937fb3f168a8d4903a22feabdae4eee42208 100644 (file)
@@ -1,3 +1,8 @@
+2010-01-15  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * profiles/net_4_0_bootstrap.make : MCS also needs MONO_PATH to
+         net_2_0 to load System.Core.dll. Fix build (mostly for windows).
+
 2010-01-14  Marek Habersack  <mhabersack@novell.com>
 
        * executable.make, library.make, rules.make: quote file name
index 3eae3f37b50da4c6bc19cbb7ffe8605fa22cb42c..77645a18d0b70e5aa655ee2a2fba8405aad39cd4 100644 (file)
@@ -2,7 +2,7 @@
 
 BOOTSTRAP_PROFILE = net_2_0
 BOOTSTRAP_MCS = MONO_PATH="$(topdir)/class/lib/$(BOOTSTRAP_PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(RUNTIME) $(RUNTIME_FLAGS) $(topdir)/class/lib/$(BOOTSTRAP_PROFILE)/gmcs.exe
-MCS = MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(RUNTIME) $(RUNTIME_FLAGS) $(topdir)/class/lib/$(PROFILE)/dmcs.exe
+MCS = MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$(topdir)/class/lib/$(BOOTSTRAP_PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(RUNTIME) $(RUNTIME_FLAGS) $(topdir)/class/lib/$(PROFILE)/dmcs.exe
 
 profile-check: