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