X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fbuild%2FChangeLog;h=2b6610dd9757a85de2a4fa951255d17b98c3a7a1;hb=48469100928cd1db3b3c7e008a65c6fffdeacc4b;hp=b36dab1056135acde2be8a752b07904cba1c41b9;hpb=8f52dfd8c9731b2a732ae7a9e73d99a280d8ad76;p=mono.git diff --git a/mcs/build/ChangeLog b/mcs/build/ChangeLog index b36dab10561..2b6610dd975 100644 --- a/mcs/build/ChangeLog +++ b/mcs/build/ChangeLog @@ -1,3 +1,73 @@ +2010-03-03 Jonathan Pryor + + * library.make: Add the generated per-profile .source file to + library_CLEAN_FILES so that it's actually removed on clean. + +2010-03-03 Rolf Bjarne Kvinge + + * profiles/net_2_1_bootstrap.make: Make 'basic' the bootstrapping + profile for net_2_1_bootstrap. + +2010-02-27 Raja R Harinath + + * rules.make (all-local $(STD_TARGETS:=-local)): Add empty targets. + +2010-02-08 Zoltan Varga + + * library.make (install-local): Install the compiled aot lib too. + + * executable.make (install-local): Ditto. + +2010-01-15 Atsushi Enomoto + + * 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 + + * executable.make, library.make, rules.make: quote file name + wherever referenced in dist* targets, so that files with spaces in + name work fine. + +2010-01-12 Zoltan Varga + + * profiles/basic.make (do-profile-check): Honor the V=1 flag. + +2010-01-08 Jonathan Pryor + + * library.make: Update $(MDOC_UP) to remove the net_1_ detection. + mdoc 2.4 moved to Cecil and stopped building monodocer1, rendering + the check meaningless, and current trunk doesn't build the 1.0 + profile anyway, making the check more meaningless. + +2009-12-17 Marek Safar + + * common/basic.make: Use bootstrap compiler only for compilation. + +2009-12-02 Marek Safar + + * common/basic-profile-check.cs: Bump bootstrap requirement to Mono + 2.4+. + +2009-11-17 Marek Habersack + + * tests.make (TEST_RUNTIME_WRAPPERS_PATH): added - used to set up + correct PATH for tests + +2009-10-02 Raja R Harinath + + * profiles/basic.make (PROFILE_CS): Remove. + (PROFILE_CHECK_CSHARP): Move to ... + * common/basic-profile-check.cs: ... here. + +2009-10-02 Marek Safar + + * build/common.cs.in: Disabled 1.x only profiles. + +2009-10-02 Marek Safar + + * profiles/net_2_0_bootstrap.make: Make it tools profile only. + 2009-10-01 Marek Safar * profiles/*.make, platforms/linux.make: Bootstrap default profile @@ -1215,4 +1285,3 @@ Fri Nov 24 18:38:31 CET 2006 Paolo Molaro * Created. See ../ChangeLog for entries earlier than this. -