mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 01:38:06 +02:00
Fail if any subdir fails.
This commit is contained in:
parent
f2b3d0828e
commit
e3b0dde49c
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ default: $(LIB_DIR) subdirs
|
|||
subdirs:
|
||||
@for dir in $(SUBDIRS) ; do \
|
||||
if [ -d $$dir ] ; then \
|
||||
(cd $$dir ; make) ; \
|
||||
(cd $$dir ; make) || exit 1 ; \
|
||||
fi \
|
||||
done
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue