ICU-545 fixed the propagation of the exit code fo sub-make for local targets.

X-SVN-Rev: 2209
This commit is contained in:
Yves Arrouye 2000-08-11 22:08:11 +00:00
parent 80c3feb89f
commit 65ea513b86
5 changed files with 5 additions and 5 deletions

View file

@ -98,7 +98,7 @@ all-recursive install-recursive clean-recursive distclean-recursive dist-recursi
(cd $$subdir && $(MAKE) $$local_target) || exit; \
done; \
if test "$$dot_seen" = "no"; then \
$(MAKE) "$$target-local" || exit 1; \
$(MAKE) "$$target-local" || exit; \
fi
all-local: $(srcdir)/configure builddata

View file

@ -84,7 +84,7 @@ all-recursive install-recursive clean-recursive distclean-recursive dist-recursi
(cd $$subdir && $(MAKE) $$local_target) || exit; \
done; \
if test "$$dot_seen" = "no"; then \
$(MAKE) "$$target-local" || exit 1; \
$(MAKE) "$$target-local" || exit; \
fi
all-local:

View file

@ -79,7 +79,7 @@ all-recursive install-recursive clean-recursive distclean-recursive dist-recursi
(cd $$subdir && $(MAKE) $$local_target) || exit; \
done; \
if test "$$dot_seen" = "no"; then \
$(MAKE) "$$target-local" || exit 1; \
$(MAKE) "$$target-local" || exit; \
fi
all-local:

View file

@ -80,7 +80,7 @@ all-recursive install-recursive clean-recursive distclean-recursive dist-recursi
(cd $$subdir && $(MAKE) $$local_target) || exit; \
done; \
if test "$$dot_seen" = "no"; then \
$(MAKE) "$$target-local" || exit 1; \
$(MAKE) "$$target-local" || exit; \
fi
all-local:

View file

@ -109,7 +109,7 @@ all-recursive install-recursive clean-recursive distclean-recursive dist-recursi
(cd $$subdir && $(MAKE) $$local_target) || exit; \
done; \
if test "$$dot_seen" = "no"; then \
$(MAKE) "$$target-local" || exit 1; \
$(MAKE) "$$target-local" || exit; \
fi
all-local: build-local