* profiles/basic.make (MCS): Run the INTERNAL_MCS.
[mono.git] / mcs / build / ChangeLog
1 2004-12-03  Raja R Harinath  <rharinath@novell.com>
2
3         * profiles/basic.make (MCS): Run the INTERNAL_MCS.
4         (USE_BOOT_COMPILE): Remove.
5
6 2004-12-03  Raja R Harinath  <rharinath@novell.com>
7
8         * library.make (gacdir_flag): New.  Disable /gacdir flag if
9         RUNTIME_HAS_CONSISTENT_GACDIR flag is set.
10         (install-local): Use it.
11
12 2004-11-30  Raja R Harinath  <rharinath@novell.com>
13
14         * executable.make (makefrag): Make profile-specific.
15
16 2004-11-26  Martin Baulig  <martin@ximian.com>
17
18         * library.make (run-test-lib, run-test-ondotnet-lib): Added
19         `/output:TestResult-$(PROFILE).log' argument to NUnit.
20
21 2004-11-26  Raja R Harinath  <rharinath@novell.com>
22
23         * library.make ($(the_lib)): Don't complain if a .mdb file wasn't
24         created (even though it's just a warning).
25         (install-local) [LIBRARY_INSTALL_DIR]: Likewise.
26         (PACKAGE): Remove.
27         (install-local) [!LIBRARY_INSTALL_DIR]: Use $(FRAMEWORK_VERSION).
28         * executable.make ($(PROGRAM)): Likewise.
29         (install-local): Likewise.
30         (PROGRAM_INSTALL_DIR): Define Using $(FRAMEWORK_VERSION).
31
32 2004-11-26  Raja R Harinath  <rharinath@novell.com>
33
34         * profiles/basic.make (real-profile-check): Prepend ./ when
35         executing basic-profile-check.exe.  EXTERNAL_RUNTIME can be empty.
36
37 2004-11-25  Raja R Harinath  <rharinath@novell.com>
38
39         * platforms/linux.make (EXTERNAL_MCS,EXTERNAL_MBAS,EXTERNAL_RUNTIME):
40         New.
41         * platforms/win32.make: Likewise.
42         * profiles/basic.make: Use $(EXTERNAL_MCS).
43         * profiles/net_1_1_bootstrap.make: Likewise.
44         * library.make ($(the_lib)): Add support for BUILT_SOURCES.
45         (run-test-lib): Pass $(TEST_HARNESS_FLAGS) to harness.  Useful to
46         pass, say /labels, to nunit-console.
47
48 2004-11-25  Raja R Harinath  <rharinath@novell.com>
49
50         * library.make ($(gacutil)): Fix path.
51
52 2004-11-23  Raja R Harinath  <rharinath@novell.com>
53
54         * executable.make (NO_INSTALL): New option.  Disables installation.
55         * library.make (NO_INSTALL): Likewise.
56         (install-local) [!NO_INSTALL, !LIBRARY_INSTALL_DIR]: Pass both
57         /gacdir and /root options to gacutil.
58         * platforms/linux.make (platform-check): Print the BOOTSTRAP_MCS
59         command that was tried, in case of failure.     
60         * profiles/basic.make (NO_TEST, NO_INSTALL): Define.
61         * profiles/net_1_1_bootstrap.make: Likewise.
62         * profiles/net_2_0_bootstrap.make: Likewise.
63
64 2004-11-22  Raja R Harinath  <rharinath@novell.com>
65
66         * library.make (SN): New define.  Use the net_1_1_bootstrap sn.exe.
67         (SNFLAGS): New.
68         ($(the_lib)): Use them to sign assemblies as they're built.
69         (the_lib_signature_stamp): Remove.
70
71         * Makefile (DISTFILES): Distribute all the profile make-fragments.
72         (clean-local): Clean up the deps/ directory.
73
74 2004-11-19  Raja R Harinath  <rharinath@novell.com>
75
76         Orchestrate the bootstrap.
77         * rules.make (INTERNAL_MCS): Look for mcs.exe in profile-specific directory.
78         * profiles/net_1_1_bootstrap.make (BOOTSTRAP_MCS): Use mcs.exe from
79         basic profile.  
80         * profiles/default.make (BOOTSTRAP_MCS): Use mcs.exe from the
81         net_1_1_bootstrap profile.
82         * profiles/net_2_0_bootstrap.make (BOOTSTRAP_MCS): Use mcs.exe
83         from default profile.
84         (all-local, clean-local): New.  Copy mcs.exe from default profile,
85         but customize it to work with 2.0.x libraries.
86         * profiles/net_2_0.make (BOOTSTRAP_MCS): Define approprately for
87         building corlib.
88
89         * executable.make (executable_CLEAN_FILES): Clean up more files.
90         ($(PROGRAM)): Move .mdb files too.
91
92 2004-11-18  Atsushi Enomoto  <atsushi@ximian.com>
93
94         * library.make: Reverted the last fix. It broke windows build (that
95           should be fixed though).
96
97 2004-11-18  Atsushi Enomoto  <atsushi@ximian.com>
98
99         * library.make: Some minor fix for PLATFORM_PATH_SEPARATOR.
100
101 2004-11-17  Raja R Harinath  <rharinath@novell.com>
102
103         * executable.make: Improve support for building executable into a
104         different directory.
105
106 2004-11-09  Raja R Harinath  <rharinath@novell.com>
107
108         * profiles/basic.make: New.
109         * profiles/net_2_0.make (PROFILE_MCS_FLAGS): Remove '-2' flag.
110         * profiles/net_1_1_bootstrap.make (NO_SIGN_ASSEMBLY): Set.
111
112 2004-11-04  Raja R Harinath  <rharinath@novell.com>
113
114         * profiles/net_1_1_bootstrap.make: New profile.
115         * profiles/net_2_0_bootstrap.make: Use in-tree mcs for
116         bootstrapping mscorlib.dll.
117         * platforms/linux.make (platform-check): Make more robust.
118         * rules.make (%-recursive): Propagate error exit from sub-makes
119         even if invoked with 'make -k'.
120
121 2004-10-29  Raja R Harinath  <rharinath@novell.com>
122
123         * profiles/net_2_0_bootstrap.make (PROFILE_MCS_FLAGS): Remove
124         -langversion:default flag.
125
126         * rules.make (distdir): Remove.
127         (PROFILE_SUBDIRS): New.  Support profile-specific SUBDIRS.
128         (DIST_SUBDIRS): New.
129         (dist-recursive): Define distdir here.
130
131 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
132
133         * config-default.make (TEST_RUNTIME): Add TEST_MONO_PATH variable.
134
135 2004-09-27  Raja R Harinath  <rharinath@novell.com>
136
137         * library.make ($(test_nunit_dep)): Make sure NUnit is built for
138         the profile being tested.
139         (nunit-$(PROFILE).stamp): Rename from nunit.stamp.
140         * config-default.make (TEST_HARNESS): Look for 'nunit-console' in
141         profile-specific directory.
142
143 2004-09-21  Raja R Harinath  <rharinath@novell.com>
144
145         * profiles/net_2_0_bootstrap.make: New file.
146
147         * library.make (the_mdb): Fix.
148         (library_CLEAN_FILES): Add the new test results files too.
149
150 2004-09-14  Raja R Harinath  <rharinath@novell.com>
151
152         * library.make (test_lib, btest_lib): Build separate test
153         assemblies for separate profiles.
154         (dist-local): Don't copy files beginning with '../'.
155         (test_sourcefile, btest_sourcefile): Define in terms of
156         $(test_lib) or $(btest_lib) only if they're overriden.
157         (test_response, test_makefrag): Remove redundant $(PROFILE) in name.
158         (run-test-lib, run-btest-lib): Unify.  Give profile-specific name
159         for output XML file.
160         * rules.make (dist-default): Handle any of Makefile, makefile, or
161         GNUmakefile being present.
162         * profiles/net_2_0.make (TEST_RUNTIME): Don't define.
163
164 2004-08-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
165
166         * executable.make:
167         * library.make: install/clean .mdb files.
168
169 2004-07-30  Martin Baulig  <martin@ximian.com>
170
171         * executable.make (EXTRA_SOURCES): New variable to add extra
172         sources to the program.
173
174 2004-07-30  Raja R Harinath  <harinath@blr-harinath.blr.novell.com>
175
176         * executable.make (PROGRAM_config): New auto-detecting define.
177         Defined if $(PROGRAM).config exists.
178         (install-local): Install $(PROGRAM_config) if it exists.
179
180 2004-07-21  Lluis Sanchez Gual  <lluis@novell.com>
181
182         * profiles/default.make, profiles/net_2_0.make, profiles/net_1_0.make:
183           Added FRAMEWORK_VERSION var.
184
185 2004-07-02  Raja R Harinath  <rharinath@novell.com>
186
187         Support for avoiding "sharing violations" while compiling core
188         libraries with an in-tree compiler.
189         * library.make (LIBRARY_USE_INTERMEDIATE_FILE): New toggle.
190         ($(the_lib)): Use it.
191
192 2004-07-02  Raja R Harinath  <rharinath@novell.com>
193
194         * rules.make (OVERRIDE_BARE_TARGETS): Remove.
195         (OVERRIDE_TARGET_ALL): New control for overriding the default all:
196         rule.  If set, 'make all' will run 'all.override' from the client
197         Makefile.
198         (all): Move commands ...
199         (all.real): ... here.  Make ordering assumptions explicit, and
200         parallel-safe.
201         (test,run-test,run-test-ondotnet,clean,install,uninstall):
202         Consolidate into ...
203         (STD_TARGETS): ... this new variable.  Make ordering assumption
204         between -recursive and -local targets explicit.
205         (%-recursive): Handle W32 GNU make that has --unix as the first
206         argument in $(MAKE).
207         * README.makefiles (Special recursion needs): Update to reflect
208         changes.
209         * library.make (all-local): Build $(the_lib_signature_stamp) when
210         NO_SIGN_ASSEMBLY is defined.
211         ($(gacutil),$(sn)): Consolidate rules.
212         (test-local,run-test-local,run-test-ondotnet-local): Likewise.
213
214 2004-07-02  Raja R Harinath  <rharinath@novell.com>
215         
216         * config-default.make (TEST_RUNTIME): Use 'mono' by default.
217         * platforms/win32.make (TEST_RUNTIME): Remove.
218         * profiles/default.make (TEST_RUNTIME): Remove.
219
220 2004-06-28  Raja R Harinath  <rharinath@novell.com>
221
222         * platforms/linux.make (RESGEN): Define using $(INTERNAL_RESGEN).
223
224 2004-06-21  Raja R Harinath  <rharinath@novell.com>
225
226         * executable.make ($(PROGRAM)): Move depend on the makefrags ...
227         (all-local): ... here.
228         * library.make ($(the_lib), $(test_lib), $(btest_lib), all-local):
229         Likewise.
230         (LIBRARY_SNK): New default define.  Allows library to be signed
231         with a key other than mono.snk.
232         ($(the_lib_signature_stamp)): New stamp file created when an
233         assembly is signed.
234         (install-local, uninstall-local, maybe-sign-lib): Set MONO_PATH.
235
236 2004-06-16  Raja R Harinath  <rharinath@novell.com>
237
238         * library.make ($(makefrag),$(test_makefrag),$(btest_makefrag)): 
239         Depend on library.make.
240         * executable.make ($(makefrag)): Depend on executable.make.
241
242 2004-06-16  Atsushi Enomoto  <atsushi@ximian.com>
243
244         * library.make : Added GACDIR. Use cygpath -w on windows.
245
246 2004-06-14  Raja R Harinath  <rharinath@novell.com>
247
248         * platforms/linux.make (PLATFORM_CHANGE_SEPARATOR_CMD): Define to 'cat'.
249         (PLATFORM_TWEAK_CORLIB_SOURCES): Remove.
250         (platform-check): Avoid bash-ism.
251         * library.make: Simplify uses of $(patsubst x,y,$(foo)) to $(foo:x=y).
252         (core_sourcefile): Rename back to ...
253         (sourcefile): ... this.  Remove creation of redundant intermediate file.
254         (response): Change test for optimization, now that
255         PLATFORM_CHANGE_SEPARATOR_CMD is unconditional.  Combine with
256         platform-exclude handling.
257         (library_CLEAN_FILES): New variable to specify clean:-able files
258         close to where they're defined.
259         (test_response, btest_response): Simplify.
260         * executable.make (response): Change test for optimization.
261         (executable_CLEAN_FILES): New define.
262
263 2004-06-14  Raja R Harinath  <rharinath@novell.com>
264
265         * library.make (uninstall-local): Fix typo.
266
267 2004-06-11  Atsushi Enomoto  <atsushi@ximian.com>
268
269         * library.make : HAVE_CS_TESTS fixie.
270
271 2004-06-11  Raja R Harinath  <rharinath@novell.com>
272
273         * library.make (HAVE_CS_TESTS, HAVE_VB_TESTS): Allow to be
274         overriden.  Useful if the tests sourcefile is generated.
275         (TEST_COMPILE, BTEST_COMPILE): Allow these to be customized too.
276
277         * platforms/win32.make (PLATFORM_TWEAK_CORLIB_SOURCES): Remove.
278
279         Support enough features to build mscorlib.dll.
280         * library.make (core_sourcefile): New renamed from $(sourcefile).
281         (PLATFORM_excludes): Auto-detecting define that sees if
282         $(LIBRARY).$(PLATFORM)-excludes file exists.
283         (sourcefile): New.  Possibly-built file that removes
284         PLATFORM_excluded files from core_sourcefile.
285         (test_against, test_dep): New.  Allow the test assembly to be
286         built against a different library.
287         (test_lib): Allow makefile to override the name of the test
288         assembly.
289         (LIBRARY_INSTALL_DIR): If defined, switch to using $(INSTALL_LIB)
290         rather than $(gacutil).
291         (DISTFILES, dist-local): Use core_sourcefile.
292         (clean-local): Remove sourcefile if it was generated.
293         (test_lib, btest_lib): Depend on $(test_dep).
294
295 2004-06-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
296
297         * library.make: fixed PLATFORM_CHANGE_SEPARATOR_CHAR on windows.
298
299 2004-06-09  Sebastien Pouliot  <sebastien@ximian.com>
300
301         * library.make: Added support to fully sign assemblies when doing a
302         "make install" (thanks to Jackson :-).
303
304 2004-06-09  Raja R Harinath  <rharinath@novell.com>
305
306         Do away with stampfiles.
307         Introduce support for VB test cases.
308         * library.make (HAVE_CS_TESTS, HAVE_VB_TESTS): New auto-detecting
309         defines.
310         (stampfile, test_stampfile): Remove.
311         (clean-local): Don't mention them.
312         (test-local, run-test-local, run-test-ondotnet-local):
313         Make unconditional.
314         ($(makefrag), $(test_makefrag)): Simplify.
315         ($(btest_lib)): New.  Support for VB testcases.
316
317 2004-06-09  Raja R Harinath  <rharinath@novell.com>
318
319         Partial support for writing Visual Basic source files.
320         * rules.make (USE_MBAS_FLAGS,BASCOMPILE,INTERNAL_MBAS): New.
321         * config-default.make (MBAS_FLAGS, DEFAULT_MBAS_FLAGS): New.
322         * profiles/default.make (MBAS): New.
323
324 2004-06-09  Raja R Harinath  <rharinath@novell.com>
325
326         Do away with stampfiles.
327         * executable.make (stampfile): Remove.
328         (clean-local): Remove mention of $(stampfile).
329         (test-local, run-test-local, run-test-ondotnet-local):
330         Make unconditional.  Add dummy rule to prevent other makefiles
331         from defining rules on these.
332         ($(PROGRAM)): Depend directly on $(BUILT_SOURCES).
333         ($(makefrag)): Simplify.
334
335 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
336
337         * README.makefiles : added description for run-test-ondotnet.
338
339 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
340
341         * Makefile, executable.make, library.make, rules.make :
342           Added new target "run-test-ondotnet" that works what "run-test"
343           used to be on windows (i.e. tests our libs under MS.NET).
344
345 2004-06-01  Atsushi Enomoto  <atsushi@ximian.com>
346
347         * platforms/win32.make : TEST_RUNTIME should be always mono we can't
348           test our libs against MS.NET runtime. Think about internal call).
349
350 2004-05-30  Jackson Harper  <jackson@ximian.com>
351
352         * library.make: Install to 2.0 package if building with the
353         net_2_0 profile.
354         
355 2004-05-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
356
357         * library.make: reference nunti.core.dll and nunit.util.dll when
358         building tests.
359
360 2004-05-26  Raja R Harinath  <rharinath@novell.com>
361
362         * library.make (clean-local): Add $(CLEAN_FILES) too.
363
364 2004-05-25  Sebastien Pouliot  <sebastien@ximian.com>
365
366         * library.make: changed case on nunit.framework.dll (lowercase)
367
368 2004-05-24  Raja R Harinath  <rharinath@novell.com>
369
370         * library.make (LIBRARY_COMPILE): New define.
371         ($(the_lib)): Use $(LIBRARY_COMPILE) to compile $(the_lib).
372
373         * executable.make (PROGRAM_INSTALL_DIR): Allow makefile to specify
374         a different directory for installation.
375         (install-local, uninstall-local): Use it.
376
377 2004-05-20  Raja R Harinath  <rharinath@novell.com>
378
379         * profiles/default.make (TEST_RUNTIME): Look in class/lib/default
380         for library to be tested.
381         * rules.make (INTERNAL_RESGEN): New Define.
382         * library.make (run-test-local): Move commands to run-test-lib.
383         Preparartion for allowing creation of addition test dll with .vb
384         testcases.
385         * executable.make (PROGRAM_COMPILE): New define.
386         ($(PROGRAM)): Use PROGRAM_COMPILE to compile PROGRAM.
387
388 2004-05-14  Jackson Harper  <jackson@ximian.com>
389
390         * library.make: Install package files. Get params in magical
391         correct order.
392         
393 2004-05-11  Jackson Harper  <jackson@ximian.com>
394
395         * platforms/linux.make:
396         * platforms/win32.make: Define a PLATFORM_PATH_SEPARATOR used for
397         separating paths in env vars. (ie MONO_PATH).
398         * profiles/net_2_0.make: Always use gmcs for building the 2.0
399         libraries. corlib is the first lib built and it will build gmcs.
400         
401 2004-05-11  Jackson Harper  <jackson@ximian.com>
402
403         * library.make: Allow assembly names to be different then their
404         .sources file names.
405         
406 2004-05-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
407
408         * library.make: build NUnit if we try to run 'make test' and the dll
409         is not found.
410
411 2004-04-29  Jackson Harper  <jackson@ximian.com>
412
413         * library.make: Fix uninstall
414         
415 2004-04-29  Martin Baulig  <martin@ximian.com>
416
417         * rules.make: Added `INTERNAL_ILASM'.
418
419 2004-04-29  Jackson Harper  <jackson@ximian.com>
420
421         * library.make: Use RUNTIME instead of PLATFORM_RUNTIME for the
422         gacutil. gacutil needs to be run on our runtime. Make dependancys
423         more sane.
424         
425 2004-04-28  Jackson Harper  <jackson@ximian.com>
426
427         * library.make: Use the proper runtime, make sure gacutil is
428         built.
429         
430 2004-04-28  Jackson Harper  <jackson@ximian.com>
431
432         * library.make: Install these bad actors to the GAC.
433         
434 2004-04-28  Raja R Harinath  <rharinath@novell.com>
435
436         * library.make (test_flags): NUnit.Framework.dll is now in
437         class/lib/$(PROFILE).
438
439 2004-04-26  Jackson Harper  <jackson@ximian.com>
440
441         * library.make:
442         * profiles/bootstrap.make:
443         * profiles/default.make: profiles are built in their ownb lib
444         directory now.
445         * profiles/net_2_0.make: new .net 2.0 profile.
446         
447 2004-04-22  Martin Baulig  <martin@ximian.com>
448
449         * profiles/net_1_2.make: Removed.
450         * profiles/martin-generics.make: Remove.
451
452 2004-04-19  Raja R Harinath  <rharinath@novell.com>
453
454         * rules.make (%-recursive): Honor 'make -k'.
455
456 2004-02-17  Martin Baulig  <martin@ximian.com>
457
458         * profiles/generics.make: Renamed to `martin-generics.make' and
459         added a comment to the file.  I'll rename this back when it's
460         ready for public use.
461
462 2003-12-17  Jackson Harper <jackson@ximian.com>
463
464         * profiles/default.make:
465         * profiles/net_1_0.make: Add ONLY_1_0 and ONLY_1_1 defines to fix
466         the build
467         
468 2003-12-08  Peter Williams  <peter@newton.cx>
469
470         * config-default.make: Don't check for / define
471         ECHO_ESCAPE: the check isn't smart enough and
472         apparently OS X's shell somehow doesn't support
473         escape characters.
474
475         * library.make: Use embedded tab instead of 
476         $(ECHO_ESCAPE). Fixes OS X build.
477         
478         * executable.make: Same.
479         
480 2003-12-05  Martin Baulig  <martin@ximian.com>
481
482         * profiles/generics.make: Define `GENERICS'.
483
484 2003-12-05  Martin Baulig  <martin@ximian.com>
485
486         * profiles/net_1_2.make: New profile; uses the .NET 1.2 API's, but
487         without generics and with mcs instead of gmcs.
488
489         * profiles/bootstrap.make: New profile; already use the newly
490         compiled mcs to compile corlib.
491
492 2003-12-04  Martin Baulig  <martin@ximian.com>
493
494         * profiles/generics.make: Use gmcs.
495
496 2003-11-12 Jackson Harper <jackson@ximian.com>
497
498         * rules.make: 
499         * platforms/linux.make: corlib name is now mscorlib.
500         
501 2003-11-09 Ben Maurer  <bmaurer@users.sourceforge.net>
502
503         * profiles/generics.make: add the -2 flag.
504
505 2003-10-28 Jackson Harper <jackson@ximian.com>
506
507         * platforms/linux.make: Tell users to read INSTALL.txt not the
508         non-existant README.building.
509         
510 2003-10-22  Dick Porter  <dick@ximian.com>
511
512         * platforms/win32.make:
513         * platforms/linux.make:
514         * rules.make: Added RESGEN platform-specific tool.
515
516 2003-08-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
517
518         * config-default.make: the /nowarn arguments are now set on a per
519         library basis.
520
521 2003-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
522
523         * executable.make: install-local depends on the program too.
524
525 2003-07-25  Peter Williams <peter@newton.cx>
526
527         * rules.make (run-test): Make it depend on 'test-local'
528         then 'run-test-local' after 'run-test-recursive'. This way,
529         'make run-test' from the toplevel doesn't recurse through all
530         the directories doing a make test before we run anything.
531
532 2003-07-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
533
534         * rules.make: run-test depends now on 'test'.
535
536 2003-07-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
537
538         * rules.make: set corlib to PLATFORM_CORLIB if this is defined.
539
540 2003-07-22  Peter Williams  <peter@newton.cx>
541
542         * rules.make (withmcs): Add this developer utility target.
543
544 2003-07-20  Peter Williams  <peter@newton.cx>
545
546         * README.platforms: Update docs for changes below.
547
548         * platforms/win32.make (PLATFORM_CORLIB): Set this variable
549         to 'mscorlib.dll', instead of $(corlib) which everything links
550         against. *Almost* everything should link against our corlib --
551         with the exception of corlib_cmp and corlib_res.
552
553         * platforms/linux.make: Same here: corlib.dll
554
555         * rules.make: Define $(corlib) here.
556
557 2003-07-20  Peter Williams  <peter@newton.cx>
558
559         * config-default.make (TEST_RUNTIME): Use the platform runtime
560         to run tests, by default.
561
562         * profiles/default.make (TEST_RUNTIME): If our test runtime is
563         mono, use the --debug flag.
564
565         * executable.make (sourcefile): Add a basename so that we can
566         find the nunit sources and so we behave a bit more like
567         library.make
568
569         * config-default.make (TEST_HARNESS): Find nunit-console in its
570         new home.
571
572 2003-07-20  Peter Williams  <peter@newton.cx>
573
574         * library.make ($(response)): Do a "Creating ..." line here.
575
576         * executable.make ($(response)): Same.
577
578         * config-default.make: Make warning more forceful.
579
580         * rules.make: Define a useful 'PLATFORM_MONO_NATIVE' that is
581         set if the platform does not have a native runtime (ie, linux).
582         Also reorder some definitions.
583
584 2003-07-20  Peter Williams  <peter@newton.cx>
585
586         * Created. See ../ChangeLog for entries earlier than
587         this.
588