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