fix for different results message
[mono.git] / mcs / build / ChangeLog
index b4047424d10dee7d6386e557f089c536f2efb09e..6b6f146e27704ea2e4262665c29de3b3a06c3b42 100644 (file)
@@ -1,3 +1,172 @@
+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>
+
+       * config-default.make (exec_prefix, libdir): New.
+       * library.make (libdir): Remove.
+       * executable.make (PROGRAM_INSTALL_DIR): Define in terms of
+       $(libdir).
+
+2005-02-15  Raja R Harinath  <rharinath@novell.com>
+
+       * platforms/win32.make (RESGEN): Point to in-tree version of
+       resgen.exe.  The .NET 1.1 SDK doesn't appear to come with one.
+
+2005-02-10  Raja R Harinath  <rharinath@novell.com>
+
+       * library.make (DISTFILES): Add $(btest_sourcefile).
+
+2005-02-02  Raja R Harinath  <rharinath@novell.com>
+
+       * library.make (run-test-lib): Use $(LOCAL_TEST_HARNESS_FLAGS).
+       (run-test-ondotnet-lib): Use $(LOCAL_TEST_HARNESS_ONDOTNET_FLAGS).
+
+2005-02-01  Zoltan Varga  <vargaz@freemail.hu>
+
+       * library.make (run-test-lib): Exclude InetAccess tests.
+
+2005-02-30  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * library.make: Exclude CAS category from run-test-ondotnet.
+
+2005-01-31  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * library.make: Exclude CAS category when running unit tests with 
+       Mono (they can be run manually using --security). Added a define
+       for WINDOWS (only on Windows) to be used for declarative security
+       attributes ONLY.
+
+2005-01-24  Raja R Harinath  <rharinath@novell.com>
+
+       * library.make (run-test-lib, run-test-ondotnet-lib): Print out
+       the log.
+
+2005-01-16 Nick Drochak  <ndrochak@ieee.org>
+
+       * library.make: /exclude for nunit needs a comma separated list
+
+2005-01-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * library.make : output TestResult-ondotnet-(profile).log instead of
+         TestResult-(profile).log for run-test-ondotnet.
+
+2005-01-13  Raja R Harinath  <rharinath@novell.com>
+
+       * profiles/default.make (MBAS) [!PLATFORM_MONO_NATIVE]: Use
+       $(EXTERNAL_MBAS).
+       Reported by Nick Drochak.
+
+2005-01-03  Nick Drochak  <ndrochak@ieee.org>
+
+       * library.make: Ingore tests that are not meant to be run on MS DotNet
+
+2004-12-14  Raja R Harinath  <rharinath@novell.com>
+
+       * profiles/basic.make (do-profile-check): Rename from
+       'real-profile-check'.  Rewrite slightly to use 'make' to build the
+       sanity check.
+       (clean-profile): Remove the files.
+
 2004-12-08  Raja R Harinath  <rharinath@novell.com>
 
        * profiles/basic.make (real-profile-check): Update to new location