2009-12-01 Jb Evain <jbevain@novell.com>
[mcs.git] / build / ChangeLog
blob27cf43c53f77a45eafd907c5a6c6da067eba4c4c
1 2009-11-17  Marek Habersack  <mhabersack@novell.com>
3         * tests.make (TEST_RUNTIME_WRAPPERS_PATH): added - used to set up
4         correct PATH for tests
6 2009-10-02  Raja R Harinath  <harinath@hurrynot.org>
8         * profiles/basic.make (PROFILE_CS): Remove.
9         (PROFILE_CHECK_CSHARP): Move to ...
10         * common/basic-profile-check.cs: ... here.
12 2009-10-02  Marek Safar  <marek.safar@gmail.com>
14         * build/common.cs.in: Disabled 1.x only profiles.
16 2009-10-02  Marek Safar  <marek.safar@gmail.com>
18         * profiles/net_2_0_bootstrap.make: Make it tools profile only.
20 2009-10-01  Marek Safar  <marek.safar@gmail.com>
22         * profiles/*.make, platforms/linux.make: Bootstrap default profile
23         using gmcs.
25 2008-09-11  Marek Safar  <marek.safar@gmail.com>
27         * library.make: Add NO_BUILD to ignore assembly during build.
29 2009-07-30  Raja R Harinath  <harinath@hurrynot.org>
31         * library.make (SNFLAGS): Remove '-R', since it's specific to the
32         action required.
33         ($(build_lib)): Use -R flag with $(SN).
34         ($(the_lib)): Add a sanity check to verify that the assembly is signed.
36 2009-07-26  Raja R Harinath  <harinath@hurrynot.org>
38         Make AOT compilation explicit
39         * platforms/darwin.make (PLATFORM_AOT_SUFFIX): New.
40         * platforms/linux.make (PLATFORM_AOT_SUFFIX): New.
41         * library.make ($(build_lib)): Don't try to AOT compile the
42         library in its possibly temporary location.
43         (DO_AOT): Remove.  Move to ...
44         ($(the_lib)$(PLATFORM_AOT_SUFFIX)): ... here, new rule to
45         explicitly run the AOT compilation.
46         (all-local) [ENABLE_AOT]: Build the AOT compiled library as appropriate.
48 2009-07-26  Raja R Harinath  <harinath@hurrynot.org>
50         Fix parallel-build issues with LIBRARY_USE_INTERMEDIATE_FILE
51         * library.make (build_lib): Define to a profile dependent
52         temporary location for LIBRARY_USE_INTERMEDIATE_FILE.
53         (DO_AOT): New.  Extracted from ...
54         ($(build_lib)): ... here.  Simplify.  Extract code handling
55         LIBRARY_USE_INTERMEDIATE_FILE into ...
56         ($(the_lib)) [LIBRARY_USE_INTERMEDIATE_FILE]: ... here, a new rule
57         that takes care of copying the library from its temporary location
58         to the final location.
60 2009-07-20  Jb Evain  <jbevain@novell.com>
62         * profiles/monotouch.make: add monotouch profile.
64 2009-07-16  Raja R Harinath  <harinath@hurrynot.org>
66         * profiles/net_2_0_bootstrap.make (BOOTSTRAP_PROFILE): Set to
67         net_1_1_bootstrap instead of net_1_1.
69 2009-06-03  Zoltan Varga  <vargaz@gmail.com>
71         * profiles/net_4_0.make: Add preliminary net 4.0 profile.
73 2009-04-09  Jonathan Pryor  <jpryor@novell.com>
75         * executable.make, library.make: Move the include for tests.make so
76           that DISTFILES can be properly set (and thus properly distribute the
77           *_test.dll.sources file).  This allows unit tests to actually build
78           and run when building from the tarball.
80 2009-04-05  Jonathan Pryor  <jpryor@novell.com>
82         * executable.make: Support HAS_NUNIT_TEST variable; if set, will build
83           an NUnit test assembly during 'make test' and will run the tests
84           within the NUnit test assembly during 'make run-test'.
85         * library.make: Split out NUnit test rules/logic into tests.make.
86         * Makefile: Distribute tests.make.
87         * README.makefiles: Document HAS_NUNIT_TEST for executable.make,
88           documenting how to have NUnit tests for executables.
89         * tests.make: Added; NUnit test logic rules.
91 2009-01-08  Geoff Norton  <gnorton@novell.com>
93         * Makefile: Add darwin.make to the make dist target as well
95 2009-01-07  Geoff Norton  <gnorton@novell.com>
97         * library.make: Allow platform specific exclude tags from the
98         test harness suite.
99         * darwin.make: Add to the build and add a new NotOnMac test
100         category
102 2008-12-30  Ankit Jain  <jankit@novell.com>
104         * library.make (TEST_HARNESS_OUTPUT*): Fix /labels switch.
106 2008-12-12  Raja R Harinath  <harinath@hurrynot.org>
108         * rules.make (topdir): Don't use $(shell ...).
109         Reported by Jonathan Chambers.
111 2008-12-10  Atsushi Enomoto  <atsushi@ximian.com>
113         * library.make : enable FIXTURE and TESTNAME on run-test-ondotnet.
115 2008-11-28  Atsushi Enomoto  <atsushi@ximian.com>
117         * Makefile : ugh, ok another dist pain.
119 2008-11-28  Atsushi Enomoto  <atsushi@ximian.com>
121         * nunit-summary.xsl : copied from nunit resource (summary.xslt)
122         * library.make : put transformation result from TestResult-*.xml
123           into TestResult-*.log as we used to do.
125 2008-11-28  Marek Habersack  <mhabersack@novell.com>
127         * library.make (FIXTURE_ARG): /parameter:value syntax is not
128         supported in nunit 2.4
129         (TESTNAME_ARG): added support for the nunit-console -run
130         parameter, so that individual tests can be ran.
132 2008-11-26  Atsushi Enomoto  <atsushi@ximian.com>
134         * library.make : another nunit20 to kill :(
136 2008-11-25  Atsushi Enomoto  <atsushi@ximian.com>
138         * library.make : update nunit options that break upgrade to 2.4.
140 2008-11-18  Raja R Harinath  <harinath@hurrynot.org>
142         * library.make (TEST_FILES): Notice filenames with ../ in the test
143         sources file, and handle them in a way suitable for the 'make
144         dist' handling of such files.
146 2008-11-12  Zoltan Varga  <vargaz@gmail.com>
148         * library.make: AOT the library after compilation if the AOT_IN_PROFILES
149         variable is defined and it contains the current profile.
151 2008-10-18  Jonathan Pryor  <jpryor@novell.com>
153         * rules.make (dist-default): Distribute the Documentation directory, 
154           if present.
156 2008-10-18  Jonathan Pryor  <jpryor@novell.com>
158         * rules.make (MDOC): MONO_PATH needs to include net_1_1 so monodoc.dll
159           can be found.
161 2008-10-17  Jonathan Pryor  <jpryor@novell.com>
163         * README.makefiles: Add documentation about the new doc-update target.
165 2008-10-18  Raja R Harinath  <harinath@hurrynot.org>
167         * rules.make (MDOC): Pass a proper MONO_PATH.
169 2008-10-17  Jonathan Pryor  <jpryor@novell.com>
171         * build.rules: doc-update is now a standard target; provide a $(MDOC)
172           variable to simplify running the `mdoc` updater program.
173         * executable.make: Add doc-update target support (does nothing).
174         * library.make: Add doc-update target support; runs `mdoc update` on
175           the assembly, updating the documentation within Documentation/en.
176         * Makefile: Add doc-update target support.
178 2008-09-14  Zoltan Varga  <vargaz@gmail.com>
180         * library.make: Allow FIXTURE make variable to be passed to nunit.
182 2008-08-29  Raja R Harinath  <harinath@hurrynot.org>
184         * rules.make (do-%): Revert change below.  We need the recursion
185         to ensure ordering of %-local after %-recursive.  IOW, we
186         want to ensure strict linearity even with a 'make -j'.
188 2008-08-28  Zoltan Varga  <vargaz@gmail.com>
190         * rules.make (Q_MCS): Use 5 spaces instead of -e '\\t'.
192         * library.make: Make some command quiet.
194         * rules.make: Avoid some needless recursive make invocations.
195         
196         * rules.make: Print the profile in the quiet commands.
198         * rules.make: Make the build process quiet similarly to the runtime build
199         process. Use the V=1 argument to make to make it verbose again.
201 2008-08-04  Zoltan Varga  <vargaz@gmail.com>
203         * rules.make (PROFILE): If no profile is passed on the command line, make
204         net_2_0 the default.
206 2008-06-30  Marek Safar  <marek.safar@gmail.com>
208         * platforms/linux.make: Enable mcs optimizations.
210 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
212         * rules.make (PROFILE): Reapply the PROFILE=net_2_0 change. One can still
213         build 1.1 libraries using make PROFILE=default.
215 2008-05-27  Raja R Harinath  <harinath@hurrynot.org>
217         * executable.make ($(PROGRAM_config)): Depend on directory
218         creation stamp.
220 2008-04-09  Gert Driesen  <drieseng@users.sourceforge.net>
222         * library.make: hidden -bootstrap option for gacutil is no longer
223         necessary.
225 2008-03-24  Zoltan Varga  <vargaz@gmail.com>
227         * library.make (check): Add a standard check target and make it the same as
228         run-test.
230 2008-03-22  Zoltan Varga  <vargaz@gmail.com>
232         * profiles/net_3_5.make (PROFILE_MCS_FLAGS): Get rid of obsolete 
233         -langversion:linq option.
235 Fri Mar 14 09:31:59 CET 2008 Paolo Molaro <lupus@ximian.com>
237         * rules.make, library.make: move GACUTIL definition into rules.make as
238         it's used also by the tools. Add the hidden -bootstrap option.
240 2008-02-18  Raja R Harinath  <harinath@hurrynot.org>
242         * rules.make (%/.stamp): Unify all directory creation targets here.
244 2008-02-17  Raja R Harinath  <harinath@hurrynot.org>
246         * profiles/net_2_1_bootstrap.make: New.
247         * profiles/net_2_1_raw.make: New.  The untuned 2.1 profile.
248         * profiles/net_2_1.make: New.  The tuned 2.1 profile.
249         * Makefile (PROFILES): Update.
251 2007-12-06  Atsushi Enomoto  <atsushi@ximian.com>
253         * profiles/net_3_5.make : fixed net_2_0 path.
255 2007-12-03  Marek Safar  <marek.safar@gmail.com>
257         * Makefile.make: Distribute 3.5 profile
258         
259 2007-11-08  Wade Berrier  <wberrier@novell.com>
261         * config-default.make: add sysconfdir dir (for mconfig/config.xml)
263 2007-11-01  Marek Safar  <marek.safar@gmail.com>
265         * corcompare.make: Build corcompare into same directory.
266         
267 2007-10-27  Marek Safar  <marek.safar@gmail.com>
269         * profiles/net_2_0_bootstrap.make: Fixed generics compiler name.
270         
271 2007-10-27  Marek Safar  <marek.safar@gmail.com>
273         * rules.make: Changed gmcs location.
274         
275 2007-10-27  Marek Safar  <marek.safar@gmail.com>
277         * executable.make: Added KEEP_OUTPUT_FILE_COPY to avoid move and copy
278         back compiler executables.
280 2007-09-21  Raja R Harinath  <harinath@gmail.com>
282         * Makefile (PROFILES): Remove 'atomic' profiles.
283         * profiles/atomic.make, profiles/bootstrap.make: Remove.
285 2007-09-04  Wade Berrier  <wberrier@novell.com>
287         * library.make: Glob for .sources for all profiles.
288         Use tools/removecomments.sh to account for '#include' and
289         comments, which are only used in the jvm profile at this point
291 2007-09-01  Jb Evain  <jbevain@novell.com>
293         * Makefile: consider the net_2_1 profile.
295 2007-08-12  Marek Safar  <marek.safar@gmail.com>
297         * library.make: Includes new `corcompare' target.
298         
299         * corcompare.make: I got tired of hacking corcompare stuff again and
300         again.
301         
302 2007-08-11  Jb Evain  <jbevain@novell.com>
304         * profiles/net_2_1: allow 2.1 assemblies in the GAC.
306 2007-07-27  Jb Evain  <jbevain@novell.com>
308         * profiles/net_2_1: use smcs to compile the .net 2.1 assemblies.
310 2007-07-23  Raja R Harinath  <rharinath@novell.com>
312         * library.make (install-local) [GAC]: If LIBRARY_PACKAGE is set to
313         'none' don't install a symlink from a package directory into the gac.
315 2007-07-11  Jb Evain  <jbevain@novell.com>
317         * profiles/net_2_1.make: work on the 2_1 profile.
319 2007-06-12  Marek Safar  <marek.safar@gmail.com>
321         * rules.make: Added FRAMEWORK_VERSION_MAJOR.
323 2007-05-11  Raja R Harinath  <rharinath@novell.com>
325         * Makefile (dist-local): Remove special-case code.
326         * rules.make ($(depsdir)): New rule to create the dependencies
327         directory on demand.
328         * library.make, executable.make: Make generated files depend on
329         $(depsdir).
330         * profiles/basic.make: Likewise.
332         * profiles/net_2_0_bootstrap.make: Move rules for mcs.exe to
333         mcs/Makefile.
334         * library.make (the_libdir, build_libdir): New.  Create these
335         directories on demand instead of worrying about keeping the list
336         of profiles uptodate.
337         * executable.make (prog_dir): Likewise.
339 2007-03-17  Marek Sieradzki  <marek.sieradzki@gmail.com>
341         * library.make: Show correct log (TestResult-ondotnet-PROFILE...) for
342         make run-test-ondotnet.
344 Fri Nov 24 18:38:31 CET 2006 Paolo Molaro <lupus@ximian.com>
346         * library.make: added ability to pass flags to the mono runtime when
347         running the test suite.
349 2006-09-06  Kornél Pál  <kornelpal@gmail.com>
351         * TestConfiguration.cs: Moved to Npgsql.
353 2006-09-05  Kornél Pál  <kornelpal@hotmail.com>
355         * config-default.make: Use UTF-8 as the default encoding for compilers.
357 2006-09-04  Raja R Harinath  <rharinath@novell.com>
359         * library.make (TEST_HARNESS_VERBOSE): New user toggle.  If
360         defined, NUnit will print the names of the unit tests as they are
361         run.  Can be used to narrow down infloops.
362         (TEST_HARNESS_EXCLUDE): Provide a way to override the list of
363         excluded unit test categories.
365 2006-04-11  Raja R Harinath  <rharinath@novell.com>
367         * profiles/default.make (BOOTSTRAP_PROFILE): Define.
368         * profiles/net_2_0.make (BOOTSTRAP_PROFILE): Define.
369         * rules.make (INTERNAL_RESGEN): Pick from bootstrap profile.
371 2006-01-19  Raja R Harinath  <rharinath@novell.com>
373         * library.make (test_lib): Don't allow to be overridden.
374         (test_against, test_dep): Remove.
376 2006-01-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
378         * executable.make: allow installing a different .config file for
379         executables such as nunit-console.exe that should use a different one
380         depending on the profile.
382 2006-01-05  Raja R Harinath  <rharinath@novell.com>
384         * library.make (run-test-lib, run-test-ondotnet-lib): Workaround a
385         sed limitation when printing the testsuite log.
387 2005-12-22  Raja R Harinath  <rharinath@novell.com>
389         * library.make (lib_dir): Define to 'compat' if LIBRARY_COMPAT is
390         defined, 'lib' otherwise.
391         (the_lib): Use it to decide where to place the output library.
392         (LIBRARY_PACKAGE): New define.  Install development symlinks for
393         compat libraries in a different directory.
395 2005-12-03  Kornél Pál  <kornelpal@hotmail.com>
397         * config-default.make: Corrected default CODEPAGE comment to ISO-8859-1
398           (Latin 1).
400 2005-11-22  Vladislav Spivak <spivak@mainsoft.com>
401         * Missed dependency. 
402         <profile>.sources file is supporting #include directive
403         Usually it includes common .sources file.
404         Let's make it dependency of <profile>.sources
406 2005-10-03  Raja R Harinath  <rharinath@novell.com>
408         * profiles/basic.make (monolite_flag, use_monolite): New.  Used to
409         determine if we need to compile with 'monolite' rather than with
410         an external mcs.
411         (do-profile-check): Simplify.  Remove corlib version testing
412         scripts.  Delegate that work to the mono runtime itself.  Split
413         off 'monolite' handling into ...
414         (do-profile-check-monolite): ... this.
416 2005-09-27  Kornél Pál  <kornelpal@hotmail.com>
418         * config-default.make: Added CODEPAGE that is the default encoding used by
419           compilers.
420         * rules.make (USE_MCS_FLAGS, USE_MBAS_FLAGS): Added /codepage.
422 2005-09-22  Raja R Harinath  <rharinath@novell.com>
424         * Makefile (BUILT_FILES): New.
425         (all-local ...): Depend on them.
426         (clean-local): Relete them.
427         (common/Consts.cs): New rule.
428         (COMMON_SRCS): Don't distribute common/Consts.cs.
430 2005-09-12  Raja R Harinath  <rharinath@novell.com>
432         * profiles/basic.make (do-profile-check): Quote sed expression.
434 2005-09-06  Raja R Harinath  <rharinath@novell.com>
436         * profiles/net_1_1_bootstrap.make: Remove special-handling on Win32.
437         * profiles/default.make: Likewise.
439 2005-08-26  Kornél Pál  <kornelpal@hotmail.com>
441         * Makefile: Added Consts.cs.in. Removed MonoVersion.cs.
443 2005-08-23  Raja R Harinath  <rharinath@novell.com>
445         * profiles/basic.make (do-profile-check): Set MONO_PATH to
446         monolite directory when running disassembler.
448 2005-08-22  Raja R Harinath  <rharinath@novell.com>
450         * Makefile (DISTFILES): Move files in common/ to ...
451         (COMMON_SRCS): ... this.  Add Consts.cs, MonoVersion.cs and
452         TestConfiguration.cs.
454 2005-08-19  Raja R Harinath  <rharinath@novell.com>
456         * profiles/basic.make (do-profile-check): Add some debugging output.
457         Handle disassemblers that print corlib version in hex.
459 2005-07-26  Raja R Harinath  <rharinath@novell.com>
461         * executable.make, library.make: Use unix-style commandline options.
462         * profiles/basic.make (FRAMEWORK_VERSION): Set.
463         * profiles/net_1_1_bootstrap.make (FRAMEWORK_VERSION): Likewise.
465 2005-07-22  Raja R Harinath  <rharinath@novell.com>
467         * profiles/basic.make (do-profile-check): Make the "silent"
468         compilation check even more silent.  Refuse to use monolite if the
469         corlib version of monolite/mscorlib.dll doesn't match the corlib
470         version of the source.
472 2005-06-15  Raja R Harinath  <rharinath@novell.com>
474         * executable.make (dist-local): Copy from library.make.
476 2005-05-23  Raja R Harinath  <rharinath@novell.com>
478         * rules.make (STD_TARGETS): Make them all go through an
479         indirection.
480         (all): Indirect through do-all.
481         (all.real): Remove.
482         (do-%): New pattern fallback.  Performs the standard behaviour:
483         %-recursive, and then %-local.
484         (do-run-test): New.  Make '-k' more useful.
485         Reported by Ritvik Mayank.
487 2005-05-10  Raja R Harinath  <rharinath@novell.com>
489         * library.make (dist-fixup): Fix typo.
491 2005-05-06  Raja R Harinath  <rharinath@novell.com>
493         * library.make (LIBRARY_NEEDS_PREPROCESSING): New control.
494         (build_lib): Name of library built.  Default to $(the_lib) unless
495         preprocessing.
496         ($(build_lib)): Rename from '$(the_lib)'.
497         ($(makefrag)): Emit dependencies on $(build_lib).
499 2005-05-04  Zoltan Varga  <vargaz@freemail.hu>
501         * rules.make config-default.make: Use the install-sh script from the mono
502         directory by default.
504 2005-04-29  Ben Maurer  <bmaurer@ximian.com>
506         * profiles/basic.make: The test for mcs was broken on jails where
507         we got a warning due to /proc not being mounted. Remove hackish wc
508         usage.
510 2005-04-25  Raja R Harinath  <rharinath@novell.com>
512         * config-default.make (RUNTIME): Set to 'false'.
513         Reported by Ben Maurer.
514         * profiles/basic.make (MCS): Revert changes below.
515         * platforms/linux.make (ILDISASM): Define.
516         * platforms/win32.make (ILDIsASM): Likewise.
518 2005-04-23  Ben Maurer  <bmaurer@ximian.com>
520         * profiles/basic.make: Ensure that make dist works even if you
521         only have an old mono rpm installed. Essential for the new build
522         system.
524 2005-04-21  Raja R Harinath  <rharinath@novell.com>
526         * rules.make (INTERNAL_ILASM): Update.
528 2005-04-14  Raja R Harinath  <rharinath@novell.com>
530         * library.make (dist-local): Include all ChangeLogs in the tarball.
532 2005-04-08  Raja R Harinath  <rharinath@novell.com>
534         * profiles/basic.make (do-profile-check): Handle some possible
535         timestamp problems.  Hopefully fix #74280.
537 2005-03-30  Zoltan Varga  <vargaz@freemail.hu>
539         * rules.make (INSTALL_DATA): Pass -c to install.
541 2005-03-18  Raja R Harinath  <rharinath@novell.com>
543         * library.make (TEST_FILES, $(test_response), $(btest_response)):
544         Be more robust to empty lines in test sources file.
546 2005-03-14  Raja R Harinath  <rharinath@novell.com>
548         * executable.make (install-local): Depend on all-local even when
549         NO_INSTALL is defined.
550         * library.make: Minor cleanups to match executable.make.
551         (gacutil): Use net_1_1_bootstrap/gacutil.exe.
552         * profiles/basic.make (no-install): Remove.
553         * profiles/net_1_1_bootstrap.make (no-install): Likewise.
555 2005-02-22  Raja R Harinath  <rharinath@novell.com>
557         * library.make (BUILT_SOURCES_cmdline): Don't define if
558         BUILT_SOURCES is empty.
560 2005-02-21  Michal Moskal  <malekith@pld-linux.org>
561             Raja R Harinath  <rharinath@novell.com>
563         * config-default.make (exec_prefix, libdir): New.
564         * library.make (libdir): Remove.
565         * executable.make (PROGRAM_INSTALL_DIR): Define in terms of
566         $(libdir).
568 2005-02-15  Raja R Harinath  <rharinath@novell.com>
570         * platforms/win32.make (RESGEN): Point to in-tree version of
571         resgen.exe.  The .NET 1.1 SDK doesn't appear to come with one.
573 2005-02-10  Raja R Harinath  <rharinath@novell.com>
575         * library.make (DISTFILES): Add $(btest_sourcefile).
577 2005-02-02  Raja R Harinath  <rharinath@novell.com>
579         * library.make (run-test-lib): Use $(LOCAL_TEST_HARNESS_FLAGS).
580         (run-test-ondotnet-lib): Use $(LOCAL_TEST_HARNESS_ONDOTNET_FLAGS).
582 2005-02-01  Zoltan Varga  <vargaz@freemail.hu>
584         * library.make (run-test-lib): Exclude InetAccess tests.
586 2005-02-30  Sebastien Pouliot  <sebastien@ximian.com>
588         * library.make: Exclude CAS category from run-test-ondotnet.
590 2005-01-31  Sebastien Pouliot  <sebastien@ximian.com>
592         * library.make: Exclude CAS category when running unit tests with 
593         Mono (they can be run manually using --security). Added a define
594         for WINDOWS (only on Windows) to be used for declarative security
595         attributes ONLY.
597 2005-01-24  Raja R Harinath  <rharinath@novell.com>
599         * library.make (run-test-lib, run-test-ondotnet-lib): Print out
600         the log.
602 2005-01-16 Nick Drochak  <ndrochak@ieee.org>
604         * library.make: /exclude for nunit needs a comma separated list
606 2005-01-14  Atsushi Enomoto  <atsushi@ximian.com>
608         * library.make : output TestResult-ondotnet-(profile).log instead of
609           TestResult-(profile).log for run-test-ondotnet.
611 2005-01-13  Raja R Harinath  <rharinath@novell.com>
613         * profiles/default.make (MBAS) [!PLATFORM_MONO_NATIVE]: Use
614         $(EXTERNAL_MBAS).
615         Reported by Nick Drochak.
617 2005-01-03  Nick Drochak  <ndrochak@ieee.org>
619         * library.make: Ingore tests that are not meant to be run on MS DotNet
621 2004-12-14  Raja R Harinath  <rharinath@novell.com>
623         * profiles/basic.make (do-profile-check): Rename from
624         'real-profile-check'.  Rewrite slightly to use 'make' to build the
625         sanity check.
626         (clean-profile): Remove the files.
628 2004-12-08  Raja R Harinath  <rharinath@novell.com>
630         * profiles/basic.make (real-profile-check): Update to new location
631         of secret stash of bootstrap files.
633 2004-12-07  Raja R Harinath  <rharinath@novell.com>
635         * executable.make (uninstall-local): Remove .config file too.
636         * library.make (uninstall-local): Don't error out if GACUTIL fails.
638 2004-12-07  Raja R Harinath  <rharinath@novell.com>
640         * library.make (BUILT_SOURCES_cmdline): Use
641         PLATFORM_CHANGE_SEPARATOR_CMD on BUILT_SOURCES too.
642         ($(the_lib)): Use it.
644 2004-12-04  Atsushi Enomoto  <atsushi@ximian.com>
646         * library.make,
647           profiles/default.make,
648           profiles/basic.make : use PLATFORM_PATH_SEPARATOR.
650 2004-12-03  Raja R Harinath  <rharinath@novell.com>
652         * profiles/basic.make (MCS): Run the INTERNAL_MCS.
653         (USE_BOOT_COMPILE): Remove.
655 2004-12-03  Raja R Harinath  <rharinath@novell.com>
657         * library.make (gacdir_flag): New.  Disable /gacdir flag if
658         RUNTIME_HAS_CONSISTENT_GACDIR flag is set.
659         (install-local): Use it.
661 2004-11-30  Raja R Harinath  <rharinath@novell.com>
663         * executable.make (makefrag): Make profile-specific.
665 2004-11-26  Martin Baulig  <martin@ximian.com>
667         * library.make (run-test-lib, run-test-ondotnet-lib): Added
668         `/output:TestResult-$(PROFILE).log' argument to NUnit.
670 2004-11-26  Raja R Harinath  <rharinath@novell.com>
672         * library.make ($(the_lib)): Don't complain if a .mdb file wasn't
673         created (even though it's just a warning).
674         (install-local) [LIBRARY_INSTALL_DIR]: Likewise.
675         (PACKAGE): Remove.
676         (install-local) [!LIBRARY_INSTALL_DIR]: Use $(FRAMEWORK_VERSION).
677         * executable.make ($(PROGRAM)): Likewise.
678         (install-local): Likewise.
679         (PROGRAM_INSTALL_DIR): Define Using $(FRAMEWORK_VERSION).
681 2004-11-26  Raja R Harinath  <rharinath@novell.com>
683         * profiles/basic.make (real-profile-check): Prepend ./ when
684         executing basic-profile-check.exe.  EXTERNAL_RUNTIME can be empty.
686 2004-11-25  Raja R Harinath  <rharinath@novell.com>
688         * platforms/linux.make (EXTERNAL_MCS,EXTERNAL_MBAS,EXTERNAL_RUNTIME):
689         New.
690         * platforms/win32.make: Likewise.
691         * profiles/basic.make: Use $(EXTERNAL_MCS).
692         * profiles/net_1_1_bootstrap.make: Likewise.
693         * library.make ($(the_lib)): Add support for BUILT_SOURCES.
694         (run-test-lib): Pass $(TEST_HARNESS_FLAGS) to harness.  Useful to
695         pass, say /labels, to nunit-console.
697 2004-11-25  Raja R Harinath  <rharinath@novell.com>
699         * library.make ($(gacutil)): Fix path.
701 2004-11-23  Raja R Harinath  <rharinath@novell.com>
703         * executable.make (NO_INSTALL): New option.  Disables installation.
704         * library.make (NO_INSTALL): Likewise.
705         (install-local) [!NO_INSTALL, !LIBRARY_INSTALL_DIR]: Pass both
706         /gacdir and /root options to gacutil.
707         * platforms/linux.make (platform-check): Print the BOOTSTRAP_MCS
708         command that was tried, in case of failure.     
709         * profiles/basic.make (NO_TEST, NO_INSTALL): Define.
710         * profiles/net_1_1_bootstrap.make: Likewise.
711         * profiles/net_2_0_bootstrap.make: Likewise.
713 2004-11-22  Raja R Harinath  <rharinath@novell.com>
715         * library.make (SN): New define.  Use the net_1_1_bootstrap sn.exe.
716         (SNFLAGS): New.
717         ($(the_lib)): Use them to sign assemblies as they're built.
718         (the_lib_signature_stamp): Remove.
720         * Makefile (DISTFILES): Distribute all the profile make-fragments.
721         (clean-local): Clean up the deps/ directory.
723 2004-11-19  Raja R Harinath  <rharinath@novell.com>
725         Orchestrate the bootstrap.
726         * rules.make (INTERNAL_MCS): Look for mcs.exe in profile-specific directory.
727         * profiles/net_1_1_bootstrap.make (BOOTSTRAP_MCS): Use mcs.exe from
728         basic profile.  
729         * profiles/default.make (BOOTSTRAP_MCS): Use mcs.exe from the
730         net_1_1_bootstrap profile.
731         * profiles/net_2_0_bootstrap.make (BOOTSTRAP_MCS): Use mcs.exe
732         from default profile.
733         (all-local, clean-local): New.  Copy mcs.exe from default profile,
734         but customize it to work with 2.0.x libraries.
735         * profiles/net_2_0.make (BOOTSTRAP_MCS): Define approprately for
736         building corlib.
738         * executable.make (executable_CLEAN_FILES): Clean up more files.
739         ($(PROGRAM)): Move .mdb files too.
741 2004-11-18  Atsushi Enomoto  <atsushi@ximian.com>
743         * library.make: Reverted the last fix. It broke windows build (that
744           should be fixed though).
746 2004-11-18  Atsushi Enomoto  <atsushi@ximian.com>
748         * library.make: Some minor fix for PLATFORM_PATH_SEPARATOR.
750 2004-11-17  Raja R Harinath  <rharinath@novell.com>
752         * executable.make: Improve support for building executable into a
753         different directory.
755 2004-11-09  Raja R Harinath  <rharinath@novell.com>
757         * profiles/basic.make: New.
758         * profiles/net_2_0.make (PROFILE_MCS_FLAGS): Remove '-2' flag.
759         * profiles/net_1_1_bootstrap.make (NO_SIGN_ASSEMBLY): Set.
761 2004-11-04  Raja R Harinath  <rharinath@novell.com>
763         * profiles/net_1_1_bootstrap.make: New profile.
764         * profiles/net_2_0_bootstrap.make: Use in-tree mcs for
765         bootstrapping mscorlib.dll.
766         * platforms/linux.make (platform-check): Make more robust.
767         * rules.make (%-recursive): Propagate error exit from sub-makes
768         even if invoked with 'make -k'.
770 2004-10-29  Raja R Harinath  <rharinath@novell.com>
772         * profiles/net_2_0_bootstrap.make (PROFILE_MCS_FLAGS): Remove
773         -langversion:default flag.
775         * rules.make (distdir): Remove.
776         (PROFILE_SUBDIRS): New.  Support profile-specific SUBDIRS.
777         (DIST_SUBDIRS): New.
778         (dist-recursive): Define distdir here.
780 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
782         * config-default.make (TEST_RUNTIME): Add TEST_MONO_PATH variable.
784 2004-09-27  Raja R Harinath  <rharinath@novell.com>
786         * library.make ($(test_nunit_dep)): Make sure NUnit is built for
787         the profile being tested.
788         (nunit-$(PROFILE).stamp): Rename from nunit.stamp.
789         * config-default.make (TEST_HARNESS): Look for 'nunit-console' in
790         profile-specific directory.
792 2004-09-21  Raja R Harinath  <rharinath@novell.com>
794         * profiles/net_2_0_bootstrap.make: New file.
796         * library.make (the_mdb): Fix.
797         (library_CLEAN_FILES): Add the new test results files too.
799 2004-09-14  Raja R Harinath  <rharinath@novell.com>
801         * library.make (test_lib, btest_lib): Build separate test
802         assemblies for separate profiles.
803         (dist-local): Don't copy files beginning with '../'.
804         (test_sourcefile, btest_sourcefile): Define in terms of
805         $(test_lib) or $(btest_lib) only if they're overriden.
806         (test_response, test_makefrag): Remove redundant $(PROFILE) in name.
807         (run-test-lib, run-btest-lib): Unify.  Give profile-specific name
808         for output XML file.
809         * rules.make (dist-default): Handle any of Makefile, makefile, or
810         GNUmakefile being present.
811         * profiles/net_2_0.make (TEST_RUNTIME): Don't define.
813 2004-08-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
815         * executable.make:
816         * library.make: install/clean .mdb files.
818 2004-07-30  Martin Baulig  <martin@ximian.com>
820         * executable.make (EXTRA_SOURCES): New variable to add extra
821         sources to the program.
823 2004-07-30  Raja R Harinath  <harinath@blr-harinath.blr.novell.com>
825         * executable.make (PROGRAM_config): New auto-detecting define.
826         Defined if $(PROGRAM).config exists.
827         (install-local): Install $(PROGRAM_config) if it exists.
829 2004-07-21  Lluis Sanchez Gual  <lluis@novell.com>
831         * profiles/default.make, profiles/net_2_0.make, profiles/net_1_0.make:
832           Added FRAMEWORK_VERSION var.
834 2004-07-02  Raja R Harinath  <rharinath@novell.com>
836         Support for avoiding "sharing violations" while compiling core
837         libraries with an in-tree compiler.
838         * library.make (LIBRARY_USE_INTERMEDIATE_FILE): New toggle.
839         ($(the_lib)): Use it.
841 2004-07-02  Raja R Harinath  <rharinath@novell.com>
843         * rules.make (OVERRIDE_BARE_TARGETS): Remove.
844         (OVERRIDE_TARGET_ALL): New control for overriding the default all:
845         rule.  If set, 'make all' will run 'all.override' from the client
846         Makefile.
847         (all): Move commands ...
848         (all.real): ... here.  Make ordering assumptions explicit, and
849         parallel-safe.
850         (test,run-test,run-test-ondotnet,clean,install,uninstall):
851         Consolidate into ...
852         (STD_TARGETS): ... this new variable.  Make ordering assumption
853         between -recursive and -local targets explicit.
854         (%-recursive): Handle W32 GNU make that has --unix as the first
855         argument in $(MAKE).
856         * README.makefiles (Special recursion needs): Update to reflect
857         changes.
858         * library.make (all-local): Build $(the_lib_signature_stamp) when
859         NO_SIGN_ASSEMBLY is defined.
860         ($(gacutil),$(sn)): Consolidate rules.
861         (test-local,run-test-local,run-test-ondotnet-local): Likewise.
863 2004-07-02  Raja R Harinath  <rharinath@novell.com>
864         
865         * config-default.make (TEST_RUNTIME): Use 'mono' by default.
866         * platforms/win32.make (TEST_RUNTIME): Remove.
867         * profiles/default.make (TEST_RUNTIME): Remove.
869 2004-06-28  Raja R Harinath  <rharinath@novell.com>
871         * platforms/linux.make (RESGEN): Define using $(INTERNAL_RESGEN).
873 2004-06-21  Raja R Harinath  <rharinath@novell.com>
875         * executable.make ($(PROGRAM)): Move depend on the makefrags ...
876         (all-local): ... here.
877         * library.make ($(the_lib), $(test_lib), $(btest_lib), all-local):
878         Likewise.
879         (LIBRARY_SNK): New default define.  Allows library to be signed
880         with a key other than mono.snk.
881         ($(the_lib_signature_stamp)): New stamp file created when an
882         assembly is signed.
883         (install-local, uninstall-local, maybe-sign-lib): Set MONO_PATH.
885 2004-06-16  Raja R Harinath  <rharinath@novell.com>
887         * library.make ($(makefrag),$(test_makefrag),$(btest_makefrag)): 
888         Depend on library.make.
889         * executable.make ($(makefrag)): Depend on executable.make.
891 2004-06-16  Atsushi Enomoto  <atsushi@ximian.com>
893         * library.make : Added GACDIR. Use cygpath -w on windows.
895 2004-06-14  Raja R Harinath  <rharinath@novell.com>
897         * platforms/linux.make (PLATFORM_CHANGE_SEPARATOR_CMD): Define to 'cat'.
898         (PLATFORM_TWEAK_CORLIB_SOURCES): Remove.
899         (platform-check): Avoid bash-ism.
900         * library.make: Simplify uses of $(patsubst x,y,$(foo)) to $(foo:x=y).
901         (core_sourcefile): Rename back to ...
902         (sourcefile): ... this.  Remove creation of redundant intermediate file.
903         (response): Change test for optimization, now that
904         PLATFORM_CHANGE_SEPARATOR_CMD is unconditional.  Combine with
905         platform-exclude handling.
906         (library_CLEAN_FILES): New variable to specify clean:-able files
907         close to where they're defined.
908         (test_response, btest_response): Simplify.
909         * executable.make (response): Change test for optimization.
910         (executable_CLEAN_FILES): New define.
912 2004-06-14  Raja R Harinath  <rharinath@novell.com>
914         * library.make (uninstall-local): Fix typo.
916 2004-06-11  Atsushi Enomoto  <atsushi@ximian.com>
918         * library.make : HAVE_CS_TESTS fixie.
920 2004-06-11  Raja R Harinath  <rharinath@novell.com>
922         * library.make (HAVE_CS_TESTS, HAVE_VB_TESTS): Allow to be
923         overriden.  Useful if the tests sourcefile is generated.
924         (TEST_COMPILE, BTEST_COMPILE): Allow these to be customized too.
926         * platforms/win32.make (PLATFORM_TWEAK_CORLIB_SOURCES): Remove.
928         Support enough features to build mscorlib.dll.
929         * library.make (core_sourcefile): New renamed from $(sourcefile).
930         (PLATFORM_excludes): Auto-detecting define that sees if
931         $(LIBRARY).$(PLATFORM)-excludes file exists.
932         (sourcefile): New.  Possibly-built file that removes
933         PLATFORM_excluded files from core_sourcefile.
934         (test_against, test_dep): New.  Allow the test assembly to be
935         built against a different library.
936         (test_lib): Allow makefile to override the name of the test
937         assembly.
938         (LIBRARY_INSTALL_DIR): If defined, switch to using $(INSTALL_LIB)
939         rather than $(gacutil).
940         (DISTFILES, dist-local): Use core_sourcefile.
941         (clean-local): Remove sourcefile if it was generated.
942         (test_lib, btest_lib): Depend on $(test_dep).
944 2004-06-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
946         * library.make: fixed PLATFORM_CHANGE_SEPARATOR_CHAR on windows.
948 2004-06-09  Sebastien Pouliot  <sebastien@ximian.com>
950         * library.make: Added support to fully sign assemblies when doing a
951         "make install" (thanks to Jackson :-).
953 2004-06-09  Raja R Harinath  <rharinath@novell.com>
955         Do away with stampfiles.
956         Introduce support for VB test cases.
957         * library.make (HAVE_CS_TESTS, HAVE_VB_TESTS): New auto-detecting
958         defines.
959         (stampfile, test_stampfile): Remove.
960         (clean-local): Don't mention them.
961         (test-local, run-test-local, run-test-ondotnet-local):
962         Make unconditional.
963         ($(makefrag), $(test_makefrag)): Simplify.
964         ($(btest_lib)): New.  Support for VB testcases.
966 2004-06-09  Raja R Harinath  <rharinath@novell.com>
968         Partial support for writing Visual Basic source files.
969         * rules.make (USE_MBAS_FLAGS,BASCOMPILE,INTERNAL_MBAS): New.
970         * config-default.make (MBAS_FLAGS, DEFAULT_MBAS_FLAGS): New.
971         * profiles/default.make (MBAS): New.
973 2004-06-09  Raja R Harinath  <rharinath@novell.com>
975         Do away with stampfiles.
976         * executable.make (stampfile): Remove.
977         (clean-local): Remove mention of $(stampfile).
978         (test-local, run-test-local, run-test-ondotnet-local):
979         Make unconditional.  Add dummy rule to prevent other makefiles
980         from defining rules on these.
981         ($(PROGRAM)): Depend directly on $(BUILT_SOURCES).
982         ($(makefrag)): Simplify.
984 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
986         * README.makefiles : added description for run-test-ondotnet.
988 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
990         * Makefile, executable.make, library.make, rules.make :
991           Added new target "run-test-ondotnet" that works what "run-test"
992           used to be on windows (i.e. tests our libs under MS.NET).
994 2004-06-01  Atsushi Enomoto  <atsushi@ximian.com>
996         * platforms/win32.make : TEST_RUNTIME should be always mono we can't
997           test our libs against MS.NET runtime. Think about internal call).
999 2004-05-30  Jackson Harper  <jackson@ximian.com>
1001         * library.make: Install to 2.0 package if building with the
1002         net_2_0 profile.
1003         
1004 2004-05-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1006         * library.make: reference nunti.core.dll and nunit.util.dll when
1007         building tests.
1009 2004-05-26  Raja R Harinath  <rharinath@novell.com>
1011         * library.make (clean-local): Add $(CLEAN_FILES) too.
1013 2004-05-25  Sebastien Pouliot  <sebastien@ximian.com>
1015         * library.make: changed case on nunit.framework.dll (lowercase)
1017 2004-05-24  Raja R Harinath  <rharinath@novell.com>
1019         * library.make (LIBRARY_COMPILE): New define.
1020         ($(the_lib)): Use $(LIBRARY_COMPILE) to compile $(the_lib).
1022         * executable.make (PROGRAM_INSTALL_DIR): Allow makefile to specify
1023         a different directory for installation.
1024         (install-local, uninstall-local): Use it.
1026 2004-05-20  Raja R Harinath  <rharinath@novell.com>
1028         * profiles/default.make (TEST_RUNTIME): Look in class/lib/default
1029         for library to be tested.
1030         * rules.make (INTERNAL_RESGEN): New Define.
1031         * library.make (run-test-local): Move commands to run-test-lib.
1032         Preparartion for allowing creation of addition test dll with .vb
1033         testcases.
1034         * executable.make (PROGRAM_COMPILE): New define.
1035         ($(PROGRAM)): Use PROGRAM_COMPILE to compile PROGRAM.
1037 2004-05-14  Jackson Harper  <jackson@ximian.com>
1039         * library.make: Install package files. Get params in magical
1040         correct order.
1041         
1042 2004-05-11  Jackson Harper  <jackson@ximian.com>
1044         * platforms/linux.make:
1045         * platforms/win32.make: Define a PLATFORM_PATH_SEPARATOR used for
1046         separating paths in env vars. (ie MONO_PATH).
1047         * profiles/net_2_0.make: Always use gmcs for building the 2.0
1048         libraries. corlib is the first lib built and it will build gmcs.
1049         
1050 2004-05-11  Jackson Harper  <jackson@ximian.com>
1052         * library.make: Allow assembly names to be different then their
1053         .sources file names.
1054         
1055 2004-05-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1057         * library.make: build NUnit if we try to run 'make test' and the dll
1058         is not found.
1060 2004-04-29  Jackson Harper  <jackson@ximian.com>
1062         * library.make: Fix uninstall
1063         
1064 2004-04-29  Martin Baulig  <martin@ximian.com>
1066         * rules.make: Added `INTERNAL_ILASM'.
1068 2004-04-29  Jackson Harper  <jackson@ximian.com>
1070         * library.make: Use RUNTIME instead of PLATFORM_RUNTIME for the
1071         gacutil. gacutil needs to be run on our runtime. Make dependancys
1072         more sane.
1073         
1074 2004-04-28  Jackson Harper  <jackson@ximian.com>
1076         * library.make: Use the proper runtime, make sure gacutil is
1077         built.
1078         
1079 2004-04-28  Jackson Harper  <jackson@ximian.com>
1081         * library.make: Install these bad actors to the GAC.
1082         
1083 2004-04-28  Raja R Harinath  <rharinath@novell.com>
1085         * library.make (test_flags): NUnit.Framework.dll is now in
1086         class/lib/$(PROFILE).
1088 2004-04-26  Jackson Harper  <jackson@ximian.com>
1090         * library.make:
1091         * profiles/bootstrap.make:
1092         * profiles/default.make: profiles are built in their ownb lib
1093         directory now.
1094         * profiles/net_2_0.make: new .net 2.0 profile.
1095         
1096 2004-04-22  Martin Baulig  <martin@ximian.com>
1098         * profiles/net_1_2.make: Removed.
1099         * profiles/martin-generics.make: Remove.
1101 2004-04-19  Raja R Harinath  <rharinath@novell.com>
1103         * rules.make (%-recursive): Honor 'make -k'.
1105 2004-02-17  Martin Baulig  <martin@ximian.com>
1107         * profiles/generics.make: Renamed to `martin-generics.make' and
1108         added a comment to the file.  I'll rename this back when it's
1109         ready for public use.
1111 2003-12-17  Jackson Harper <jackson@ximian.com>
1113         * profiles/default.make:
1114         * profiles/net_1_0.make: Add ONLY_1_0 and ONLY_1_1 defines to fix
1115         the build
1116         
1117 2003-12-08  Peter Williams  <peter@newton.cx>
1119         * config-default.make: Don't check for / define
1120         ECHO_ESCAPE: the check isn't smart enough and
1121         apparently OS X's shell somehow doesn't support
1122         escape characters.
1124         * library.make: Use embedded tab instead of 
1125         $(ECHO_ESCAPE). Fixes OS X build.
1126         
1127         * executable.make: Same.
1128         
1129 2003-12-05  Martin Baulig  <martin@ximian.com>
1131         * profiles/generics.make: Define `GENERICS'.
1133 2003-12-05  Martin Baulig  <martin@ximian.com>
1135         * profiles/net_1_2.make: New profile; uses the .NET 1.2 API's, but
1136         without generics and with mcs instead of gmcs.
1138         * profiles/bootstrap.make: New profile; already use the newly
1139         compiled mcs to compile corlib.
1141 2003-12-04  Martin Baulig  <martin@ximian.com>
1143         * profiles/generics.make: Use gmcs.
1145 2003-11-12 Jackson Harper <jackson@ximian.com>
1147         * rules.make: 
1148         * platforms/linux.make: corlib name is now mscorlib.
1149         
1150 2003-11-09 Ben Maurer  <bmaurer@users.sourceforge.net>
1152         * profiles/generics.make: add the -2 flag.
1154 2003-10-28 Jackson Harper <jackson@ximian.com>
1156         * platforms/linux.make: Tell users to read INSTALL.txt not the
1157         non-existant README.building.
1158         
1159 2003-10-22  Dick Porter  <dick@ximian.com>
1161         * platforms/win32.make:
1162         * platforms/linux.make:
1163         * rules.make: Added RESGEN platform-specific tool.
1165 2003-08-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1167         * config-default.make: the /nowarn arguments are now set on a per
1168         library basis.
1170 2003-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1172         * executable.make: install-local depends on the program too.
1174 2003-07-25  Peter Williams <peter@newton.cx>
1176         * rules.make (run-test): Make it depend on 'test-local'
1177         then 'run-test-local' after 'run-test-recursive'. This way,
1178         'make run-test' from the toplevel doesn't recurse through all
1179         the directories doing a make test before we run anything.
1181 2003-07-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1183         * rules.make: run-test depends now on 'test'.
1185 2003-07-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1187         * rules.make: set corlib to PLATFORM_CORLIB if this is defined.
1189 2003-07-22  Peter Williams  <peter@newton.cx>
1191         * rules.make (withmcs): Add this developer utility target.
1193 2003-07-20  Peter Williams  <peter@newton.cx>
1195         * README.platforms: Update docs for changes below.
1197         * platforms/win32.make (PLATFORM_CORLIB): Set this variable
1198         to 'mscorlib.dll', instead of $(corlib) which everything links
1199         against. *Almost* everything should link against our corlib --
1200         with the exception of corlib_cmp and corlib_res.
1202         * platforms/linux.make: Same here: corlib.dll
1204         * rules.make: Define $(corlib) here.
1206 2003-07-20  Peter Williams  <peter@newton.cx>
1208         * config-default.make (TEST_RUNTIME): Use the platform runtime
1209         to run tests, by default.
1211         * profiles/default.make (TEST_RUNTIME): If our test runtime is
1212         mono, use the --debug flag.
1214         * executable.make (sourcefile): Add a basename so that we can
1215         find the nunit sources and so we behave a bit more like
1216         library.make
1218         * config-default.make (TEST_HARNESS): Find nunit-console in its
1219         new home.
1221 2003-07-20  Peter Williams  <peter@newton.cx>
1223         * library.make ($(response)): Do a "Creating ..." line here.
1225         * executable.make ($(response)): Same.
1227         * config-default.make: Make warning more forceful.
1229         * rules.make: Define a useful 'PLATFORM_MONO_NATIVE' that is
1230         set if the platform does not have a native runtime (ie, linux).
1231         Also reorder some definitions.
1233 2003-07-20  Peter Williams  <peter@newton.cx>
1235         * Created. See ../ChangeLog for entries earlier than
1236         this.