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