]> git.wh0rd.org - patches.git/blob - iproute2-check-make-exit-status.patch
more random patches. who knows.
[patches.git] / iproute2-check-make-exit-status.patch
1 diff --git a/Makefile b/Makefile
2 index 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: