fix typo in WHERE close
[mono.git] / mcs / ChangeLog
1 2007-04-18  Marek Habersack  <grendello@gmail.com>
2
3         * Makefile (SUBDIRS): removed tools/culevel, it is now built in
4         the 1.1 bootstrap phase.
5
6 2007-04-17  Marek Habersack  <mhabersack@novell.com>
7
8         * Makefile (thisdir): added tools/culevel to the list of
9         subdirectories - it must be compiled before compiling the classes
10         since System.Web depends on it.
11
12 2007-04-06  Wade Berrier  <wberrier@novell.com>
13
14         * Makefile: use bzip2 instead of gzip for 'make dist'
15         (even though it's not used here anymore)
16
17 2006-08-18  Raja R Harinath  <rharinath@novell.com>
18
19         * Makefile (net_2_0_bootstrap_SUBDIRS): Add 'tools'.
20
21 2006-04-11  Raja R Harinath  <rharinath@novell.com>
22
23         * Makefile (SUBDIRS): Remove tools/resgen.
24
25 2005-11-21  Raja R Harinath  <rharinath@novell.com>
26
27         * Makefile (net_2_0_bootstrap_SUBDIRS): Add ilasm.
28         (net_2_0_SUBDIRS): Likewise.
29
30 2005-09-22  Raja R Harinath  <rharinath@novell.com>
31
32         * Makefile (basic_SUBDIRS, net_1_1_bootstrap_SUBDIRS)
33         (net_2_0_bootstrap_SUBDIRS, net_2_0_SUBDIRS):
34         Build the 'build' directory too.
35
36 2005-09-21  Raja R Harinath  <rharinath@novell.com>
37
38         * Makefile (centum_tests): Remove System.Web.
39
40 2005-09-06  Raja R Harinath  <rharinath@novell.com>
41
42         * Makefile (bootstrap): Remove special handling on Win32.
43
44 2005-07-11  Raja R Harinath  <rharinath@novell.com>
45
46         * Makefile (centum_tests): Add System.Messaging and
47         System.ServiceProcess.  Remove System.Configuration.Install.
48         Move Mono.C5 ...
49         (net_2_0_centum_tests): ... here, and disable it for now.
50
51 2005-06-20  Raja R Harinath  <rharinath@novell.com>
52
53         * Makefile (centum_tests): Move System.XML ...
54         (default_centum_tests): ... here.
55
56 2005-06-17  Raja R Harinath  <rharinath@novell.com>
57
58         * Makefile (centum_tests): Add System.XML.
59
60 2005-06-10  Sebastien Pouliot  <sebastien@ximian.com>
61
62         * Makefile (centum_tests): Added System.Security.
63
64 2005-05-20  Raja R Harinath  <rharinath@novell.com>
65
66         * Makefile (centum_tests): Add System.Web and move corlib from ...
67         (default_centum_tests): ... here.
68
69 2005-04-25  Raja R Harinath  <rharinath@novell.com>
70
71         * Makefile (centum_tests): Add Mono.Security and
72         System.Runtime.Remoting.
73         * */Makefile: Replace $(RUNTIME) with $(RUNTIME) $(RUNTIME_FLAGS).
74
75 2005-04-21  Raja R Harinath  <rharinath@novell.com>
76
77         * Makefile (net_1_1_bootstrap_SUBDIRS): Add ilasm.
78
79 2005-03-14  Raja R Harinath  <rharinath@novell.com>
80
81         * Makefile (_boot_): New.  Used to generalize the bootstrap to
82         clean and install too.
83
84 2005-02-25  Raja R Harinath  <rharinath@novell.com>
85
86         * Makefile (centum_tests): New list of test subdirs that should
87         pass 100%.
88         (default_centum_tests, net_2_0_centum_tests): New.
89         (ONLY_CENTUM_TESTS): New check.  If defined during 'make
90         run-test', only the tests in centum_tests are run.
91
92 2004-12-20  Jambunathan K  <kjambunathan@novell.com>
93
94         * btests: Removed. This directory is now superseded by
95         mbas/Test.
96         
97 2004-12-13  Raja R Harinath  <rharinath@novell.com>
98
99         * INSTALL.txt: Minor updates to reflect build changes.
100
101 2004-11-25  Raja R Harinath  <rharinath@novell.com>
102
103         * Makefile (DISTFILES): Add nunit.key.
104
105 2004-11-24  Raja R Harinath  <rharinath@novell.com>
106
107         * Makefile (profiles-do--run-test): Allow list of profiles to be
108         overriden.
109         (profiles-do--all): Remove.  The default pattern build suffices.
110
111 2004-11-22  Raja R Harinath  <rharinath@novell.com>
112
113         * Makefile (OVERRIDE_TARGET_ALL): Remove.
114         (all.override): Remove 2-pass build.
115         (net_1_1_bootstrap_SUBDIRS): Add 'tools'.
116
117 2004-11-22  Raja R Harinath  <rharinath@novell.com>
118
119         * Makefile (profiles-do--all): Don't fallback to default pattern build.
120
121 2004-11-19  Raja R Harinath  <rharinath@novell.com>
122
123         * Makefile (net_2_0_SUBDIRS): Add nunit20.
124
125 2004-11-19  Raja R Harinath  <rharinath@novell.com>
126
127         * Makefile (%-profiles): Go through an intermediate set of rules.
128         Move body to ...
129         (profiles-do--%): ... this.
130         (profiles-do--run-test): Customized rule that usefully runs with
131         'make -j' and 'make -k'.
132         (profiles-do--all, profile-do--%--all): Orchestrate the bootstrap
133         process.
134
135 2004-11-09  Raja R Harinath  <rharinath@novell.com>
136
137         * Makefile (basic_SUBDIRS): New.
138
139 2004-11-04  Raja R Harinath  <rharinath@novell.com>
140
141         * Makefile (net_1_1_bootstrap_SUBDIRS): New.
142         (all.override): Fix to actually perform optimization to avoid
143         the two-pass build if we are not signing assemblies.
144
145 2004-10-29  Raja R Harinath  <rharinath@novell.com>
146
147         * Makefile (net_2_0_bootstrap_SUBDIRS,net_2_0_SUBDIRS): New.
148         (profile-do--net_2_0_bootstrap--all): New target.
149         (profile-do--net_2_0--all): Depend on it.
150         (distdir,top_distdir): Remove.
151         (dist-tarball): Define distdir here for dist-recursive.
152
153 2004-10-21  Raja R Harinath  <rharinath@novell.com>
154
155         * Makefile (all-profiles $(STD_TARGETS:=-profiles)): Make
156         parallelizable. 
157
158 2004-09-27  Raja R Harinath  <rharinath@novell.com>
159
160         * nunit20/nunit-console/Makefile (PROGRAM): Put in
161         profile-specific directory.
162
163 2004-09-21  Raja R Harinath  <rharinath@novell.com>
164
165         * Makefile (DIST_ONLY_SUBDIRS): Add 'gmcs' since it is specially
166         handled by 'class/corlib/Makefile'.
167         (test-installed-compiler): Run compiler tests using the installed
168         compiler.
169
170 2004-09-14  Raja R Harinath  <rharinath@novell.com>
171
172         * Makefile (SUBDIRS): Allow to be overriden by $(TEST_SUBDIRS).
173         (test-profiles, run-test-profiles): New targets.
174         (test-compiler): Rename to ...
175         (compiler-tests): ... this.  Run tests on all profiles.
176
177 2004-09-03  Martin Baulig  <martin@ximian.com>
178
179         * Makefile (test-compiler): New target to run the compiler test.
180
181 2004-07-02  Raja R Harinath  <rharinath@novell.com>
182
183         * Makefile (OVERRIDE_BARE_TARGETS): Remove.
184         (OVERRIDE_TARGET_ALL): Define.
185         (all-recursive,$(STD_TARGETS:=-recursive)): Depend on
186         'platform-check' and 'profile-check'.
187         (all.override): New.  Run two passes: once to build, and once to
188         sign libraries.
189
190 2004-06-22  Todd Berman  <tberman@off.net>
191
192         * configure: Patch from Mariano Suárez-Alvarez 
193         <msuarezalvarez@arnet.com.ar> to make configure accept jhbuild style
194         /prefix /usr options, and to continue past unknown options. Currently
195         this patch is a bit spammy with multiple unknown options, anyone
196         who is interested is welcome to fix this.
197
198 2004-06-14  Raja R Harinath  <rharinath@novell.com>
199
200         * Makefile (all-profiles, clean-profiles): Simplify slightly.
201
202 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
203
204         * Makefile: added target run-test-ondotnet.
205
206 2004-05-26  Raja R Harinath  <rharinath@novell.com>
207
208         * nunit20/util/Makefile (EXTRA_DISTFILES): Remove
209         Transform.resources.
210         ($(the_lib)): Make Transform.resources using internal resgen.
211         * nunit20/util/Transform.resources: Rebuild.
212
213 2004-05-25  Sebastien Pouliot  <sebastien@ximian.com>
214
215         * nunit.key: New. NUnit private key. Due to build issues the key
216         must be present in this directory.
217
218 2004-05-20  Raja R Harinath  <rharinath@novell.com>
219
220         * Makefile (SUBDIRS): Move 'monoresgen' ahead of 'class'.
221
222 2004-05-17  Raja R Harinath  <rharinath@novell.com>
223
224         * Makefile (all, clean): Remove indirection.
225         (clean-profiles): New.
226
227 2004-05-13  Jackson Harper  <jackson@ximian.com>
228
229         * Makefile: default build is no longer the multi profile build. Do
230         build both 1.1 and 2.0 profiles use the all-profiles target.
231         
232 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
233
234         * Makefile: disable net_2_0 on windows. It doesn't build. Don't
235         try to build net_1_0 and net_2_0 if we provide a PROFILE=xxx in the
236         command line.
237
238 2004-05-10  Raja R Harinath  <rharinath@novell.com>
239
240         * INSTALL.txt: Don't mention 'fullbuild'.  Mention 'bootstrap'
241         instead.  Update instructions for 'monocharge'.
242
243 2004-04-30  Raja R Harinath  <rharinath@novell.com>
244
245         * Makefile (SUBDIRS): Remove 'gmcs' for now.
246         (all): Simplify.
247         (clean): Quick hack to get 'make clean' to work better.
248
249 2004-04-29  Jackson Harper  <jackson@ximian.com>
250
251         * Makefile: Put the PROFILE= stuff before the target, this is more
252         pleasurable to cygwin users.
253         
254 2004-04-28  Jackson Harper  <jackson@ximian.com>
255
256         * Makefile: build the net_1_1 and net_2_0 profiles by default.
257         
258 2004-01-14  Martin Willemoes Hansen  <mwh@sysrq.dk>
259
260         * INSTALL.txt: Fixed, autogen should be autogen.sh
261
262 2003-12-01  Cesar Lopez Nataren  <cesar@ciencias.unam.mx>
263
264         * Added dirs mcs/jtest and mcs/jerrors.
265
266 2003-10-28 Jackson Harper <jackson@ximian.com>
267
268         * INSTALL.txt: Tell users where to find monocharges, do not
269         reference README.building.
270         
271 2003-07-22  Peter Williams  <peter@newton.cx>
272
273         * README: INSTALL.txt, not INSTALL.
274
275 2003-07-20  Peter Williams  <peter@newton.cx>
276
277         * nunit20/nunit-console/Makefile (PROGRAM): Put nunit-console.exe
278         in $(topdir)/class/lib so we can find our DLL's.
279
280 2003-07-18  Peter Williams  <peter@newton.cx>
281
282         * build/library.make (dist-local): Fancy make dist magic gives
283         way to boring old 'for'.
284
285         * build/executable.make (dist-local): Ditto.
286
287 2003-07-17  Peter Williams  <peter@newton.cx>
288
289         * build/profiles/default.make: Actually fix this. Use the platform
290         compiler all the way.
291
292 2003-07-17  Peter Williams  <peter@newton.cx>
293
294         * build/profiles/default.make: Try to make this smarter so
295         that we can build on Windows. Specifically, don't require
296         the mono runtime. Combined with the corlib $(BOOT_COMPILE) change,
297         this should make corlib build out of the box, I think.
298
299 2003-07-16  Peter Williams  <peter@newton.cx>
300
301         A whole passel of build system changes. Doc updates:
302         
303         * build/README.makefiles: Doc updates.
304
305         * build/profiles/net_1_0.make: Doc changes.
306
307         * INSTALL.txt: A few more touchups.
308
309         Better defaults:
310         
311         * build/config-default.make (prefix): Default install prefix
312         should be /usr/local.
313
314         * build/profiles/bootstrap.make: This profile ...
315
316         * build/profiles/default.make: ... is now the default.
317
318         * build/profiles/atomic.make: And the default is now this.
319
320         Fixes for pre-build checks:
321         
322         * Makefile: Do the platform and (new) profile checks
323         before the build, which took some infrastructure changes.
324
325         * build/rules.make: Allow a Makefile to specify its own all/install/etc
326         targets.
327
328         * build/profiles/default.make (profile-check): Add a blank
329         target here.
330
331         * build/profiles/atomic.make: Check for a full MCS install to 
332         build against.
333
334         HP/UX fixes with help from Bernie Solomon:
335         
336         * build/config-default.make (ECHO_ESCAPE): HP/UX 'echo'
337         doesn't need a -e parameter to interpret escape codes. Test for
338         that and define a configuration parameter.
339
340         * build/library.make ($(makefrag)): Use $(ECHO_ESCAPE)
341         instead of assuming that 'echo -e' will interpret escape
342         codes.
343
344         * build/executable.make ($(makefrag)): Here too.
345
346         A make distcheck fix:
347
348         * Makefile: Inherit the current prefix so that the build can
349         find the right System.Xml.dll.
350         
351         And Windows build fixes with the invaluable help of Sebastian
352         Pouliot (in various subdirectories).
353         
354 2003-07-14  Peter Williams  <peter@newton.cx>
355
356         * build/rules.make (dist-recursive): Fix recursive rules
357         to work on HP/UX /bin/sh. Patch from Bernie Solomon
358         <bernard@ugsolutions.com>.
359
360 2003-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
361
362         * makefile:
363         * makefile.gnu: don't use -C when running make.
364
365 2003-05-05 Ben Maurer <bmaurer@users.sourceforge.net>
366         * AUTHORS: Added self.
367
368 2003-04-15 Nick Drochak <ndrochak@gol.com>
369
370         * makefile: Remove nunit version 1 from build
371
372 2002-03-14  Daniel Morgan <danmorg@sc.rr.com>
373
374         * class/makefile.gnu
375         * class/ByteFX.Data/makefile.gnu: add ByteFX.Data.dll 
376         to the Linux build
377
378 2002-03-14  Daniel Morgan <danmorg@sc.rr.com>
379
380         * makefile: added ByteFX.Data.dll to windows install
381         
382         * class/library.build: added ByteFX.Data.dll 
383         to windows build.  added additional clean targets
384         
385         * class/Microsoft.VisualC/Microsoft.VisualC.build: fix 
386         windows clean
387         
388         * class/ByteFX.Data: added directory for ByteFX.Data.dll
389         which includes a MySQL ADO.NET Provider.  
390         Contributed by Reggie Burnett <rykr@bellsouth.net>
391         from ByteFX, Inc.
392         ByteFX.Data 0.6.5 is Copyright 2002-2003, ByteFX, Inc.
393         
394         Added the following files and directories:
395                 
396         class/ByteFX.Data/AssemblyInfo.cs    
397         class/ByteFX.Data/list
398         class/ByteFX.Data/ByteFX.Data.build  
399         class/ByteFX.Data/makefile.gnu
400         class/ByteFX.Data/ChangeLog.txt      
401         class/ByteFX.Data/readme.txt
402         class/ByteFX.Data/lgpl.txt: new files
403                 
404         BitStream.cs  
405         Connection.cs        
406         Field.cs        
407         Inflater.cs
408     ConnectionString.cs  
409     HuffmanTree.cs  
410     NamedPipeStream.cs
411     class/ByteFX.Data/Common: added files to new directory
412
413         Driver.cs     
414         command.resx            
415         todo.txt
416         CommandBuilder.cs  
417         Exception.cs  
418         dataadapter.cs           
419         transcaction.cs
420         Connection.cs      
421         Field.cs      
422         datareader.cs
423         Connection.resx    
424         MysqlDefs.cs  
425         parameter.cs
426         class/ByteFX.Data/mysqlclient: added files to new directory
427
428         command.cs    
429         parameter_collection.cs
430         class/ByteFX.Data/mysqlclient/Designers: added files to new directory
431         
432 2003-03-14  Daniel Morgan <danmorg@sc.rr.com>
433
434         * makefile: add ilasm.exe to windows build and add missing assemblies
435         to windows install
436         
437         * class/library.build: include PEAPI.dll, Npgsql.dll, and
438         ICSharpCode.SharpZipLib part of the windows build
439
440 2003-03-10  Martin Willemoes Hansen <mwh@sysrq.dk>
441         * Fixed some spelling errors in class/doc/TemplateTest.cs
442
443 2003-03-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
444
445         * makefile: added Mono.Posix and System.Management.
446
447 2003-02-16  Martin Baulig  <martin@ximian.com>
448
449         * docs/compiler: Added a few works about the new `Location' code.
450
451 2003-02-15  Nick Drochak  <ndrochak@gol.com>
452
453     * makefile.gnu: Add testcorlib target to run just the corlib unit tests.
454
455 2003-02-10  Nick Drochak  <ndrochak@gol.com>
456
457         * makefile: Add testcorlib target to run just the corlib unit tests.
458
459 2003-01-16  Nick Drochak <ndrochak@gol.com>
460
461         * makefile.gnu: Add corlib target to just build that.
462
463 2003-01-14  Duncan Mak  <duncan@ximian.com>
464
465        * ilasm/parser/ScannerAdapter.cs: Remove the cleanup method now that
466        it's no longer in the interface.
467
468 2003-01-13  Duncan Mak  <duncan@ximian.com>
469
470         * ilasm/parser/ScannerAdapter.cs: Implement the new cleanup method
471         in the tokenizer. This fixes the build.
472
473 2003-01-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
474
475         * README.building: New file.
476         * makefile.gnu: install README.building file.
477
478 2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
479
480         * AUTHORS: add myself to class library list
481
482 2002-12-15  Alp Toker  <alp@atoker.com>
483
484         * makefile.gnu: make sure mcs is in PATH, otherwise tell user to read
485         INSTALL.txt
486
487 2002-12-10  Daniel Morgan <danmorg@sc.rr.com>
488
489         * makefile
490         * tools/makefile
491         * tools/makefile.gnu: change target
492         from SqlSharpCli.exe
493         to sqlsharp.exe
494
495 2002-12-10  Alp Toker  <alp@atoker.com>
496
497         * ilasm/makefile.gnu: Install ilasm executable with -m 755, not 644
498         * ilasm/makefile: ditto
499
500 2002-12-10  Gaurav Vaish  <gvaish_mono@lycos.com>
501
502         * AUTHORS: Corrected my email-ID.
503
504 2002-11-29  Daniel Morgan  <danmorg@sc.rr.com>
505
506         * INSTALL: renamed to INSTALL.txt because INSTALL 
507         interferred with "make install" on windows
508         
509         * makefile: changes to get "make install" work 
510         on windows
511         
512         * class/makefile.gnu: flush
513         
514         * ilasm/makefile: updated for windows build
515         
516         * monoresgen/makefile: updated for windows build
517         
518         * tools/SqlSharp/SqlSharpCli.build: flush
519         
520         * winexe.in: add file to be template for executable assemblies
521         to be installed on windows via "make install" by providing
522         a script that runs mono and the assembly 
523         like mcs runs mono mcs.exe 
524         
525 2002-11-28  Daniel Morgan  <danmorg@sc.rr.com>
526
527         * makefile.gnu: added tools directory to linux build
528
529         * tools/makefile.gnu: added new file to built tools and install.
530         dist works too.  test is just blank.
531
532 2002-11-16  Martin Baulig  <martin@ximian.com>
533
534         * makefile.gnu: `binary-snapshot' is now an alias for `dist'.
535         Please update your scripts, the `dist' target will disappear soon.
536
537 2002-11-09  Nick Drochak  <ndrochak@gol.com>
538
539         * makefile: have test target be smart about windows/linux
540
541 2002-11-07  Nick Drochak  <ndrochak@gol.com>
542
543         * makefile: for the clean target, handle linux and windows differently.
544
545 2002-10-13  Daniel Morgan <danmorg@sc.rr.com>
546
547         * class/library.build: added Mono.Data.SqliteClient
548         directory to windows build
549
550 2002-10-10  Daniel Morgan <danmorg@sc.rr.com>
551
552         * class/library.build: added Mono.Data.MySql directory to windows build.
553
554 2002-10-10  Rodrigo Moya <rodrigo@ximian.com>
555
556         * class/makefile.gnu: added Mono.Data.MySql directory to linux build.
557
558 2002-10-09  Rodrigo Moya <rodrigo@ximian.com>
559
560         * class/makefile.gnu: added System.Data.Odbc directory.
561
562 2002-09-14  Piers Haken <piersh@friskit.com>
563
564         * */makefile.gnu:
565                 use $(topdir)
566                 build nunit into $(topdir)/class/lib
567
568 2002-08-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
569
570         * makefile.gnu:
571         * class/library.make:
572         * class/makefile.gnu:
573         * class/I18N/makefile.gnu
574         * class/corlib/makefile.gnu:
575         * class/corlib/Test/ChangeLog:
576         * class/corlib/Test/corlib_linux_test.args:
577         * class/corlib/Test/makefile.gnu:
578         * class/corlib/Test/run_test.sh:
579         * jay/makefile.gnu:
580         * mcs/makefile.gnu:
581         * monoresgen/makefile.gnu:
582         * nunit/makefile.gnu:
583
584         Allow running 'make -f makefile.gnu test' from top directory.
585         In the libraries makefile.gnu you just have to add TEST_DIR=dirname
586         with the name where tests reside.
587
588 2002-08-23  Martin Baulig  <martin@gnome.org>
589
590         * class/makefile.gnu: Add class/Mono.CSharp.Debugger to the build.
591
592 2002-08-13  Piers Haken <piersh@friskit.com>
593
594         * class/library.make: merge back original makefile.gnu behavior
595         * */makefile.gnu: merge back original makefile.gnu behavior
596
597 2002-08-12  Piers Haken <piersh@friskit.com>
598
599         * class/library.make: use 'find' to specify source files, instead of static files
600         * */makefile.gnu: specify include/exclude patterns for source files
601
602 2002-08-07  Peter Williams  <peterw@ximian.com>
603
604         * class/library.make (.makefrag): Fix this rule a bit; was using
605         $^ instead of $<
606
607 2002-07-29  Peter Williams  <peterw@ximian.com>
608
609         * makefile.gnu: 'make install' wasn't actually working due to $@,
610         fix it.
611
612 2002-07-29  Martin Baulig  <martin@gnome.org>
613
614         * makefile.gnu: Don't force people to install.  The default must also
615         be `all' and not `install'.
616
617 2002-07-26  Alp Toker  <alp@atoker.com>
618
619         * INSTALL: Wrote a guide to mcs installation.
620         * README: Updated to reflect the new INSTALL guide.
621
622 2002-07-23  Alp Toker  <alp@atoker.com>
623
624         * makefile.gnu: Added an install target (which sets permissions and
625         respects prefix) and a dist target which produces a tarball. Also
626         fixed a few other makefile issues.
627
628 2002-07-22  Peter Williams  <peterw@ximian.com>
629
630         * class/library.make: Oops, the deps weren't right -- touching a .cs
631         file didn't cause the libraries to be rebuilt.
632         (clean): Robustify this rule a bit.
633
634 2002-07-20  Martin Baulig  <martin@gnome.org>
635
636         * class/makefile.gnu: Added System.Data.
637
638 2002-07-20  Martin Baulig  <martin@gnome.org>
639
640         * class/library.make: Put $(MONO_PATH_PREFIX) in front of the MONO_PATH.
641
642         * class/*/makefile.gnu: Set MONO_PATH_PREFIX=../lib:
643
644 2002-07-19  Martin Baulig  <martin@gnome.org>
645
646         * makefile.gnu (DIRS): Added nunit.
647
648 2002-07-19  Martin Baulig  <martin@gnome.org>
649
650         Added the super-cool set of makefiles from Peter Williams which run on
651         GNU/Linux without NAnt.  I named them `makefile.gnu' and not `GNUmakefile'
652         since this won't break the windows build.
653
654         To compile stuff on GNU/Linux, just do a `make -f makefile.gnu'.
655
656         * mcs-tool, */makefile.gnu, class/library.make: New files.
657
658 2002-07-19  Martin Baulig  <martin@gnome.org>
659
660         * */makefile (NANT): Use a variable `NANT' so the user can override it with
661         `make NANT=/usr/local/bin/NAnt.exe'.
662
663 2002-05-09  Daniel Morgan <danmorg@sc.rr.com>
664
665         * AUTHORS: add me to class libraries list
666
667 2002-03-26  Dick Porter  <dick@ximian.com>
668
669         * makefile (linux): Abandon the build if any of the subdir makes fail
670
671 2002-03-07  Nick Drochak  <ndrochak@gol.com>
672
673         * makefile: Change order of build so corlib is built before nunit since
674         Nunit needs corlib now.
675
676 2002-02-14  Nick Drochak  <ndrochak@gol.com>
677
678         * makefile: Build mcs/doctools too when one does 'make'
679
680 2002-01-20 Nick Drochak  <ndrochak@gol.com>
681
682         * on the 'test' target, make sure NUnit is built first before building
683         and running tests
684
685 2002-01-20 Nick Drochak  <ndrochak@gol.com>
686
687         * add nunit directory to the list of dirs to build in