40f35ce7568b8e85ea8f2364181a59f669dfc705
[mono.git] / mcs / ChangeLog
1 2002-07-23  Alp Toker  <alp@atoker.com>
2
3         * makefile.gnu: Added an install target (which sets permissions and
4         respects prefix) and a dist target which produces a tarball. Also
5         fixed a few other makefile issues.
6
7 2002-07-22  Peter Williams  <peterw@ximian.com>
8
9         * class/library.make: Oops, the deps weren't right -- touching a .cs
10         file didn't cause the libraries to be rebuilt.
11         (clean): Robustify this rule a bit.
12
13 2002-07-20  Martin Baulig  <martin@gnome.org>
14
15         * class/makefile.gnu: Added System.Data.
16
17 2002-07-20  Martin Baulig  <martin@gnome.org>
18
19         * class/library.make: Put $(MONO_PATH_PREFIX) in front of the MONO_PATH.
20
21         * class/*/makefile.gnu: Set MONO_PATH_PREFIX=../lib:
22
23 2002-07-19  Martin Baulig  <martin@gnome.org>
24
25         * makefile.gnu (DIRS): Added nunit.
26
27 2002-07-19  Martin Baulig  <martin@gnome.org>
28
29         Added the super-cool set of makefiles from Peter Williams which run on
30         GNU/Linux without NAnt.  I named them `makefile.gnu' and not `GNUmakefile'
31         since this won't break the windows build.
32
33         To compile stuff on GNU/Linux, just do a `make -f makefile.gnu'.
34
35         * mcs-tool, */makefile.gnu, class/library.make: New files.
36
37 2002-07-19  Martin Baulig  <martin@gnome.org>
38
39         * */makefile (NANT): Use a variable `NANT' so the user can override it with
40         `make NANT=/usr/local/bin/NAnt.exe'.
41
42 2002-05-09  Daniel Morgan <danmorg@sc.rr.com>
43
44         * AUTHORS: add me to class libraries list
45
46 2002-03-26  Dick Porter  <dick@ximian.com>
47
48         * makefile (linux): Abandon the build if any of the subdir makes fail
49
50 2002-03-07  Nick Drochak  <ndrochak@gol.com>\r
51 \r
52         * makefile: Change order of build so corlib is built before nunit since\r
53         Nunit needs corlib now.\r
54 \r
55 2002-02-14  Nick Drochak  <ndrochak@gol.com>\r
56 \r
57         * makefile: Build mcs/doctools too when one does 'make'\r
58 \r
59 2002-01-20 Nick Drochak  <ndrochak@gol.com>\r
60 \r
61         * on the 'test' target, make sure NUnit is built first before building\r
62         and running tests\r
63 \r
64 2002-01-20 Nick Drochak  <ndrochak@gol.com>\r
65 \r
66         * add nunit directory to the list of dirs to build in