fix for different results message
[mono.git] / mcs / build / ChangeLog
index 77a9f88bc06d5051f0c63dd3a513712f40619b43..6b6f146e27704ea2e4262665c29de3b3a06c3b42 100644 (file)
@@ -1,3 +1,104 @@
+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>
+
+       * rules.make config-default.make: Use the install-sh script from the mono
+       directory by default.
+
+2005-04-29  Ben Maurer  <bmaurer@ximian.com>
+
+       * profiles/basic.make: The test for mcs was broken on jails where
+       we got a warning due to /proc not being mounted. Remove hackish wc
+       usage.
+
+2005-04-25  Raja R Harinath  <rharinath@novell.com>
+
+       * config-default.make (RUNTIME): Set to 'false'.
+       Reported by Ben Maurer.
+       * profiles/basic.make (MCS): Revert changes below.
+       * platforms/linux.make (ILDISASM): Define.
+       * platforms/win32.make (ILDIsASM): Likewise.
+
+2005-04-23  Ben Maurer  <bmaurer@ximian.com>
+
+       * profiles/basic.make: Ensure that make dist works even if you
+       only have an old mono rpm installed. Essential for the new build
+       system.
+
+2005-04-21  Raja R Harinath  <rharinath@novell.com>
+
+       * rules.make (INTERNAL_ILASM): Update.
+
+2005-04-14  Raja R Harinath  <rharinath@novell.com>
+
+       * library.make (dist-local): Include all ChangeLogs in the tarball.
+
+2005-04-08  Raja R Harinath  <rharinath@novell.com>
+
+       * profiles/basic.make (do-profile-check): Handle some possible
+       timestamp problems.  Hopefully fix #74280.
+
+2005-03-30  Zoltan Varga  <vargaz@freemail.hu>
+
+       * rules.make (INSTALL_DATA): Pass -c to install.
+
+2005-03-18  Raja R Harinath  <rharinath@novell.com>
+
+       * library.make (TEST_FILES, $(test_response), $(btest_response)):
+       Be more robust to empty lines in test sources file.
+
+2005-03-14  Raja R Harinath  <rharinath@novell.com>
+
+       * executable.make (install-local): Depend on all-local even when
+       NO_INSTALL is defined.
+       * library.make: Minor cleanups to match executable.make.
+       (gacutil): Use net_1_1_bootstrap/gacutil.exe.
+       * profiles/basic.make (no-install): Remove.
+       * profiles/net_1_1_bootstrap.make (no-install): Likewise.
+
+2005-02-22  Raja R Harinath  <rharinath@novell.com>
+
+       * library.make (BUILT_SOURCES_cmdline): Don't define if
+       BUILT_SOURCES is empty.
+
 2005-02-21  Michal Moskal  <malekith@pld-linux.org>
            Raja R Harinath  <rharinath@novell.com>