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