2004-07-30 Martin Baulig <martin@ximian.com>
[mono.git] / mcs / build / ChangeLog
index 2f2e4a4f8e45c4c59343be6b1797617e5b9bd08b..d76f78a37a0c500fcdf0c72aa0c9347dd6dd2f1d 100644 (file)
@@ -1,3 +1,355 @@
+2004-07-30  Martin Baulig  <martin@ximian.com>
+
+       * executable.make (EXTRA_SOURCES): New variable to add extra
+       sources to the program.
+
+2004-07-30  Raja R Harinath  <harinath@blr-harinath.blr.novell.com>
+
+       * executable.make (PROGRAM_config): New auto-detecting define.
+       Defined if $(PROGRAM).config exists.
+       (install-local): Install $(PROGRAM_config) if it exists.
+
+2004-07-21  Lluis Sanchez Gual  <lluis@novell.com>
+
+       * profiles/default.make, profiles/net_2_0.make, profiles/net_1_0.make:
+         Added FRAMEWORK_VERSION var.
+
+2004-07-02  Raja R Harinath  <rharinath@novell.com>
+
+       Support for avoiding "sharing violations" while compiling core
+       libraries with an in-tree compiler.
+       * library.make (LIBRARY_USE_INTERMEDIATE_FILE): New toggle.
+       ($(the_lib)): Use it.
+
+2004-07-02  Raja R Harinath  <rharinath@novell.com>
+
+       * rules.make (OVERRIDE_BARE_TARGETS): Remove.
+       (OVERRIDE_TARGET_ALL): New control for overriding the default all:
+       rule.  If set, 'make all' will run 'all.override' from the client
+       Makefile.
+       (all): Move commands ...
+       (all.real): ... here.  Make ordering assumptions explicit, and
+       parallel-safe.
+       (test,run-test,run-test-ondotnet,clean,install,uninstall):
+       Consolidate into ...
+       (STD_TARGETS): ... this new variable.  Make ordering assumption
+       between -recursive and -local targets explicit.
+       (%-recursive): Handle W32 GNU make that has --unix as the first
+       argument in $(MAKE).
+       * README.makefiles (Special recursion needs): Update to reflect
+       changes.
+       * library.make (all-local): Build $(the_lib_signature_stamp) when
+       NO_SIGN_ASSEMBLY is defined.
+       ($(gacutil),$(sn)): Consolidate rules.
+       (test-local,run-test-local,run-test-ondotnet-local): Likewise.
+
+2004-07-02  Raja R Harinath  <rharinath@novell.com>
+       
+       * config-default.make (TEST_RUNTIME): Use 'mono' by default.
+       * platforms/win32.make (TEST_RUNTIME): Remove.
+       * profiles/default.make (TEST_RUNTIME): Remove.
+
+2004-06-28  Raja R Harinath  <rharinath@novell.com>
+
+       * platforms/linux.make (RESGEN): Define using $(INTERNAL_RESGEN).
+
+2004-06-21  Raja R Harinath  <rharinath@novell.com>
+
+       * executable.make ($(PROGRAM)): Move depend on the makefrags ...
+       (all-local): ... here.
+       * library.make ($(the_lib), $(test_lib), $(btest_lib), all-local):
+       Likewise.
+       (LIBRARY_SNK): New default define.  Allows library to be signed
+       with a key other than mono.snk.
+       ($(the_lib_signature_stamp)): New stamp file created when an
+       assembly is signed.
+       (install-local, uninstall-local, maybe-sign-lib): Set MONO_PATH.
+
+2004-06-16  Raja R Harinath  <rharinath@novell.com>
+
+       * library.make ($(makefrag),$(test_makefrag),$(btest_makefrag)): 
+       Depend on library.make.
+       * executable.make ($(makefrag)): Depend on executable.make.
+
+2004-06-16  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * library.make : Added GACDIR. Use cygpath -w on windows.
+
+2004-06-14  Raja R Harinath  <rharinath@novell.com>
+
+       * platforms/linux.make (PLATFORM_CHANGE_SEPARATOR_CMD): Define to 'cat'.
+       (PLATFORM_TWEAK_CORLIB_SOURCES): Remove.
+       (platform-check): Avoid bash-ism.
+       * library.make: Simplify uses of $(patsubst x,y,$(foo)) to $(foo:x=y).
+       (core_sourcefile): Rename back to ...
+       (sourcefile): ... this.  Remove creation of redundant intermediate file.
+       (response): Change test for optimization, now that
+       PLATFORM_CHANGE_SEPARATOR_CMD is unconditional.  Combine with
+       platform-exclude handling.
+       (library_CLEAN_FILES): New variable to specify clean:-able files
+       close to where they're defined.
+       (test_response, btest_response): Simplify.
+       * executable.make (response): Change test for optimization.
+       (executable_CLEAN_FILES): New define.
+
+2004-06-14  Raja R Harinath  <rharinath@novell.com>
+
+       * library.make (uninstall-local): Fix typo.
+
+2004-06-11  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * library.make : HAVE_CS_TESTS fixie.
+
+2004-06-11  Raja R Harinath  <rharinath@novell.com>
+
+       * library.make (HAVE_CS_TESTS, HAVE_VB_TESTS): Allow to be
+       overriden.  Useful if the tests sourcefile is generated.
+       (TEST_COMPILE, BTEST_COMPILE): Allow these to be customized too.
+
+       * platforms/win32.make (PLATFORM_TWEAK_CORLIB_SOURCES): Remove.
+
+       Support enough features to build mscorlib.dll.
+       * library.make (core_sourcefile): New renamed from $(sourcefile).
+       (PLATFORM_excludes): Auto-detecting define that sees if
+       $(LIBRARY).$(PLATFORM)-excludes file exists.
+       (sourcefile): New.  Possibly-built file that removes
+       PLATFORM_excluded files from core_sourcefile.
+       (test_against, test_dep): New.  Allow the test assembly to be
+       built against a different library.
+       (test_lib): Allow makefile to override the name of the test
+       assembly.
+       (LIBRARY_INSTALL_DIR): If defined, switch to using $(INSTALL_LIB)
+       rather than $(gacutil).
+       (DISTFILES, dist-local): Use core_sourcefile.
+       (clean-local): Remove sourcefile if it was generated.
+       (test_lib, btest_lib): Depend on $(test_dep).
+
+2004-06-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * library.make: fixed PLATFORM_CHANGE_SEPARATOR_CHAR on windows.
+
+2004-06-09  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * library.make: Added support to fully sign assemblies when doing a
+       "make install" (thanks to Jackson :-).
+
+2004-06-09  Raja R Harinath  <rharinath@novell.com>
+
+       Do away with stampfiles.
+       Introduce support for VB test cases.
+       * library.make (HAVE_CS_TESTS, HAVE_VB_TESTS): New auto-detecting
+       defines.
+       (stampfile, test_stampfile): Remove.
+       (clean-local): Don't mention them.
+       (test-local, run-test-local, run-test-ondotnet-local):
+       Make unconditional.
+       ($(makefrag), $(test_makefrag)): Simplify.
+       ($(btest_lib)): New.  Support for VB testcases.
+
+2004-06-09  Raja R Harinath  <rharinath@novell.com>
+
+       Partial support for writing Visual Basic source files.
+       * rules.make (USE_MBAS_FLAGS,BASCOMPILE,INTERNAL_MBAS): New.
+       * config-default.make (MBAS_FLAGS, DEFAULT_MBAS_FLAGS): New.
+       * profiles/default.make (MBAS): New.
+
+2004-06-09  Raja R Harinath  <rharinath@novell.com>
+
+       Do away with stampfiles.
+       * executable.make (stampfile): Remove.
+       (clean-local): Remove mention of $(stampfile).
+       (test-local, run-test-local, run-test-ondotnet-local):
+       Make unconditional.  Add dummy rule to prevent other makefiles
+       from defining rules on these.
+       ($(PROGRAM)): Depend directly on $(BUILT_SOURCES).
+       ($(makefrag)): Simplify.
+
+2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * README.makefiles : added description for run-test-ondotnet.
+
+2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile, executable.make, library.make, rules.make :
+         Added new target "run-test-ondotnet" that works what "run-test"
+         used to be on windows (i.e. tests our libs under MS.NET).
+
+2004-06-01  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * platforms/win32.make : TEST_RUNTIME should be always mono we can't
+         test our libs against MS.NET runtime. Think about internal call).
+
+2004-05-30  Jackson Harper  <jackson@ximian.com>
+
+       * library.make: Install to 2.0 package if building with the
+       net_2_0 profile.
+       
+2004-05-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * library.make: reference nunti.core.dll and nunit.util.dll when
+       building tests.
+
+2004-05-26  Raja R Harinath  <rharinath@novell.com>
+
+       * library.make (clean-local): Add $(CLEAN_FILES) too.
+
+2004-05-25  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * library.make: changed case on nunit.framework.dll (lowercase)
+
+2004-05-24  Raja R Harinath  <rharinath@novell.com>
+
+       * library.make (LIBRARY_COMPILE): New define.
+       ($(the_lib)): Use $(LIBRARY_COMPILE) to compile $(the_lib).
+
+       * executable.make (PROGRAM_INSTALL_DIR): Allow makefile to specify
+       a different directory for installation.
+       (install-local, uninstall-local): Use it.
+
+2004-05-20  Raja R Harinath  <rharinath@novell.com>
+
+       * profiles/default.make (TEST_RUNTIME): Look in class/lib/default
+       for library to be tested.
+       * rules.make (INTERNAL_RESGEN): New Define.
+       * library.make (run-test-local): Move commands to run-test-lib.
+       Preparartion for allowing creation of addition test dll with .vb
+       testcases.
+       * executable.make (PROGRAM_COMPILE): New define.
+       ($(PROGRAM)): Use PROGRAM_COMPILE to compile PROGRAM.
+
+2004-05-14  Jackson Harper  <jackson@ximian.com>
+
+       * library.make: Install package files. Get params in magical
+       correct order.
+       
+2004-05-11  Jackson Harper  <jackson@ximian.com>
+
+       * platforms/linux.make:
+       * platforms/win32.make: Define a PLATFORM_PATH_SEPARATOR used for
+       separating paths in env vars. (ie MONO_PATH).
+       * profiles/net_2_0.make: Always use gmcs for building the 2.0
+       libraries. corlib is the first lib built and it will build gmcs.
+       
+2004-05-11  Jackson Harper  <jackson@ximian.com>
+
+       * library.make: Allow assembly names to be different then their
+       .sources file names.
+       
+2004-05-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * library.make: build NUnit if we try to run 'make test' and the dll
+       is not found.
+
+2004-04-29  Jackson Harper  <jackson@ximian.com>
+
+       * library.make: Fix uninstall
+       
+2004-04-29  Martin Baulig  <martin@ximian.com>
+
+       * rules.make: Added `INTERNAL_ILASM'.
+
+2004-04-29  Jackson Harper  <jackson@ximian.com>
+
+       * library.make: Use RUNTIME instead of PLATFORM_RUNTIME for the
+       gacutil. gacutil needs to be run on our runtime. Make dependancys
+       more sane.
+       
+2004-04-28  Jackson Harper  <jackson@ximian.com>
+
+       * library.make: Use the proper runtime, make sure gacutil is
+       built.
+       
+2004-04-28  Jackson Harper  <jackson@ximian.com>
+
+       * library.make: Install these bad actors to the GAC.
+       
+2004-04-28  Raja R Harinath  <rharinath@novell.com>
+
+       * library.make (test_flags): NUnit.Framework.dll is now in
+       class/lib/$(PROFILE).
+
+2004-04-26  Jackson Harper  <jackson@ximian.com>
+
+       * library.make:
+       * profiles/bootstrap.make:
+       * profiles/default.make: profiles are built in their ownb lib
+       directory now.
+       * profiles/net_2_0.make: new .net 2.0 profile.
+       
+2004-04-22  Martin Baulig  <martin@ximian.com>
+
+       * profiles/net_1_2.make: Removed.
+       * profiles/martin-generics.make: Remove.
+
+2004-04-19  Raja R Harinath  <rharinath@novell.com>
+
+       * rules.make (%-recursive): Honor 'make -k'.
+
+2004-02-17  Martin Baulig  <martin@ximian.com>
+
+       * profiles/generics.make: Renamed to `martin-generics.make' and
+       added a comment to the file.  I'll rename this back when it's
+       ready for public use.
+
+2003-12-17  Jackson Harper <jackson@ximian.com>
+
+       * profiles/default.make:
+       * profiles/net_1_0.make: Add ONLY_1_0 and ONLY_1_1 defines to fix
+       the build
+       
+2003-12-08  Peter Williams  <peter@newton.cx>
+
+       * config-default.make: Don't check for / define
+       ECHO_ESCAPE: the check isn't smart enough and
+       apparently OS X's shell somehow doesn't support
+       escape characters.
+
+       * library.make: Use embedded tab instead of 
+       $(ECHO_ESCAPE). Fixes OS X build.
+       
+       * executable.make: Same.
+       
+2003-12-05  Martin Baulig  <martin@ximian.com>
+
+       * profiles/generics.make: Define `GENERICS'.
+
+2003-12-05  Martin Baulig  <martin@ximian.com>
+
+       * profiles/net_1_2.make: New profile; uses the .NET 1.2 API's, but
+       without generics and with mcs instead of gmcs.
+
+       * profiles/bootstrap.make: New profile; already use the newly
+       compiled mcs to compile corlib.
+
+2003-12-04  Martin Baulig  <martin@ximian.com>
+
+       * profiles/generics.make: Use gmcs.
+
+2003-11-12 Jackson Harper <jackson@ximian.com>
+
+       * rules.make: 
+       * platforms/linux.make: corlib name is now mscorlib.
+       
+2003-11-09 Ben Maurer  <bmaurer@users.sourceforge.net>
+
+       * profiles/generics.make: add the -2 flag.
+
+2003-10-28 Jackson Harper <jackson@ximian.com>
+
+       * platforms/linux.make: Tell users to read INSTALL.txt not the
+       non-existant README.building.
+       
+2003-10-22  Dick Porter  <dick@ximian.com>
+
+       * platforms/win32.make:
+       * platforms/linux.make:
+       * rules.make: Added RESGEN platform-specific tool.
+
+2003-08-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * config-default.make: the /nowarn arguments are now set on a per
+       library basis.
+
 2003-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
 
        * executable.make: install-local depends on the program too.