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