summaryrefslogtreecommitdiff
path: root/wm/golem/patches/patch-ai
blob: 40d8dbafeb47eb0cfa305fbabec966d3a79f10b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ai,v 1.1 2010/04/24 19:28:31 dholland Exp $

makefiles should stop on error.

--- plugins/Makefile.in~	2001-12-25 16:27:17.000000000 -0500
+++ plugins/Makefile.in	2008-03-30 12:42:06.000000000 -0400
@@ -8,7 +8,7 @@
 
 RECUR=	@for dir in $(SUBDIRS) ; do \
 		echo "===> $$dir" ; \
-		(cd $$dir ; $(MAKE) $@) ; \
+		(cd $$dir && $(MAKE) $@) || exit 1; \
 	done
 
 all: