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