From 5a4a97181d45d3788d27697f4c9cbea70b20a561 Mon Sep 17 00:00:00 2001 From: Gary Palmer Date: Tue, 14 Feb 1995 21:29:28 +0000 Subject: [PATCH] Make the checksum target not bomb out if there is a mismatch, just print a warning. A better fix will come along just as soon as I work out what it is. --- Mk/bsd.port.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index f837530c8a38..1f43844b133e 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -3,7 +3,7 @@ # bsd.port.mk - 940820 Jordan K. Hubbard. # This file is in the public domain. # -# $Id: bsd.port.mk,v 1.111 1995/02/04 22:56:28 phk Exp $ +# $Id: bsd.port.mk,v 1.112 1995/02/06 08:52:19 hsu Exp $ # # Please view me with 4 column tabs! @@ -607,7 +607,6 @@ checksum: fetch OK="false"; \ elif [ "$$CKSUM" != "$$CKSUM2" ]; then \ echo ">> Checksum mismatch for $$file"; \ - exit 1; \ fi; \ done; \ if [ "$$OK" = "" ]; then \