[project @ 2002-06-15 14:45:53 by sof]
authorsof <unknown>
Sat, 15 Jun 2002 14:45:53 +0000 (14:45 +0000)
committersof <unknown>
Sat, 15 Jun 2002 14:45:53 +0000 (14:45 +0000)
all: restore old behaviour of exiting upon 'boot' failure in a SUBDIR

Makefile

index 97717f4..85c1bed 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -332,6 +332,7 @@ all ::
        for i in $(SUBDIRS); do \
           if [ -d $$i ]; then \
              $(MAKE) -C $$i boot; \
+             if [ $$? -eq 0 -o $$x_on_err -eq 0 ] ;  then true; else exit 1; fi; \
              $(MAKE) -C $$i all; \
              if [ $$? -eq 0 -o $$x_on_err -eq 0 ] ;  then true; else exit 1; fi; \
              fi; \