a06dbabd29feb278229c2d23a302cb409cbb7969
[mono.git] / mcs / ChangeLog
1 2002-10-09  Rodrigo Moya <rodrigo@ximian.com>
2
3         * class/makefile.gnu: added System.Data.Odbc directory.
4
5 2002-09-14  Piers Haken <piersh@friskit.com>
6
7         * */makefile.gnu:
8                 use $(topdir)
9                 build nunit into $(topdir)/class/lib
10
11 2002-08-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12
13         * makefile.gnu:
14         * class/library.make:
15         * class/makefile.gnu:
16         * class/I18N/makefile.gnu
17         * class/corlib/makefile.gnu:
18         * class/corlib/Test/ChangeLog:
19         * class/corlib/Test/corlib_linux_test.args:
20         * class/corlib/Test/makefile.gnu:
21         * class/corlib/Test/run_test.sh:
22         * jay/makefile.gnu:
23         * mcs/makefile.gnu:
24         * monoresgen/makefile.gnu:
25         * nunit/makefile.gnu:
26
27         Allow running 'make -f makefile.gnu test' from top directory.
28         In the libraries makefile.gnu you just have to add TEST_DIR=dirname
29         with the name where tests reside.
30
31 2002-08-23  Martin Baulig  <martin@gnome.org>
32
33         * class/makefile.gnu: Add class/Mono.CSharp.Debugger to the build.
34
35 2002-08-13  Piers Haken <piersh@friskit.com>
36
37         * class/library.make: merge back original makefile.gnu behavior
38         * */makefile.gnu: merge back original makefile.gnu behavior
39
40 2002-08-12  Piers Haken <piersh@friskit.com>
41
42         * class/library.make: use 'find' to specify source files, instead of static files
43         * */makefile.gnu: specify include/exclude patterns for source files
44
45 2002-08-07  Peter Williams  <peterw@ximian.com>
46
47         * class/library.make (.makefrag): Fix this rule a bit; was using
48         $^ instead of $<
49
50 2002-07-29  Peter Williams  <peterw@ximian.com>
51
52         * makefile.gnu: 'make install' wasn't actually working due to $@,
53         fix it.
54
55 2002-07-29  Martin Baulig  <martin@gnome.org>
56
57         * makefile.gnu: Don't force people to install.  The default must also
58         be `all' and not `install'.
59
60 2002-07-26  Alp Toker  <alp@atoker.com>
61
62         * INSTALL: Wrote a guide to mcs installation.
63         * README: Updated to reflect the new INSTALL guide.
64
65 2002-07-23  Alp Toker  <alp@atoker.com>
66
67         * makefile.gnu: Added an install target (which sets permissions and
68         respects prefix) and a dist target which produces a tarball. Also
69         fixed a few other makefile issues.
70
71 2002-07-22  Peter Williams  <peterw@ximian.com>
72
73         * class/library.make: Oops, the deps weren't right -- touching a .cs
74         file didn't cause the libraries to be rebuilt.
75         (clean): Robustify this rule a bit.
76
77 2002-07-20  Martin Baulig  <martin@gnome.org>
78
79         * class/makefile.gnu: Added System.Data.
80
81 2002-07-20  Martin Baulig  <martin@gnome.org>
82
83         * class/library.make: Put $(MONO_PATH_PREFIX) in front of the MONO_PATH.
84
85         * class/*/makefile.gnu: Set MONO_PATH_PREFIX=../lib:
86
87 2002-07-19  Martin Baulig  <martin@gnome.org>
88
89         * makefile.gnu (DIRS): Added nunit.
90
91 2002-07-19  Martin Baulig  <martin@gnome.org>
92
93         Added the super-cool set of makefiles from Peter Williams which run on
94         GNU/Linux without NAnt.  I named them `makefile.gnu' and not `GNUmakefile'
95         since this won't break the windows build.
96
97         To compile stuff on GNU/Linux, just do a `make -f makefile.gnu'.
98
99         * mcs-tool, */makefile.gnu, class/library.make: New files.
100
101 2002-07-19  Martin Baulig  <martin@gnome.org>
102
103         * */makefile (NANT): Use a variable `NANT' so the user can override it with
104         `make NANT=/usr/local/bin/NAnt.exe'.
105
106 2002-05-09  Daniel Morgan <danmorg@sc.rr.com>
107
108         * AUTHORS: add me to class libraries list
109
110 2002-03-26  Dick Porter  <dick@ximian.com>
111
112         * makefile (linux): Abandon the build if any of the subdir makes fail
113
114 2002-03-07  Nick Drochak  <ndrochak@gol.com>\r
115 \r
116         * makefile: Change order of build so corlib is built before nunit since\r
117         Nunit needs corlib now.\r
118 \r
119 2002-02-14  Nick Drochak  <ndrochak@gol.com>\r
120 \r
121         * makefile: Build mcs/doctools too when one does 'make'\r
122 \r
123 2002-01-20 Nick Drochak  <ndrochak@gol.com>\r
124 \r
125         * on the 'test' target, make sure NUnit is built first before building\r
126         and running tests\r
127 \r
128 2002-01-20 Nick Drochak  <ndrochak@gol.com>\r
129 \r
130         * add nunit directory to the list of dirs to build in