From 38ddf0c94aef6a86b34572bab8f949f8450c8d34 Mon Sep 17 00:00:00 2001 From: jbevain Date: Tue, 21 Jul 2009 13:56:23 +0000 Subject: [PATCH] 2009-07-21 Jb Evain * Makefile: specify bootstrap and SUBDIRS for the monotouch profile. git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mcs@138296 e3ebcda4-bce8-0310-ba0a-eca2169e7518 --- ChangeLog | 4 ++++ Makefile | 2 ++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3cf757e462..3f81e4ac31 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-07-21 Jb Evain + + * Makefile: specify bootstrap and SUBDIRS for the monotouch profile. + 2009-07-16 Raja R Harinath Improve coarse-grain parallelism in the build diff --git a/Makefile b/Makefile index 2c41d19422..458e0eca7d 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,7 @@ net_2_0_SUBDIRS := build jay mcs class nunit24 ilasm tools tests errors docs 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 := 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 @@ -102,6 +103,7 @@ $(_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--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--% -- 2.11.4.GIT