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