This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
[mono.git] / mcs / build / ChangeLog
1 2004-06-28  Raja R Harinath  <rharinath@novell.com>
2
3         * platforms/linux.make (RESGEN): Define using $(INTERNAL_RESGEN).
4
5 2004-06-21  Raja R Harinath  <rharinath@novell.com>
6
7         * executable.make ($(PROGRAM)): Move depend on the makefrags ...
8         (all-local): ... here.
9         * library.make ($(the_lib), $(test_lib), $(btest_lib), all-local):
10         Likewise.
11         (LIBRARY_SNK): New default define.  Allows library to be signed
12         with a key other than mono.snk.
13         ($(the_lib_signature_stamp)): New stamp file created when an
14         assembly is signed.
15         (install-local, uninstall-local, maybe-sign-lib): Set MONO_PATH.
16
17 2004-06-16  Raja R Harinath  <rharinath@novell.com>
18
19         * library.make ($(makefrag),$(test_makefrag),$(btest_makefrag)): 
20         Depend on library.make.
21         * executable.make ($(makefrag)): Depend on executable.make.
22
23 2004-06-16  Atsushi Enomoto  <atsushi@ximian.com>
24
25         * library.make : Added GACDIR. Use cygpath -w on windows.
26
27 2004-06-14  Raja R Harinath  <rharinath@novell.com>
28
29         * platforms/linux.make (PLATFORM_CHANGE_SEPARATOR_CMD): Define to 'cat'.
30         (PLATFORM_TWEAK_CORLIB_SOURCES): Remove.
31         (platform-check): Avoid bash-ism.
32         * library.make: Simplify uses of $(patsubst x,y,$(foo)) to $(foo:x=y).
33         (core_sourcefile): Rename back to ...
34         (sourcefile): ... this.  Remove creation of redundant intermediate file.
35         (response): Change test for optimization, now that
36         PLATFORM_CHANGE_SEPARATOR_CMD is unconditional.  Combine with
37         platform-exclude handling.
38         (library_CLEAN_FILES): New variable to specify clean:-able files
39         close to where they're defined.
40         (test_response, btest_response): Simplify.
41         * executable.make (response): Change test for optimization.
42         (executable_CLEAN_FILES): New define.
43
44 2004-06-14  Raja R Harinath  <rharinath@novell.com>
45
46         * library.make (uninstall-local): Fix typo.
47
48 2004-06-11  Atsushi Enomoto  <atsushi@ximian.com>
49
50         * library.make : HAVE_CS_TESTS fixie.
51
52 2004-06-11  Raja R Harinath  <rharinath@novell.com>
53
54         * library.make (HAVE_CS_TESTS, HAVE_VB_TESTS): Allow to be
55         overriden.  Useful if the tests sourcefile is generated.
56         (TEST_COMPILE, BTEST_COMPILE): Allow these to be customized too.
57
58         * platforms/win32.make (PLATFORM_TWEAK_CORLIB_SOURCES): Remove.
59
60         Support enough features to build mscorlib.dll.
61         * library.make (core_sourcefile): New renamed from $(sourcefile).
62         (PLATFORM_excludes): Auto-detecting define that sees if
63         $(LIBRARY).$(PLATFORM)-excludes file exists.
64         (sourcefile): New.  Possibly-built file that removes
65         PLATFORM_excluded files from core_sourcefile.
66         (test_against, test_dep): New.  Allow the test assembly to be
67         built against a different library.
68         (test_lib): Allow makefile to override the name of the test
69         assembly.
70         (LIBRARY_INSTALL_DIR): If defined, switch to using $(INSTALL_LIB)
71         rather than $(gacutil).
72         (DISTFILES, dist-local): Use core_sourcefile.
73         (clean-local): Remove sourcefile if it was generated.
74         (test_lib, btest_lib): Depend on $(test_dep).
75
76 2004-06-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
77
78         * library.make: fixed PLATFORM_CHANGE_SEPARATOR_CHAR on windows.
79
80 2004-06-09  Sebastien Pouliot  <sebastien@ximian.com>
81
82         * library.make: Added support to fully sign assemblies when doing a
83         "make install" (thanks to Jackson :-).
84
85 2004-06-09  Raja R Harinath  <rharinath@novell.com>
86
87         Do away with stampfiles.
88         Introduce support for VB test cases.
89         * library.make (HAVE_CS_TESTS, HAVE_VB_TESTS): New auto-detecting
90         defines.
91         (stampfile, test_stampfile): Remove.
92         (clean-local): Don't mention them.
93         (test-local, run-test-local, run-test-ondotnet-local):
94         Make unconditional.
95         ($(makefrag), $(test_makefrag)): Simplify.
96         ($(btest_lib)): New.  Support for VB testcases.
97
98 2004-06-09  Raja R Harinath  <rharinath@novell.com>
99
100         Partial support for writing Visual Basic source files.
101         * rules.make (USE_MBAS_FLAGS,BASCOMPILE,INTERNAL_MBAS): New.
102         * config-default.make (MBAS_FLAGS, DEFAULT_MBAS_FLAGS): New.
103         * profiles/default.make (MBAS): New.
104
105 2004-06-09  Raja R Harinath  <rharinath@novell.com>
106
107         Do away with stampfiles.
108         * executable.make (stampfile): Remove.
109         (clean-local): Remove mention of $(stampfile).
110         (test-local, run-test-local, run-test-ondotnet-local):
111         Make unconditional.  Add dummy rule to prevent other makefiles
112         from defining rules on these.
113         ($(PROGRAM)): Depend directly on $(BUILT_SOURCES).
114         ($(makefrag)): Simplify.
115
116 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
117
118         * README.makefiles : added description for run-test-ondotnet.
119
120 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
121
122         * Makefile, executable.make, library.make, rules.make :
123           Added new target "run-test-ondotnet" that works what "run-test"
124           used to be on windows (i.e. tests our libs under MS.NET).
125
126 2004-06-01  Atsushi Enomoto  <atsushi@ximian.com>
127
128         * platforms/win32.make : TEST_RUNTIME should be always mono we can't
129           test our libs against MS.NET runtime. Think about internal call).
130
131 2004-05-30  Jackson Harper  <jackson@ximian.com>
132
133         * library.make: Install to 2.0 package if building with the
134         net_2_0 profile.
135         
136 2004-05-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
137
138         * library.make: reference nunti.core.dll and nunit.util.dll when
139         building tests.
140
141 2004-05-26  Raja R Harinath  <rharinath@novell.com>
142
143         * library.make (clean-local): Add $(CLEAN_FILES) too.
144
145 2004-05-25  Sebastien Pouliot  <sebastien@ximian.com>
146
147         * library.make: changed case on nunit.framework.dll (lowercase)
148
149 2004-05-24  Raja R Harinath  <rharinath@novell.com>
150
151         * library.make (LIBRARY_COMPILE): New define.
152         ($(the_lib)): Use $(LIBRARY_COMPILE) to compile $(the_lib).
153
154         * executable.make (PROGRAM_INSTALL_DIR): Allow makefile to specify
155         a different directory for installation.
156         (install-local, uninstall-local): Use it.
157
158 2004-05-20  Raja R Harinath  <rharinath@novell.com>
159
160         * profiles/default.make (TEST_RUNTIME): Look in class/lib/default
161         for library to be tested.
162         * rules.make (INTERNAL_RESGEN): New Define.
163         * library.make (run-test-local): Move commands to run-test-lib.
164         Preparartion for allowing creation of addition test dll with .vb
165         testcases.
166         * executable.make (PROGRAM_COMPILE): New define.
167         ($(PROGRAM)): Use PROGRAM_COMPILE to compile PROGRAM.
168
169 2004-05-14  Jackson Harper  <jackson@ximian.com>
170
171         * library.make: Install package files. Get params in magical
172         correct order.
173         
174 2004-05-11  Jackson Harper  <jackson@ximian.com>
175
176         * platforms/linux.make:
177         * platforms/win32.make: Define a PLATFORM_PATH_SEPARATOR used for
178         separating paths in env vars. (ie MONO_PATH).
179         * profiles/net_2_0.make: Always use gmcs for building the 2.0
180         libraries. corlib is the first lib built and it will build gmcs.
181         
182 2004-05-11  Jackson Harper  <jackson@ximian.com>
183
184         * library.make: Allow assembly names to be different then their
185         .sources file names.
186         
187 2004-05-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
188
189         * library.make: build NUnit if we try to run 'make test' and the dll
190         is not found.
191
192 2004-04-29  Jackson Harper  <jackson@ximian.com>
193
194         * library.make: Fix uninstall
195         
196 2004-04-29  Martin Baulig  <martin@ximian.com>
197
198         * rules.make: Added `INTERNAL_ILASM'.
199
200 2004-04-29  Jackson Harper  <jackson@ximian.com>
201
202         * library.make: Use RUNTIME instead of PLATFORM_RUNTIME for the
203         gacutil. gacutil needs to be run on our runtime. Make dependancys
204         more sane.
205         
206 2004-04-28  Jackson Harper  <jackson@ximian.com>
207
208         * library.make: Use the proper runtime, make sure gacutil is
209         built.
210         
211 2004-04-28  Jackson Harper  <jackson@ximian.com>
212
213         * library.make: Install these bad actors to the GAC.
214         
215 2004-04-28  Raja R Harinath  <rharinath@novell.com>
216
217         * library.make (test_flags): NUnit.Framework.dll is now in
218         class/lib/$(PROFILE).
219
220 2004-04-26  Jackson Harper  <jackson@ximian.com>
221
222         * library.make:
223         * profiles/bootstrap.make:
224         * profiles/default.make: profiles are built in their ownb lib
225         directory now.
226         * profiles/net_2_0.make: new .net 2.0 profile.
227         
228 2004-04-22  Martin Baulig  <martin@ximian.com>
229
230         * profiles/net_1_2.make: Removed.
231         * profiles/martin-generics.make: Remove.
232
233 2004-04-19  Raja R Harinath  <rharinath@novell.com>
234
235         * rules.make (%-recursive): Honor 'make -k'.
236
237 2004-02-17  Martin Baulig  <martin@ximian.com>
238
239         * profiles/generics.make: Renamed to `martin-generics.make' and
240         added a comment to the file.  I'll rename this back when it's
241         ready for public use.
242
243 2003-12-17  Jackson Harper <jackson@ximian.com>
244
245         * profiles/default.make:
246         * profiles/net_1_0.make: Add ONLY_1_0 and ONLY_1_1 defines to fix
247         the build
248         
249 2003-12-08  Peter Williams  <peter@newton.cx>
250
251         * config-default.make: Don't check for / define
252         ECHO_ESCAPE: the check isn't smart enough and
253         apparently OS X's shell somehow doesn't support
254         escape characters.
255
256         * library.make: Use embedded tab instead of 
257         $(ECHO_ESCAPE). Fixes OS X build.
258         
259         * executable.make: Same.
260         
261 2003-12-05  Martin Baulig  <martin@ximian.com>
262
263         * profiles/generics.make: Define `GENERICS'.
264
265 2003-12-05  Martin Baulig  <martin@ximian.com>
266
267         * profiles/net_1_2.make: New profile; uses the .NET 1.2 API's, but
268         without generics and with mcs instead of gmcs.
269
270         * profiles/bootstrap.make: New profile; already use the newly
271         compiled mcs to compile corlib.
272
273 2003-12-04  Martin Baulig  <martin@ximian.com>
274
275         * profiles/generics.make: Use gmcs.
276
277 2003-11-12 Jackson Harper <jackson@ximian.com>
278
279         * rules.make: 
280         * platforms/linux.make: corlib name is now mscorlib.
281         
282 2003-11-09 Ben Maurer  <bmaurer@users.sourceforge.net>
283
284         * profiles/generics.make: add the -2 flag.
285
286 2003-10-28 Jackson Harper <jackson@ximian.com>
287
288         * platforms/linux.make: Tell users to read INSTALL.txt not the
289         non-existant README.building.
290         
291 2003-10-22  Dick Porter  <dick@ximian.com>
292
293         * platforms/win32.make:
294         * platforms/linux.make:
295         * rules.make: Added RESGEN platform-specific tool.
296
297 2003-08-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
298
299         * config-default.make: the /nowarn arguments are now set on a per
300         library basis.
301
302 2003-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
303
304         * executable.make: install-local depends on the program too.
305
306 2003-07-25  Peter Williams <peter@newton.cx>
307
308         * rules.make (run-test): Make it depend on 'test-local'
309         then 'run-test-local' after 'run-test-recursive'. This way,
310         'make run-test' from the toplevel doesn't recurse through all
311         the directories doing a make test before we run anything.
312
313 2003-07-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
314
315         * rules.make: run-test depends now on 'test'.
316
317 2003-07-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
318
319         * rules.make: set corlib to PLATFORM_CORLIB if this is defined.
320
321 2003-07-22  Peter Williams  <peter@newton.cx>
322
323         * rules.make (withmcs): Add this developer utility target.
324
325 2003-07-20  Peter Williams  <peter@newton.cx>
326
327         * README.platforms: Update docs for changes below.
328
329         * platforms/win32.make (PLATFORM_CORLIB): Set this variable
330         to 'mscorlib.dll', instead of $(corlib) which everything links
331         against. *Almost* everything should link against our corlib --
332         with the exception of corlib_cmp and corlib_res.
333
334         * platforms/linux.make: Same here: corlib.dll
335
336         * rules.make: Define $(corlib) here.
337
338 2003-07-20  Peter Williams  <peter@newton.cx>
339
340         * config-default.make (TEST_RUNTIME): Use the platform runtime
341         to run tests, by default.
342
343         * profiles/default.make (TEST_RUNTIME): If our test runtime is
344         mono, use the --debug flag.
345
346         * executable.make (sourcefile): Add a basename so that we can
347         find the nunit sources and so we behave a bit more like
348         library.make
349
350         * config-default.make (TEST_HARNESS): Find nunit-console in its
351         new home.
352
353 2003-07-20  Peter Williams  <peter@newton.cx>
354
355         * library.make ($(response)): Do a "Creating ..." line here.
356
357         * executable.make ($(response)): Same.
358
359         * config-default.make: Make warning more forceful.
360
361         * rules.make: Define a useful 'PLATFORM_MONO_NATIVE' that is
362         set if the platform does not have a native runtime (ie, linux).
363         Also reorder some definitions.
364
365 2003-07-20  Peter Williams  <peter@newton.cx>
366
367         * Created. See ../ChangeLog for entries earlier than
368         this.
369