blob: ca6e9586379b0c0c7b1fd11b20522f9f2a36a202 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#
# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
#
--- bridge-utils-0.9.7/Makefile.in~failout 2002-04-03 10:19:36.000000000 -0600
+++ bridge-utils-0.9.7/Makefile.in 2004-06-03 14:17:35.000000000 -0500
@@ -13,7 +13,7 @@
SUBDIRS=libbridge brctl doc
all:
- for x in $(SUBDIRS); do (cd $$x && $(MAKE) ); done
+ for x in $(SUBDIRS); do (cd $$x && $(MAKE) ) || exit 1; done
clean:
for x in $(SUBDIRS); do (cd $$x && $(MAKE) clean ); done
|