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