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