revert
authorJb Evain <jbevain@gmail.com>
Sun, 1 Mar 2009 19:29:28 +0000 (19:29 -0000)
committerJb Evain <jbevain@gmail.com>
Sun, 1 Mar 2009 19:29:28 +0000 (19:29 -0000)
svn path=/trunk/mcs/; revision=128311

mcs/tools/ChangeLog
mcs/tools/Makefile

index 14978ae6c91061f9687e2b57afae72e475d14bec..f6c7bb47a97351bb90045116815acffa0cfefa32 100644 (file)
@@ -1,18 +1,3 @@
-2009-02-27  Jb Evain  <jbevain@novell.com>
-
-       * Makefile: don't tune net_2_1 assemblies here.
-       moon takes care of that now.
-
-2008-12-05  Jb Evain  <jbevain@novell.com>
-
-       * tuner/Mono.Tuner/RemoveSerialization.cs
-       * tuner/Mono.Tuner/PrintStatus.cs
-       * tuner/Mono.Tuner/AdjustVisibility.cs
-       * tuner/Mono.Tuner/InjectAttributes.cs
-       * tuner/Mono.Tuner/CheckVisibility.cs:
-               do not tune the assemblies that the linker doesn't
-               consider for actual linking.
-
 2008-12-01  Jb Evain  <jbevain@novell.com>
 
        * Makefile: build the tuner library during the net_1_1 profile. The
index ed84acbe3a8e7359dc1307459381275ea8107968..74ffcb31d66c4fabff6c119ddeb192b58db6249a 100644 (file)
@@ -63,7 +63,7 @@ net_1_1_SUBDIRS := $(net_1_1_dirs)
 net_2_0_bootstrap_SUBDIRS = resgen
 net_2_0_SUBDIRS := $(net_2_0_dirs)
 net_2_1_raw_SUBDIRS := $(net_2_1_dirs)
-net_2_1_SUBDIRS := $(net_2_1_dirs)
+net_2_1_SUBDIRS := $(net_2_1_dirs) moon
 
 SUBDIRS = $(net_1_1_SUBDIRS) $(net_2_0_SUBDIRS) $(net_2_1_SUBDIRS)