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