summaryrefslogtreecommitdiff
path: root/wm/golem/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'wm/golem/patches/patch-ah')
-rw-r--r--wm/golem/patches/patch-ah15
1 files changed, 15 insertions, 0 deletions
diff --git a/wm/golem/patches/patch-ah b/wm/golem/patches/patch-ah
new file mode 100644
index 00000000000..57aab3584ec
--- /dev/null
+++ b/wm/golem/patches/patch-ah
@@ -0,0 +1,15 @@
+$NetBSD: patch-ah,v 1.1 2010/04/24 19:28:31 dholland Exp $
+
+makefiles should stop on error.
+
+--- Makefile.in~ 2008-03-30 12:40:03.000000000 -0400
++++ Makefile.in 2008-03-30 12:42:07.000000000 -0400
+@@ -17,7 +17,7 @@
+ # subdir recursion macro
+ RECUR= @for dir in $(SUBDIRS) ; do \
+ echo "===> $$dir"; \
+- (cd $$dir ; $(MAKE) $@) \
++ (cd $$dir && $(MAKE) $@) || exit 1; \
+ done
+
+ all: