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