fix for different results message
[mono.git] / mcs / build / ChangeLog
index 4e9f38363ddf17aea6dcd97cd5fb1422bdf990e3..6b6f146e27704ea2e4262665c29de3b3a06c3b42 100644 (file)
@@ -1,9 +1,42 @@
+2005-07-26  Raja R Harinath  <rharinath@novell.com>
+
+       * executable.make, library.make: Use unix-style commandline options.
+       * profiles/basic.make (FRAMEWORK_VERSION): Set.
+       * profiles/net_1_1_bootstrap.make (FRAMEWORK_VERSION): Likewise.
+
+2005-07-22  Raja R Harinath  <rharinath@novell.com>
+
+       * profiles/basic.make (do-profile-check): Make the "silent"
+       compilation check even more silent.  Refuse to use monolite if the
+       corlib version of monolite/mscorlib.dll doesn't match the corlib
+       version of the source.
+
+2005-06-15  Raja R Harinath  <rharinath@novell.com>
+
+       * executable.make (dist-local): Copy from library.make.
+
+2005-05-23  Raja R Harinath  <rharinath@novell.com>
+
+       * rules.make (STD_TARGETS): Make them all go through an
+       indirection.
+       (all): Indirect through do-all.
+       (all.real): Remove.
+       (do-%): New pattern fallback.  Performs the standard behaviour:
+       %-recursive, and then %-local.
+       (do-run-test): New.  Make '-k' more useful.
+       Reported by Ritvik Mayank.
+
+2005-05-10  Raja R Harinath  <rharinath@novell.com>
+
+       * library.make (dist-fixup): Fix typo.
+
 2005-05-06  Raja R Harinath  <rharinath@novell.com>
 
        * library.make (LIBRARY_NEEDS_PREPROCESSING): New control.
        (build_lib): Name of library built.  Default to $(the_lib) unless
        preprocessing.
        ($(build_lib)): Rename from '$(the_lib)'.
+       ($(makefrag)): Emit dependencies on $(build_lib).
 
 2005-05-04  Zoltan Varga  <vargaz@freemail.hu>