2002-05-07 Duncan Mak <duncan@ximian.com>
[mono.git] / mcs / makefile
index dcc2e594d3fd379b7f40c129d0eaebfa09d6ef5b..981259a664c92bf5a2e5d5fc587460e123bdb0ba 100755 (executable)
@@ -1,4 +1,4 @@
-DIRS=jay nant mcs class nunit 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: