* INSTALL.txt: Minor updates to reflect build changes.
authorRaja R Harinath <harinath@hurrynot.org>
Mon, 13 Dec 2004 06:17:48 +0000 (06:17 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Mon, 13 Dec 2004 06:17:48 +0000 (06:17 -0000)
svn path=/trunk/mcs/; revision=37685

mcs/ChangeLog
mcs/INSTALL.txt

index e783b74cd649100a1c4d23b09c43f89a14af5170..3dc69edda264d6628f8ced91ff243f4828ea7f40 100644 (file)
@@ -1,3 +1,7 @@
+2004-12-13  Raja R Harinath  <rharinath@novell.com>
+
+       * INSTALL.txt: Minor updates to reflect build changes.
+
 2004-11-25  Raja R Harinath  <rharinath@novell.com>
 
        * Makefile (DISTFILES): Add nunit.key.
index e2f2927e20e328c298093cde0731363fe3d5bd93..2b59d588ba3b029982d950d69de74cd90d231faa 100644 (file)
@@ -25,11 +25,11 @@ compilers and tools.
 
 If you only want to build a snapshot or a fresh CVS checkout of the
 sources, you should go into the `mono' sibling directory and issue the
-make bootstrap command, like this:
+make command, like this:
 
          cd ../mono
          ./autogen.sh --prefix=/usr/local
-         make bootstrap
+         make
          make install
 
 The compilation is bundled with the build due to dependencies on the
@@ -68,7 +68,8 @@ If you get "corlib out of sync" errors, try
 
     make PROFILE="atomic"
 
-The difference between the two modes is explained farther down.
+A better alternative would be to fire off a 'make' from a sibling or
+parent 'mono/' tree.
 
 Troubleshooting
 ===============