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