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