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