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