*** empty log message ***
[mono.git] / mcs / ChangeLog
index 03ad69446a53ffbd852de0f490101ddd0f49d858..40f35ce7568b8e85ea8f2364181a59f669dfc705 100644 (file)
@@ -1,3 +1,52 @@
+2002-07-23  Alp Toker  <alp@atoker.com>
+
+       * makefile.gnu: Added an install target (which sets permissions and
+       respects prefix) and a dist target which produces a tarball. Also
+       fixed a few other makefile issues.
+
+2002-07-22  Peter Williams  <peterw@ximian.com>
+
+       * class/library.make: Oops, the deps weren't right -- touching a .cs
+       file didn't cause the libraries to be rebuilt.
+       (clean): Robustify this rule a bit.
+
+2002-07-20  Martin Baulig  <martin@gnome.org>
+
+       * class/makefile.gnu: Added System.Data.
+
+2002-07-20  Martin Baulig  <martin@gnome.org>
+
+       * class/library.make: Put $(MONO_PATH_PREFIX) in front of the MONO_PATH.
+
+       * class/*/makefile.gnu: Set MONO_PATH_PREFIX=../lib:
+
+2002-07-19  Martin Baulig  <martin@gnome.org>
+
+       * makefile.gnu (DIRS): Added nunit.
+
+2002-07-19  Martin Baulig  <martin@gnome.org>
+
+       Added the super-cool set of makefiles from Peter Williams which run on
+       GNU/Linux without NAnt.  I named them `makefile.gnu' and not `GNUmakefile'
+       since this won't break the windows build.
+
+       To compile stuff on GNU/Linux, just do a `make -f makefile.gnu'.
+
+       * mcs-tool, */makefile.gnu, class/library.make: New files.
+
+2002-07-19  Martin Baulig  <martin@gnome.org>
+
+       * */makefile (NANT): Use a variable `NANT' so the user can override it with
+       `make NANT=/usr/local/bin/NAnt.exe'.
+
+2002-05-09  Daniel Morgan <danmorg@sc.rr.com>
+
+       * AUTHORS: add me to class libraries list
+
+2002-03-26  Dick Porter  <dick@ximian.com>
+
+       * makefile (linux): Abandon the build if any of the subdir makes fail
+
 2002-03-07  Nick Drochak  <ndrochak@gol.com>\r
 \r
        * makefile: Change order of build so corlib is built before nunit since\r
@@ -14,4 +63,4 @@
 \r
 2002-01-20 Nick Drochak  <ndrochak@gol.com>\r
 \r
-       * add nunit directory to the list of dirs to build in
\ No newline at end of file
+       * add nunit directory to the list of dirs to build in