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