Forgot to commit ChangeLog
[mcs.git] / build / ChangeLog
blob1508412984b8d626392317739cc9f85dd02b5699
1 2006-04-11  Raja R Harinath  <rharinath@novell.com>
3         * profiles/default.make (BOOTSTRAP_PROFILE): Define.
4         * profiles/net_2_0.make (BOOTSTRAP_PROFILE): Define.
5         * rules.make (INTERNAL_RESGEN): Pick from bootstrap profile.
7 2006-01-19  Raja R Harinath  <rharinath@novell.com>
9         * library.make (test_lib): Don't allow to be overridden.
10         (test_against, test_dep): Remove.
12 2006-01-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14         * executable.make: allow installing a different .config file for
15         executables such as nunit-console.exe that should use a different one
16         depending on the profile.
18 2006-01-05  Raja R Harinath  <rharinath@novell.com>
20         * library.make (run-test-lib, run-test-ondotnet-lib): Workaround a
21         sed limitation when printing the testsuite log.
23 2005-12-22  Raja R Harinath  <rharinath@novell.com>
25         * library.make (lib_dir): Define to 'compat' if LIBRARY_COMPAT is
26         defined, 'lib' otherwise.
27         (the_lib): Use it to decide where to place the output library.
28         (LIBRARY_PACKAGE): New define.  Install development symlinks for
29         compat libraries in a different directory.
31 2005-12-03  Kornél Pál  <kornelpal@hotmail.com>
33         * config-default.make: Corrected default CODEPAGE comment to ISO-8859-1
34           (Latin 1).
36 2005-11-22  Vladislav Spivak <spivak@mainsoft.com>
37         * Missed dependency. 
38         <profile>.sources file is supporting #include directive
39         Usually it includes common .sources file.
40         Let's make it dependency of <profile>.sources
42 2005-10-03  Raja R Harinath  <rharinath@novell.com>
44         * profiles/basic.make (monolite_flag, use_monolite): New.  Used to
45         determine if we need to compile with 'monolite' rather than with
46         an external mcs.
47         (do-profile-check): Simplify.  Remove corlib version testing
48         scripts.  Delegate that work to the mono runtime itself.  Split
49         off 'monolite' handling into ...
50         (do-profile-check-monolite): ... this.
52 2005-09-27  Kornél Pál  <kornelpal@hotmail.com>
54         * config-default.make: Added CODEPAGE that is the default encoding used by
55           compilers.
56         * rules.make (USE_MCS_FLAGS, USE_MBAS_FLAGS): Added /codepage.
58 2005-09-22  Raja R Harinath  <rharinath@novell.com>
60         * Makefile (BUILT_FILES): New.
61         (all-local ...): Depend on them.
62         (clean-local): Relete them.
63         (common/Consts.cs): New rule.
64         (COMMON_SRCS): Don't distribute common/Consts.cs.
66 2005-09-12  Raja R Harinath  <rharinath@novell.com>
68         * profiles/basic.make (do-profile-check): Quote sed expression.
70 2005-09-06  Raja R Harinath  <rharinath@novell.com>
72         * profiles/net_1_1_bootstrap.make: Remove special-handling on Win32.
73         * profiles/default.make: Likewise.
75 2005-08-26  Kornél Pál  <kornelpal@hotmail.com>
77         * Makefile: Added Consts.cs.in. Removed MonoVersion.cs.
79 2005-08-23  Raja R Harinath  <rharinath@novell.com>
81         * profiles/basic.make (do-profile-check): Set MONO_PATH to
82         monolite directory when running disassembler.
84 2005-08-22  Raja R Harinath  <rharinath@novell.com>
86         * Makefile (DISTFILES): Move files in common/ to ...
87         (COMMON_SRCS): ... this.  Add Consts.cs, MonoVersion.cs and
88         TestConfiguration.cs.
90 2005-08-19  Raja R Harinath  <rharinath@novell.com>
92         * profiles/basic.make (do-profile-check): Add some debugging output.
93         Handle disassemblers that print corlib version in hex.
95 2005-07-26  Raja R Harinath  <rharinath@novell.com>
97         * executable.make, library.make: Use unix-style commandline options.
98         * profiles/basic.make (FRAMEWORK_VERSION): Set.
99         * profiles/net_1_1_bootstrap.make (FRAMEWORK_VERSION): Likewise.
101 2005-07-22  Raja R Harinath  <rharinath@novell.com>
103         * profiles/basic.make (do-profile-check): Make the "silent"
104         compilation check even more silent.  Refuse to use monolite if the
105         corlib version of monolite/mscorlib.dll doesn't match the corlib
106         version of the source.
108 2005-06-15  Raja R Harinath  <rharinath@novell.com>
110         * executable.make (dist-local): Copy from library.make.
112 2005-05-23  Raja R Harinath  <rharinath@novell.com>
114         * rules.make (STD_TARGETS): Make them all go through an
115         indirection.
116         (all): Indirect through do-all.
117         (all.real): Remove.
118         (do-%): New pattern fallback.  Performs the standard behaviour:
119         %-recursive, and then %-local.
120         (do-run-test): New.  Make '-k' more useful.
121         Reported by Ritvik Mayank.
123 2005-05-10  Raja R Harinath  <rharinath@novell.com>
125         * library.make (dist-fixup): Fix typo.
127 2005-05-06  Raja R Harinath  <rharinath@novell.com>
129         * library.make (LIBRARY_NEEDS_PREPROCESSING): New control.
130         (build_lib): Name of library built.  Default to $(the_lib) unless
131         preprocessing.
132         ($(build_lib)): Rename from '$(the_lib)'.
133         ($(makefrag)): Emit dependencies on $(build_lib).
135 2005-05-04  Zoltan Varga  <vargaz@freemail.hu>
137         * rules.make config-default.make: Use the install-sh script from the mono
138         directory by default.
140 2005-04-29  Ben Maurer  <bmaurer@ximian.com>
142         * profiles/basic.make: The test for mcs was broken on jails where
143         we got a warning due to /proc not being mounted. Remove hackish wc
144         usage.
146 2005-04-25  Raja R Harinath  <rharinath@novell.com>
148         * config-default.make (RUNTIME): Set to 'false'.
149         Reported by Ben Maurer.
150         * profiles/basic.make (MCS): Revert changes below.
151         * platforms/linux.make (ILDISASM): Define.
152         * platforms/win32.make (ILDIsASM): Likewise.
154 2005-04-23  Ben Maurer  <bmaurer@ximian.com>
156         * profiles/basic.make: Ensure that make dist works even if you
157         only have an old mono rpm installed. Essential for the new build
158         system.
160 2005-04-21  Raja R Harinath  <rharinath@novell.com>
162         * rules.make (INTERNAL_ILASM): Update.
164 2005-04-14  Raja R Harinath  <rharinath@novell.com>
166         * library.make (dist-local): Include all ChangeLogs in the tarball.
168 2005-04-08  Raja R Harinath  <rharinath@novell.com>
170         * profiles/basic.make (do-profile-check): Handle some possible
171         timestamp problems.  Hopefully fix #74280.
173 2005-03-30  Zoltan Varga  <vargaz@freemail.hu>
175         * rules.make (INSTALL_DATA): Pass -c to install.
177 2005-03-18  Raja R Harinath  <rharinath@novell.com>
179         * library.make (TEST_FILES, $(test_response), $(btest_response)):
180         Be more robust to empty lines in test sources file.
182 2005-03-14  Raja R Harinath  <rharinath@novell.com>
184         * executable.make (install-local): Depend on all-local even when
185         NO_INSTALL is defined.
186         * library.make: Minor cleanups to match executable.make.
187         (gacutil): Use net_1_1_bootstrap/gacutil.exe.
188         * profiles/basic.make (no-install): Remove.
189         * profiles/net_1_1_bootstrap.make (no-install): Likewise.
191 2005-02-22  Raja R Harinath  <rharinath@novell.com>
193         * library.make (BUILT_SOURCES_cmdline): Don't define if
194         BUILT_SOURCES is empty.
196 2005-02-21  Michal Moskal  <malekith@pld-linux.org>
197             Raja R Harinath  <rharinath@novell.com>
199         * config-default.make (exec_prefix, libdir): New.
200         * library.make (libdir): Remove.
201         * executable.make (PROGRAM_INSTALL_DIR): Define in terms of
202         $(libdir).
204 2005-02-15  Raja R Harinath  <rharinath@novell.com>
206         * platforms/win32.make (RESGEN): Point to in-tree version of
207         resgen.exe.  The .NET 1.1 SDK doesn't appear to come with one.
209 2005-02-10  Raja R Harinath  <rharinath@novell.com>
211         * library.make (DISTFILES): Add $(btest_sourcefile).
213 2005-02-02  Raja R Harinath  <rharinath@novell.com>
215         * library.make (run-test-lib): Use $(LOCAL_TEST_HARNESS_FLAGS).
216         (run-test-ondotnet-lib): Use $(LOCAL_TEST_HARNESS_ONDOTNET_FLAGS).
218 2005-02-01  Zoltan Varga  <vargaz@freemail.hu>
220         * library.make (run-test-lib): Exclude InetAccess tests.
222 2005-02-30  Sebastien Pouliot  <sebastien@ximian.com>
224         * library.make: Exclude CAS category from run-test-ondotnet.
226 2005-01-31  Sebastien Pouliot  <sebastien@ximian.com>
228         * library.make: Exclude CAS category when running unit tests with 
229         Mono (they can be run manually using --security). Added a define
230         for WINDOWS (only on Windows) to be used for declarative security
231         attributes ONLY.
233 2005-01-24  Raja R Harinath  <rharinath@novell.com>
235         * library.make (run-test-lib, run-test-ondotnet-lib): Print out
236         the log.
238 2005-01-16 Nick Drochak  <ndrochak@ieee.org>
240         * library.make: /exclude for nunit needs a comma separated list
242 2005-01-14  Atsushi Enomoto  <atsushi@ximian.com>
244         * library.make : output TestResult-ondotnet-(profile).log instead of
245           TestResult-(profile).log for run-test-ondotnet.
247 2005-01-13  Raja R Harinath  <rharinath@novell.com>
249         * profiles/default.make (MBAS) [!PLATFORM_MONO_NATIVE]: Use
250         $(EXTERNAL_MBAS).
251         Reported by Nick Drochak.
253 2005-01-03  Nick Drochak  <ndrochak@ieee.org>
255         * library.make: Ingore tests that are not meant to be run on MS DotNet
257 2004-12-14  Raja R Harinath  <rharinath@novell.com>
259         * profiles/basic.make (do-profile-check): Rename from
260         'real-profile-check'.  Rewrite slightly to use 'make' to build the
261         sanity check.
262         (clean-profile): Remove the files.
264 2004-12-08  Raja R Harinath  <rharinath@novell.com>
266         * profiles/basic.make (real-profile-check): Update to new location
267         of secret stash of bootstrap files.
269 2004-12-07  Raja R Harinath  <rharinath@novell.com>
271         * executable.make (uninstall-local): Remove .config file too.
272         * library.make (uninstall-local): Don't error out if GACUTIL fails.
274 2004-12-07  Raja R Harinath  <rharinath@novell.com>
276         * library.make (BUILT_SOURCES_cmdline): Use
277         PLATFORM_CHANGE_SEPARATOR_CMD on BUILT_SOURCES too.
278         ($(the_lib)): Use it.
280 2004-12-04  Atsushi Enomoto  <atsushi@ximian.com>
282         * library.make,
283           profiles/default.make,
284           profiles/basic.make : use PLATFORM_PATH_SEPARATOR.
286 2004-12-03  Raja R Harinath  <rharinath@novell.com>
288         * profiles/basic.make (MCS): Run the INTERNAL_MCS.
289         (USE_BOOT_COMPILE): Remove.
291 2004-12-03  Raja R Harinath  <rharinath@novell.com>
293         * library.make (gacdir_flag): New.  Disable /gacdir flag if
294         RUNTIME_HAS_CONSISTENT_GACDIR flag is set.
295         (install-local): Use it.
297 2004-11-30  Raja R Harinath  <rharinath@novell.com>
299         * executable.make (makefrag): Make profile-specific.
301 2004-11-26  Martin Baulig  <martin@ximian.com>
303         * library.make (run-test-lib, run-test-ondotnet-lib): Added
304         `/output:TestResult-$(PROFILE).log' argument to NUnit.
306 2004-11-26  Raja R Harinath  <rharinath@novell.com>
308         * library.make ($(the_lib)): Don't complain if a .mdb file wasn't
309         created (even though it's just a warning).
310         (install-local) [LIBRARY_INSTALL_DIR]: Likewise.
311         (PACKAGE): Remove.
312         (install-local) [!LIBRARY_INSTALL_DIR]: Use $(FRAMEWORK_VERSION).
313         * executable.make ($(PROGRAM)): Likewise.
314         (install-local): Likewise.
315         (PROGRAM_INSTALL_DIR): Define Using $(FRAMEWORK_VERSION).
317 2004-11-26  Raja R Harinath  <rharinath@novell.com>
319         * profiles/basic.make (real-profile-check): Prepend ./ when
320         executing basic-profile-check.exe.  EXTERNAL_RUNTIME can be empty.
322 2004-11-25  Raja R Harinath  <rharinath@novell.com>
324         * platforms/linux.make (EXTERNAL_MCS,EXTERNAL_MBAS,EXTERNAL_RUNTIME):
325         New.
326         * platforms/win32.make: Likewise.
327         * profiles/basic.make: Use $(EXTERNAL_MCS).
328         * profiles/net_1_1_bootstrap.make: Likewise.
329         * library.make ($(the_lib)): Add support for BUILT_SOURCES.
330         (run-test-lib): Pass $(TEST_HARNESS_FLAGS) to harness.  Useful to
331         pass, say /labels, to nunit-console.
333 2004-11-25  Raja R Harinath  <rharinath@novell.com>
335         * library.make ($(gacutil)): Fix path.
337 2004-11-23  Raja R Harinath  <rharinath@novell.com>
339         * executable.make (NO_INSTALL): New option.  Disables installation.
340         * library.make (NO_INSTALL): Likewise.
341         (install-local) [!NO_INSTALL, !LIBRARY_INSTALL_DIR]: Pass both
342         /gacdir and /root options to gacutil.
343         * platforms/linux.make (platform-check): Print the BOOTSTRAP_MCS
344         command that was tried, in case of failure.     
345         * profiles/basic.make (NO_TEST, NO_INSTALL): Define.
346         * profiles/net_1_1_bootstrap.make: Likewise.
347         * profiles/net_2_0_bootstrap.make: Likewise.
349 2004-11-22  Raja R Harinath  <rharinath@novell.com>
351         * library.make (SN): New define.  Use the net_1_1_bootstrap sn.exe.
352         (SNFLAGS): New.
353         ($(the_lib)): Use them to sign assemblies as they're built.
354         (the_lib_signature_stamp): Remove.
356         * Makefile (DISTFILES): Distribute all the profile make-fragments.
357         (clean-local): Clean up the deps/ directory.
359 2004-11-19  Raja R Harinath  <rharinath@novell.com>
361         Orchestrate the bootstrap.
362         * rules.make (INTERNAL_MCS): Look for mcs.exe in profile-specific directory.
363         * profiles/net_1_1_bootstrap.make (BOOTSTRAP_MCS): Use mcs.exe from
364         basic profile.  
365         * profiles/default.make (BOOTSTRAP_MCS): Use mcs.exe from the
366         net_1_1_bootstrap profile.
367         * profiles/net_2_0_bootstrap.make (BOOTSTRAP_MCS): Use mcs.exe
368         from default profile.
369         (all-local, clean-local): New.  Copy mcs.exe from default profile,
370         but customize it to work with 2.0.x libraries.
371         * profiles/net_2_0.make (BOOTSTRAP_MCS): Define approprately for
372         building corlib.
374         * executable.make (executable_CLEAN_FILES): Clean up more files.
375         ($(PROGRAM)): Move .mdb files too.
377 2004-11-18  Atsushi Enomoto  <atsushi@ximian.com>
379         * library.make: Reverted the last fix. It broke windows build (that
380           should be fixed though).
382 2004-11-18  Atsushi Enomoto  <atsushi@ximian.com>
384         * library.make: Some minor fix for PLATFORM_PATH_SEPARATOR.
386 2004-11-17  Raja R Harinath  <rharinath@novell.com>
388         * executable.make: Improve support for building executable into a
389         different directory.
391 2004-11-09  Raja R Harinath  <rharinath@novell.com>
393         * profiles/basic.make: New.
394         * profiles/net_2_0.make (PROFILE_MCS_FLAGS): Remove '-2' flag.
395         * profiles/net_1_1_bootstrap.make (NO_SIGN_ASSEMBLY): Set.
397 2004-11-04  Raja R Harinath  <rharinath@novell.com>
399         * profiles/net_1_1_bootstrap.make: New profile.
400         * profiles/net_2_0_bootstrap.make: Use in-tree mcs for
401         bootstrapping mscorlib.dll.
402         * platforms/linux.make (platform-check): Make more robust.
403         * rules.make (%-recursive): Propagate error exit from sub-makes
404         even if invoked with 'make -k'.
406 2004-10-29  Raja R Harinath  <rharinath@novell.com>
408         * profiles/net_2_0_bootstrap.make (PROFILE_MCS_FLAGS): Remove
409         -langversion:default flag.
411         * rules.make (distdir): Remove.
412         (PROFILE_SUBDIRS): New.  Support profile-specific SUBDIRS.
413         (DIST_SUBDIRS): New.
414         (dist-recursive): Define distdir here.
416 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
418         * config-default.make (TEST_RUNTIME): Add TEST_MONO_PATH variable.
420 2004-09-27  Raja R Harinath  <rharinath@novell.com>
422         * library.make ($(test_nunit_dep)): Make sure NUnit is built for
423         the profile being tested.
424         (nunit-$(PROFILE).stamp): Rename from nunit.stamp.
425         * config-default.make (TEST_HARNESS): Look for 'nunit-console' in
426         profile-specific directory.
428 2004-09-21  Raja R Harinath  <rharinath@novell.com>
430         * profiles/net_2_0_bootstrap.make: New file.
432         * library.make (the_mdb): Fix.
433         (library_CLEAN_FILES): Add the new test results files too.
435 2004-09-14  Raja R Harinath  <rharinath@novell.com>
437         * library.make (test_lib, btest_lib): Build separate test
438         assemblies for separate profiles.
439         (dist-local): Don't copy files beginning with '../'.
440         (test_sourcefile, btest_sourcefile): Define in terms of
441         $(test_lib) or $(btest_lib) only if they're overriden.
442         (test_response, test_makefrag): Remove redundant $(PROFILE) in name.
443         (run-test-lib, run-btest-lib): Unify.  Give profile-specific name
444         for output XML file.
445         * rules.make (dist-default): Handle any of Makefile, makefile, or
446         GNUmakefile being present.
447         * profiles/net_2_0.make (TEST_RUNTIME): Don't define.
449 2004-08-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
451         * executable.make:
452         * library.make: install/clean .mdb files.
454 2004-07-30  Martin Baulig  <martin@ximian.com>
456         * executable.make (EXTRA_SOURCES): New variable to add extra
457         sources to the program.
459 2004-07-30  Raja R Harinath  <harinath@blr-harinath.blr.novell.com>
461         * executable.make (PROGRAM_config): New auto-detecting define.
462         Defined if $(PROGRAM).config exists.
463         (install-local): Install $(PROGRAM_config) if it exists.
465 2004-07-21  Lluis Sanchez Gual  <lluis@novell.com>
467         * profiles/default.make, profiles/net_2_0.make, profiles/net_1_0.make:
468           Added FRAMEWORK_VERSION var.
470 2004-07-02  Raja R Harinath  <rharinath@novell.com>
472         Support for avoiding "sharing violations" while compiling core
473         libraries with an in-tree compiler.
474         * library.make (LIBRARY_USE_INTERMEDIATE_FILE): New toggle.
475         ($(the_lib)): Use it.
477 2004-07-02  Raja R Harinath  <rharinath@novell.com>
479         * rules.make (OVERRIDE_BARE_TARGETS): Remove.
480         (OVERRIDE_TARGET_ALL): New control for overriding the default all:
481         rule.  If set, 'make all' will run 'all.override' from the client
482         Makefile.
483         (all): Move commands ...
484         (all.real): ... here.  Make ordering assumptions explicit, and
485         parallel-safe.
486         (test,run-test,run-test-ondotnet,clean,install,uninstall):
487         Consolidate into ...
488         (STD_TARGETS): ... this new variable.  Make ordering assumption
489         between -recursive and -local targets explicit.
490         (%-recursive): Handle W32 GNU make that has --unix as the first
491         argument in $(MAKE).
492         * README.makefiles (Special recursion needs): Update to reflect
493         changes.
494         * library.make (all-local): Build $(the_lib_signature_stamp) when
495         NO_SIGN_ASSEMBLY is defined.
496         ($(gacutil),$(sn)): Consolidate rules.
497         (test-local,run-test-local,run-test-ondotnet-local): Likewise.
499 2004-07-02  Raja R Harinath  <rharinath@novell.com>
500         
501         * config-default.make (TEST_RUNTIME): Use 'mono' by default.
502         * platforms/win32.make (TEST_RUNTIME): Remove.
503         * profiles/default.make (TEST_RUNTIME): Remove.
505 2004-06-28  Raja R Harinath  <rharinath@novell.com>
507         * platforms/linux.make (RESGEN): Define using $(INTERNAL_RESGEN).
509 2004-06-21  Raja R Harinath  <rharinath@novell.com>
511         * executable.make ($(PROGRAM)): Move depend on the makefrags ...
512         (all-local): ... here.
513         * library.make ($(the_lib), $(test_lib), $(btest_lib), all-local):
514         Likewise.
515         (LIBRARY_SNK): New default define.  Allows library to be signed
516         with a key other than mono.snk.
517         ($(the_lib_signature_stamp)): New stamp file created when an
518         assembly is signed.
519         (install-local, uninstall-local, maybe-sign-lib): Set MONO_PATH.
521 2004-06-16  Raja R Harinath  <rharinath@novell.com>
523         * library.make ($(makefrag),$(test_makefrag),$(btest_makefrag)): 
524         Depend on library.make.
525         * executable.make ($(makefrag)): Depend on executable.make.
527 2004-06-16  Atsushi Enomoto  <atsushi@ximian.com>
529         * library.make : Added GACDIR. Use cygpath -w on windows.
531 2004-06-14  Raja R Harinath  <rharinath@novell.com>
533         * platforms/linux.make (PLATFORM_CHANGE_SEPARATOR_CMD): Define to 'cat'.
534         (PLATFORM_TWEAK_CORLIB_SOURCES): Remove.
535         (platform-check): Avoid bash-ism.
536         * library.make: Simplify uses of $(patsubst x,y,$(foo)) to $(foo:x=y).
537         (core_sourcefile): Rename back to ...
538         (sourcefile): ... this.  Remove creation of redundant intermediate file.
539         (response): Change test for optimization, now that
540         PLATFORM_CHANGE_SEPARATOR_CMD is unconditional.  Combine with
541         platform-exclude handling.
542         (library_CLEAN_FILES): New variable to specify clean:-able files
543         close to where they're defined.
544         (test_response, btest_response): Simplify.
545         * executable.make (response): Change test for optimization.
546         (executable_CLEAN_FILES): New define.
548 2004-06-14  Raja R Harinath  <rharinath@novell.com>
550         * library.make (uninstall-local): Fix typo.
552 2004-06-11  Atsushi Enomoto  <atsushi@ximian.com>
554         * library.make : HAVE_CS_TESTS fixie.
556 2004-06-11  Raja R Harinath  <rharinath@novell.com>
558         * library.make (HAVE_CS_TESTS, HAVE_VB_TESTS): Allow to be
559         overriden.  Useful if the tests sourcefile is generated.
560         (TEST_COMPILE, BTEST_COMPILE): Allow these to be customized too.
562         * platforms/win32.make (PLATFORM_TWEAK_CORLIB_SOURCES): Remove.
564         Support enough features to build mscorlib.dll.
565         * library.make (core_sourcefile): New renamed from $(sourcefile).
566         (PLATFORM_excludes): Auto-detecting define that sees if
567         $(LIBRARY).$(PLATFORM)-excludes file exists.
568         (sourcefile): New.  Possibly-built file that removes
569         PLATFORM_excluded files from core_sourcefile.
570         (test_against, test_dep): New.  Allow the test assembly to be
571         built against a different library.
572         (test_lib): Allow makefile to override the name of the test
573         assembly.
574         (LIBRARY_INSTALL_DIR): If defined, switch to using $(INSTALL_LIB)
575         rather than $(gacutil).
576         (DISTFILES, dist-local): Use core_sourcefile.
577         (clean-local): Remove sourcefile if it was generated.
578         (test_lib, btest_lib): Depend on $(test_dep).
580 2004-06-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
582         * library.make: fixed PLATFORM_CHANGE_SEPARATOR_CHAR on windows.
584 2004-06-09  Sebastien Pouliot  <sebastien@ximian.com>
586         * library.make: Added support to fully sign assemblies when doing a
587         "make install" (thanks to Jackson :-).
589 2004-06-09  Raja R Harinath  <rharinath@novell.com>
591         Do away with stampfiles.
592         Introduce support for VB test cases.
593         * library.make (HAVE_CS_TESTS, HAVE_VB_TESTS): New auto-detecting
594         defines.
595         (stampfile, test_stampfile): Remove.
596         (clean-local): Don't mention them.
597         (test-local, run-test-local, run-test-ondotnet-local):
598         Make unconditional.
599         ($(makefrag), $(test_makefrag)): Simplify.
600         ($(btest_lib)): New.  Support for VB testcases.
602 2004-06-09  Raja R Harinath  <rharinath@novell.com>
604         Partial support for writing Visual Basic source files.
605         * rules.make (USE_MBAS_FLAGS,BASCOMPILE,INTERNAL_MBAS): New.
606         * config-default.make (MBAS_FLAGS, DEFAULT_MBAS_FLAGS): New.
607         * profiles/default.make (MBAS): New.
609 2004-06-09  Raja R Harinath  <rharinath@novell.com>
611         Do away with stampfiles.
612         * executable.make (stampfile): Remove.
613         (clean-local): Remove mention of $(stampfile).
614         (test-local, run-test-local, run-test-ondotnet-local):
615         Make unconditional.  Add dummy rule to prevent other makefiles
616         from defining rules on these.
617         ($(PROGRAM)): Depend directly on $(BUILT_SOURCES).
618         ($(makefrag)): Simplify.
620 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
622         * README.makefiles : added description for run-test-ondotnet.
624 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
626         * Makefile, executable.make, library.make, rules.make :
627           Added new target "run-test-ondotnet" that works what "run-test"
628           used to be on windows (i.e. tests our libs under MS.NET).
630 2004-06-01  Atsushi Enomoto  <atsushi@ximian.com>
632         * platforms/win32.make : TEST_RUNTIME should be always mono we can't
633           test our libs against MS.NET runtime. Think about internal call).
635 2004-05-30  Jackson Harper  <jackson@ximian.com>
637         * library.make: Install to 2.0 package if building with the
638         net_2_0 profile.
639         
640 2004-05-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
642         * library.make: reference nunti.core.dll and nunit.util.dll when
643         building tests.
645 2004-05-26  Raja R Harinath  <rharinath@novell.com>
647         * library.make (clean-local): Add $(CLEAN_FILES) too.
649 2004-05-25  Sebastien Pouliot  <sebastien@ximian.com>
651         * library.make: changed case on nunit.framework.dll (lowercase)
653 2004-05-24  Raja R Harinath  <rharinath@novell.com>
655         * library.make (LIBRARY_COMPILE): New define.
656         ($(the_lib)): Use $(LIBRARY_COMPILE) to compile $(the_lib).
658         * executable.make (PROGRAM_INSTALL_DIR): Allow makefile to specify
659         a different directory for installation.
660         (install-local, uninstall-local): Use it.
662 2004-05-20  Raja R Harinath  <rharinath@novell.com>
664         * profiles/default.make (TEST_RUNTIME): Look in class/lib/default
665         for library to be tested.
666         * rules.make (INTERNAL_RESGEN): New Define.
667         * library.make (run-test-local): Move commands to run-test-lib.
668         Preparartion for allowing creation of addition test dll with .vb
669         testcases.
670         * executable.make (PROGRAM_COMPILE): New define.
671         ($(PROGRAM)): Use PROGRAM_COMPILE to compile PROGRAM.
673 2004-05-14  Jackson Harper  <jackson@ximian.com>
675         * library.make: Install package files. Get params in magical
676         correct order.
677         
678 2004-05-11  Jackson Harper  <jackson@ximian.com>
680         * platforms/linux.make:
681         * platforms/win32.make: Define a PLATFORM_PATH_SEPARATOR used for
682         separating paths in env vars. (ie MONO_PATH).
683         * profiles/net_2_0.make: Always use gmcs for building the 2.0
684         libraries. corlib is the first lib built and it will build gmcs.
685         
686 2004-05-11  Jackson Harper  <jackson@ximian.com>
688         * library.make: Allow assembly names to be different then their
689         .sources file names.
690         
691 2004-05-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
693         * library.make: build NUnit if we try to run 'make test' and the dll
694         is not found.
696 2004-04-29  Jackson Harper  <jackson@ximian.com>
698         * library.make: Fix uninstall
699         
700 2004-04-29  Martin Baulig  <martin@ximian.com>
702         * rules.make: Added `INTERNAL_ILASM'.
704 2004-04-29  Jackson Harper  <jackson@ximian.com>
706         * library.make: Use RUNTIME instead of PLATFORM_RUNTIME for the
707         gacutil. gacutil needs to be run on our runtime. Make dependancys
708         more sane.
709         
710 2004-04-28  Jackson Harper  <jackson@ximian.com>
712         * library.make: Use the proper runtime, make sure gacutil is
713         built.
714         
715 2004-04-28  Jackson Harper  <jackson@ximian.com>
717         * library.make: Install these bad actors to the GAC.
718         
719 2004-04-28  Raja R Harinath  <rharinath@novell.com>
721         * library.make (test_flags): NUnit.Framework.dll is now in
722         class/lib/$(PROFILE).
724 2004-04-26  Jackson Harper  <jackson@ximian.com>
726         * library.make:
727         * profiles/bootstrap.make:
728         * profiles/default.make: profiles are built in their ownb lib
729         directory now.
730         * profiles/net_2_0.make: new .net 2.0 profile.
731         
732 2004-04-22  Martin Baulig  <martin@ximian.com>
734         * profiles/net_1_2.make: Removed.
735         * profiles/martin-generics.make: Remove.
737 2004-04-19  Raja R Harinath  <rharinath@novell.com>
739         * rules.make (%-recursive): Honor 'make -k'.
741 2004-02-17  Martin Baulig  <martin@ximian.com>
743         * profiles/generics.make: Renamed to `martin-generics.make' and
744         added a comment to the file.  I'll rename this back when it's
745         ready for public use.
747 2003-12-17  Jackson Harper <jackson@ximian.com>
749         * profiles/default.make:
750         * profiles/net_1_0.make: Add ONLY_1_0 and ONLY_1_1 defines to fix
751         the build
752         
753 2003-12-08  Peter Williams  <peter@newton.cx>
755         * config-default.make: Don't check for / define
756         ECHO_ESCAPE: the check isn't smart enough and
757         apparently OS X's shell somehow doesn't support
758         escape characters.
760         * library.make: Use embedded tab instead of 
761         $(ECHO_ESCAPE). Fixes OS X build.
762         
763         * executable.make: Same.
764         
765 2003-12-05  Martin Baulig  <martin@ximian.com>
767         * profiles/generics.make: Define `GENERICS'.
769 2003-12-05  Martin Baulig  <martin@ximian.com>
771         * profiles/net_1_2.make: New profile; uses the .NET 1.2 API's, but
772         without generics and with mcs instead of gmcs.
774         * profiles/bootstrap.make: New profile; already use the newly
775         compiled mcs to compile corlib.
777 2003-12-04  Martin Baulig  <martin@ximian.com>
779         * profiles/generics.make: Use gmcs.
781 2003-11-12 Jackson Harper <jackson@ximian.com>
783         * rules.make: 
784         * platforms/linux.make: corlib name is now mscorlib.
785         
786 2003-11-09 Ben Maurer  <bmaurer@users.sourceforge.net>
788         * profiles/generics.make: add the -2 flag.
790 2003-10-28 Jackson Harper <jackson@ximian.com>
792         * platforms/linux.make: Tell users to read INSTALL.txt not the
793         non-existant README.building.
794         
795 2003-10-22  Dick Porter  <dick@ximian.com>
797         * platforms/win32.make:
798         * platforms/linux.make:
799         * rules.make: Added RESGEN platform-specific tool.
801 2003-08-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
803         * config-default.make: the /nowarn arguments are now set on a per
804         library basis.
806 2003-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
808         * executable.make: install-local depends on the program too.
810 2003-07-25  Peter Williams <peter@newton.cx>
812         * rules.make (run-test): Make it depend on 'test-local'
813         then 'run-test-local' after 'run-test-recursive'. This way,
814         'make run-test' from the toplevel doesn't recurse through all
815         the directories doing a make test before we run anything.
817 2003-07-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
819         * rules.make: run-test depends now on 'test'.
821 2003-07-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
823         * rules.make: set corlib to PLATFORM_CORLIB if this is defined.
825 2003-07-22  Peter Williams  <peter@newton.cx>
827         * rules.make (withmcs): Add this developer utility target.
829 2003-07-20  Peter Williams  <peter@newton.cx>
831         * README.platforms: Update docs for changes below.
833         * platforms/win32.make (PLATFORM_CORLIB): Set this variable
834         to 'mscorlib.dll', instead of $(corlib) which everything links
835         against. *Almost* everything should link against our corlib --
836         with the exception of corlib_cmp and corlib_res.
838         * platforms/linux.make: Same here: corlib.dll
840         * rules.make: Define $(corlib) here.
842 2003-07-20  Peter Williams  <peter@newton.cx>
844         * config-default.make (TEST_RUNTIME): Use the platform runtime
845         to run tests, by default.
847         * profiles/default.make (TEST_RUNTIME): If our test runtime is
848         mono, use the --debug flag.
850         * executable.make (sourcefile): Add a basename so that we can
851         find the nunit sources and so we behave a bit more like
852         library.make
854         * config-default.make (TEST_HARNESS): Find nunit-console in its
855         new home.
857 2003-07-20  Peter Williams  <peter@newton.cx>
859         * library.make ($(response)): Do a "Creating ..." line here.
861         * executable.make ($(response)): Same.
863         * config-default.make: Make warning more forceful.
865         * rules.make: Define a useful 'PLATFORM_MONO_NATIVE' that is
866         set if the platform does not have a native runtime (ie, linux).
867         Also reorder some definitions.
869 2003-07-20  Peter Williams  <peter@newton.cx>
871         * Created. See ../ChangeLog for entries earlier than
872         this.