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