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