2009-02-19 Jb Evain <jbevain@novell.com>
[mono.git] / mcs / build / ChangeLog
index 8baf0225129b7800b8b02b43d73d7ee478a9c941..ade954d243f6c5eff95f39dbcd32ca28096974bf 100644 (file)
@@ -1,3 +1,132 @@
+2009-01-08  Geoff Norton  <gnorton@novell.com>
+
+       * Makefile: Add darwin.make to the make dist target as well
+
+2009-01-07  Geoff Norton  <gnorton@novell.com>
+
+       * library.make: Allow platform specific exclude tags from the
+       test harness suite.
+       * darwin.make: Add to the build and add a new NotOnMac test
+       category
+
+2008-12-30  Ankit Jain  <jankit@novell.com>
+
+       * library.make (TEST_HARNESS_OUTPUT*): Fix /labels switch.
+
+2008-12-12  Raja R Harinath  <harinath@hurrynot.org>
+
+       * rules.make (topdir): Don't use $(shell ...).
+       Reported by Jonathan Chambers.
+
+2008-12-10  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * library.make : enable FIXTURE and TESTNAME on run-test-ondotnet.
+
+2008-11-28  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile : ugh, ok another dist pain.
+
+2008-11-28  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * nunit-summary.xsl : copied from nunit resource (summary.xslt)
+       * library.make : put transformation result from TestResult-*.xml
+         into TestResult-*.log as we used to do.
+
+2008-11-28  Marek Habersack  <mhabersack@novell.com>
+
+       * library.make (FIXTURE_ARG): /parameter:value syntax is not
+       supported in nunit 2.4
+       (TESTNAME_ARG): added support for the nunit-console -run
+       parameter, so that individual tests can be ran.
+
+2008-11-26  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * library.make : another nunit20 to kill :(
+
+2008-11-25  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * library.make : update nunit options that break upgrade to 2.4.
+
+2008-11-18  Raja R Harinath  <harinath@hurrynot.org>
+
+       * library.make (TEST_FILES): Notice filenames with ../ in the test
+       sources file, and handle them in a way suitable for the 'make
+       dist' handling of such files.
+
+2008-11-12  Zoltan Varga  <vargaz@gmail.com>
+
+       * library.make: AOT the library after compilation if the AOT_IN_PROFILES
+       variable is defined and it contains the current profile.
+
+2008-10-18  Jonathan Pryor  <jpryor@novell.com>
+
+       * rules.make (dist-default): Distribute the Documentation directory, 
+         if present.
+
+2008-10-18  Jonathan Pryor  <jpryor@novell.com>
+
+       * rules.make (MDOC): MONO_PATH needs to include net_1_1 so monodoc.dll
+         can be found.
+
+2008-10-17  Jonathan Pryor  <jpryor@novell.com>
+
+       * README.makefiles: Add documentation about the new doc-update target.
+
+2008-10-18  Raja R Harinath  <harinath@hurrynot.org>
+
+       * rules.make (MDOC): Pass a proper MONO_PATH.
+
+2008-10-17  Jonathan Pryor  <jpryor@novell.com>
+
+       * build.rules: doc-update is now a standard target; provide a $(MDOC)
+         variable to simplify running the `mdoc` updater program.
+       * executable.make: Add doc-update target support (does nothing).
+       * library.make: Add doc-update target support; runs `mdoc update` on
+         the assembly, updating the documentation within Documentation/en.
+       * Makefile: Add doc-update target support.
+
+2008-09-14  Zoltan Varga  <vargaz@gmail.com>
+
+       * library.make: Allow FIXTURE make variable to be passed to nunit.
+
+2008-08-29  Raja R Harinath  <harinath@hurrynot.org>
+
+       * rules.make (do-%): Revert change below.  We need the recursion
+       to ensure ordering of %-local after %-recursive.  IOW, we
+       want to ensure strict linearity even with a 'make -j'.
+
+2008-08-28  Zoltan Varga  <vargaz@gmail.com>
+
+       * rules.make (Q_MCS): Use 5 spaces instead of -e '\\t'.
+
+       * library.make: Make some command quiet.
+
+       * rules.make: Avoid some needless recursive make invocations.
+       
+       * rules.make: Print the profile in the quiet commands.
+
+       * rules.make: Make the build process quiet similarly to the runtime build
+       process. Use the V=1 argument to make to make it verbose again.
+
+2008-08-04  Zoltan Varga  <vargaz@gmail.com>
+
+       * rules.make (PROFILE): If no profile is passed on the command line, make
+       net_2_0 the default.
+
+2008-06-30  Marek Safar  <marek.safar@gmail.com>
+
+       * platforms/linux.make: Enable mcs optimizations.
+
+2008-06-03  Zoltan Varga  <vargaz@gmail.com>
+
+       * rules.make (PROFILE): Reapply the PROFILE=net_2_0 change. One can still
+       build 1.1 libraries using make PROFILE=default.
+
+2008-05-27  Raja R Harinath  <harinath@hurrynot.org>
+
+       * executable.make ($(PROGRAM_config)): Depend on directory
+       creation stamp.
+
 2008-04-09  Gert Driesen  <drieseng@users.sourceforge.net>
 
        * library.make: hidden -bootstrap option for gacutil is no longer