From 2692c51e072d41a23990104695bfcb682193f648 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 28 Mar 2003 12:28:16 +0000 Subject: Return failure in case of errors (instead of success). Patch from Geoff Wing (gcw at rxvt dot org). --- x11/rxvt/distinfo | 4 ++-- x11/rxvt/patches/patch-aa | 17 ++++++++++++++--- 2 files changed, 16 insertions(+), 5 deletions(-) (limited to 'x11') diff --git a/x11/rxvt/distinfo b/x11/rxvt/distinfo index 61602490c09..77e53e4100d 100644 --- a/x11/rxvt/distinfo +++ b/x11/rxvt/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.12 2003/03/28 10:55:22 wiz Exp $ +$NetBSD: distinfo,v 1.13 2003/03/28 12:28:16 wiz Exp $ SHA1 (rxvt-2.7.10.tar.bz2) = 16eae23c3227e28e5e7a53a58eaa3226affe65f9 Size (rxvt-2.7.10.tar.bz2) = 493199 bytes -SHA1 (patch-aa) = 7569bd4c4136d19ee4d8a6f1baa02b2b214ea4ad +SHA1 (patch-aa) = 11656b4c2d9e22055d203669b588b626079aa320 SHA1 (patch-ab) = 62ef5b28f8842b769829fed0d217a9c54f48c832 SHA1 (patch-ad) = 86047c69fa397d71f3e71ae476bd7addd153729f SHA1 (patch-ae) = 76221e9b3cd35a0f40fb6128e0bf9d74d232d907 diff --git a/x11/rxvt/patches/patch-aa b/x11/rxvt/patches/patch-aa index 6b9b22d667c..7e73b5faaf9 100644 --- a/x11/rxvt/patches/patch-aa +++ b/x11/rxvt/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.8 2003/03/27 07:14:26 wiz Exp $ +$NetBSD: patch-aa,v 1.9 2003/03/28 12:28:17 wiz Exp $ ---- Makefile.in.org 2003-03-27 11:56:57.000000000 +1100 -+++ Makefile.in 2003-03-27 11:57:38.000000000 +1100 +--- Makefile.in.~1~ 2003-03-07 13:24:32.000000000 +1100 ++++ Makefile.in 2003-03-28 22:22:19.000000000 +1100 @@ -9,7 +9,7 @@ first_rule: all dummy: @@ -11,3 +11,14 @@ $NetBSD: patch-aa,v 1.8 2003/03/27 07:14:26 wiz Exp $ allsubdirs = W11 $(subdirs) DIST = INSTALL README.configure configure Makefile Makefile.in ChangeLog +@@ -25,8 +25,8 @@ + #------------------------------------------------------------------------- + + all allbin alldoc tags: +- @if test x@host_os@ = xcygwin; then (cd W11; ${MAKE} $@ || exit 1); fi +- @for I in ${subdirs}; do (cd $$I; ${MAKE} $@ || exit 1); done ++ @if test x@host_os@ = xcygwin; then (cd W11; ${MAKE} $@) || exit 1; fi ++ @for I in ${subdirs}; do (cd $$I; ${MAKE} $@) || exit 1; done + + realclean: clean + $(RMF) config.h config.status config.log libtool -- cgit v1.2.3