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