2008-09-19 Carlos Alberto Cortez <calberto.cortez@gmail.com>
[mono.git] / mcs / README
index 365dc89247ecfb3dfe635a9ff0ea2209b203c498..8bc968fd29d1157c605855181408a2a073492b88 100644 (file)
@@ -12,9 +12,6 @@ package module which drives the compilation of this directory.
 * Layout
 ========
 
-       bmcs/
-               New experimental Basic compiler.
-
        build/
                Rules, configuration and makefile components to build
                this module.
@@ -68,6 +65,11 @@ And to install:
 
        make PROFILE=net_2_0 install
 
+To turn on verbose mode in the build (for example to diagnose a
+problem), you can use the V=1 flag, like this:
+
+       make PROFILE=net_2_0 V=1
+
 * Running Unit tests
 ====================