]> git.wh0rd.org - patches.git/blame_incremental - iproute2-check-make-exit-status.patch
scummvm random work
[patches.git] / iproute2-check-make-exit-status.patch
... / ...
CommitLineData
1diff --git a/Makefile b/Makefile
2index 3fc3a15..dbcb249 100644
3--- a/Makefile
4+++ b/Makefile
5@@ -32,7 +32,8 @@ SUBDIRS=lib ip tc misc netem genl
6 LIBNETLINK=../lib/libnetlink.a ../lib/libutil.a
7
8 all: Config
9- @for i in $(SUBDIRS); \
10+ @set -e; \
11+ for i in $(SUBDIRS); \
12 do $(MAKE) $(MFLAGS) -C $$i; done
13
14 Config: