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