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