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