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