2002-06-15 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
[mono.git] / mcs / makefile
index b1dc9d6b98b5d04ab3cc416f7296eddc20e79800..981259a664c92bf5a2e5d5fc587460e123bdb0ba 100755 (executable)
@@ -1,4 +1,4 @@
-DIRS=jay nant nunit mcs class tools doctools
+DIRS=jay nant mcs class nunit tools
 
 all: linux
 
@@ -9,7 +9,7 @@ windows:
 
 linux:
        for i in $(DIRS); do                    \
-               (cd $$i; make linux)            \
+               (cd $$i; make linux) || exit 1; \
        done
 
 test: