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