more test
[mono.git] / mcs / build / ChangeLog
index ed4d62942ff15b98fbd39588cac27473ca49446a..9ded8c8bfdf82035b568591e31ab6e09251e867b 100644 (file)
@@ -1,3 +1,137 @@
+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
+       necessary.
+
+2008-03-24  Zoltan Varga  <vargaz@gmail.com>
+
+       * library.make (check): Add a standard check target and make it the same as
+       run-test.
+
+2008-03-22  Zoltan Varga  <vargaz@gmail.com>
+
+       * profiles/net_3_5.make (PROFILE_MCS_FLAGS): Get rid of obsolete 
+       -langversion:linq option.
+
+Fri Mar 14 09:31:59 CET 2008 Paolo Molaro <lupus@ximian.com>
+
+       * rules.make, library.make: move GACUTIL definition into rules.make as
+       it's used also by the tools. Add the hidden -bootstrap option.
+
+2008-02-18  Raja R Harinath  <harinath@hurrynot.org>
+
+       * rules.make (%/.stamp): Unify all directory creation targets here.
+
+2008-02-17  Raja R Harinath  <harinath@hurrynot.org>
+
+       * profiles/net_2_1_bootstrap.make: New.
+       * profiles/net_2_1_raw.make: New.  The untuned 2.1 profile.
+       * profiles/net_2_1.make: New.  The tuned 2.1 profile.
+       * Makefile (PROFILES): Update.
+
+2007-12-06  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * profiles/net_3_5.make : fixed net_2_0 path.
+
+2007-12-03  Marek Safar  <marek.safar@gmail.com>
+
+       * Makefile.make: Distribute 3.5 profile
+       
+2007-11-08  Wade Berrier  <wberrier@novell.com>
+
+       * config-default.make: add sysconfdir dir (for mconfig/config.xml)
+
+2007-11-01  Marek Safar  <marek.safar@gmail.com>
+
+       * corcompare.make: Build corcompare into same directory.
+       
+2007-10-27  Marek Safar  <marek.safar@gmail.com>
+
+       * profiles/net_2_0_bootstrap.make: Fixed generics compiler name.
+       
+2007-10-27  Marek Safar  <marek.safar@gmail.com>
+
+       * rules.make: Changed gmcs location.
+       
+2007-10-27  Marek Safar  <marek.safar@gmail.com>
+
+       * executable.make: Added KEEP_OUTPUT_FILE_COPY to avoid move and copy
+       back compiler executables.
+
+2007-09-21  Raja R Harinath  <harinath@gmail.com>
+
+       * Makefile (PROFILES): Remove 'atomic' profiles.
+       * profiles/atomic.make, profiles/bootstrap.make: Remove.
+
+2007-09-04  Wade Berrier  <wberrier@novell.com>
+
+       * library.make: Glob for .sources for all profiles.
+       Use tools/removecomments.sh to account for '#include' and
+       comments, which are only used in the jvm profile at this point
+
+2007-09-01  Jb Evain  <jbevain@novell.com>
+
+       * Makefile: consider the net_2_1 profile.
+
+2007-08-12  Marek Safar  <marek.safar@gmail.com>
+
+       * library.make: Includes new `corcompare' target.
+       
+       * corcompare.make: I got tired of hacking corcompare stuff again and
+       again.
+       
+2007-08-11  Jb Evain  <jbevain@novell.com>
+
+       * profiles/net_2_1: allow 2.1 assemblies in the GAC.
+
+2007-07-27  Jb Evain  <jbevain@novell.com>
+
+       * profiles/net_2_1: use smcs to compile the .net 2.1 assemblies.
+
+2007-07-23  Raja R Harinath  <rharinath@novell.com>
+
+       * library.make (install-local) [GAC]: If LIBRARY_PACKAGE is set to
+       'none' don't install a symlink from a package directory into the gac.
+
+2007-07-11  Jb Evain  <jbevain@novell.com>
+
+       * profiles/net_2_1.make: work on the 2_1 profile.
+
+2007-06-12  Marek Safar  <marek.safar@gmail.com>
+
+       * rules.make: Added FRAMEWORK_VERSION_MAJOR.
+
+2007-05-11  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (dist-local): Remove special-case code.
+       * rules.make ($(depsdir)): New rule to create the dependencies
+       directory on demand.
+       * library.make, executable.make: Make generated files depend on
+       $(depsdir).
+       * profiles/basic.make: Likewise.
+
+       * profiles/net_2_0_bootstrap.make: Move rules for mcs.exe to
+       mcs/Makefile.
+       * library.make (the_libdir, build_libdir): New.  Create these
+       directories on demand instead of worrying about keeping the list
+       of profiles uptodate.
+       * executable.make (prog_dir): Likewise.
+
+2007-03-17  Marek Sieradzki  <marek.sieradzki@gmail.com>
+
+       * library.make: Show correct log (TestResult-ondotnet-PROFILE...) for
+       make run-test-ondotnet.
+
+Fri Nov 24 18:38:31 CET 2006 Paolo Molaro <lupus@ximian.com>
+
+       * library.make: added ability to pass flags to the mono runtime when
+       running the test suite.
+
 2006-09-06  Kornél Pál  <kornelpal@gmail.com>
 
        * TestConfiguration.cs: Moved to Npgsql.