From e87c31e9a91c213ae12afd6752cc4f90ddd98ba7 Mon Sep 17 00:00:00 2001 From: Geoff Norton Date: Thu, 5 Nov 2009 04:59:55 +0000 Subject: [PATCH] fix the moonlight/mt builds svn path=/branches/mono-2-6/mcs/; revision=145457 --- mcs/Makefile | 4 +++- mcs/build/profiles/monotouch.make | 2 +- mcs/class/System/net_2_1_raw_System.dll.sources | 3 +++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/mcs/Makefile b/mcs/Makefile index 7b361a76367..bfb13c303cf 100644 --- a/mcs/Makefile +++ b/mcs/Makefile @@ -10,6 +10,7 @@ net_2_1_bootstrap_SUBDIRS := build mcs class net_2_1_raw_SUBDIRS := build mcs class tools net_2_1_SUBDIRS := tools tests errors monotouch_SUBDIRS := build mcs class +monotouch_bootstrap_SUBDIRS := build mcs class net_3_5_SUBDIRS := build class net_4_0_bootstrap_SUBDIRS := build mcs class tools net_4_0_SUBDIRS := build mcs class nunit24 ilasm tools tests errors @@ -106,7 +107,8 @@ $(_boot_:%=profile-do--net_4_0--%): profile-do--net_4_0--%: $(_boot_:%=profile-do--net_4_0_bootstrap--%): profile-do--net_4_0_bootstrap--%: profile-do--net_2_0--% $(_boot_:%=profile-do--net_3_5--%): profile-do--net_3_5--%: profile-do--net_2_0--% $(_boot_:%=profile-do--net_2_1--%): profile-do--net_2_1--%: profile-do--net_2_1_raw--% -$(_boot_:%=profile-do--monotouch--%): profile-do--monotouch--%: profile-do--net_2_1_bootstrap--% +$(_boot_:%=profile-do--monotouch--%): profile-do--monotouch--%: profile-do--monotouch_bootstrap--% +$(_boot_:%=profile-do--monotouch_bootstrap--%): profile-do--monotouch_bootstrap--%: profile-do--net_2_0--% $(_boot_:%=profile-do--net_2_1_raw--%): profile-do--net_2_1_raw--%: profile-do--net_2_1_bootstrap--% $(_boot_:%=profile-do--net_2_1_bootstrap--%): profile-do--net_2_1_bootstrap--%: profile-do--net_2_0--% $(_boot_:%=profile-do--net_2_0--%): profile-do--net_2_0--%: profile-do--net_2_0_bootstrap--% diff --git a/mcs/build/profiles/monotouch.make b/mcs/build/profiles/monotouch.make index 4966cda41d6..97d1dcffb21 100644 --- a/mcs/build/profiles/monotouch.make +++ b/mcs/build/profiles/monotouch.make @@ -3,7 +3,7 @@ my_runtime = $(RUNTIME) $(RUNTIME_FLAGS) --security=temporary-smcs-hack INTERNAL_SMCS = $(my_runtime) $(topdir)/class/lib/$(PROFILE)/smcs.exe -BOOTSTRAP_PROFILE = net_2_1_bootstrap +BOOTSTRAP_PROFILE = monotouch_bootstrap BOOTSTRAP_MCS = MONO_PATH="$(topdir)/class/lib/$(BOOTSTRAP_PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(my_runtime) $(topdir)/class/lib/$(BOOTSTRAP_PROFILE)/smcs.exe MCS = MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(INTERNAL_SMCS) diff --git a/mcs/class/System/net_2_1_raw_System.dll.sources b/mcs/class/System/net_2_1_raw_System.dll.sources index 084d2aea19d..caaa61a0056 100644 --- a/mcs/class/System/net_2_1_raw_System.dll.sources +++ b/mcs/class/System/net_2_1_raw_System.dll.sources @@ -1,3 +1,6 @@ +../../build/common/Consts.cs +../../build/common/Locale.cs +../../build/common/MonoTODOAttribute.cs Assembly/AssemblyInfo.cs System.CodeDom.Compiler/GeneratedCodeAttribute.cs System.Collections.Generic/LinkedList.cs -- 2.11.4.GIT