2002-05-11 Miguel de Icaza <miguel@ximian.com>
[mono.git] / mcs / makefile
index cfbe752b216eb494a84cf079d02acc7eb24298f9..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:
@@ -20,3 +20,4 @@ clean:
        for i in $(DIRS); do                    \
                (cd $$i; make clean)            \
        done
+