Skip to content
Snippets Groups Projects
Commit 9b61d955 authored by Ludwig Knüpfer's avatar Ludwig Knüpfer
Browse files

make: don't ignore failures in for loops

Add `|| exit 1` to all constructs like `@for i in $(DIRS) ; do "$(MAKE)" -C $$i ; done ;`, so that compilation stops on the first error.
parent 0c9fd836
No related branches found
No related tags found
No related merge requests found
Showing
with 37 additions and 37 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment