2002-07-22 Tim Coleman <tim@timcoleman.com>
[mono.git] / mcs / makefile
index fc4e7f1eb65950b0e120c035a0cec56c32aff152..981259a664c92bf5a2e5d5fc587460e123bdb0ba 100755 (executable)
@@ -1,4 +1,4 @@
-DIRS=jay nant nunit mcs class tools
+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: