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