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