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