summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorgpalmer <gpalmer@FreeBSD.org>1995-02-14 21:29:28 +0000
committergpalmer <gpalmer@FreeBSD.org>1995-02-14 21:29:28 +0000
commit4870e921afac1a87492f275fc644ebdbac5e2e30 (patch)
treefda240377af5c91fa6950d108a788511dd0f608b /share
parent81bdfb00d34ddbd98162e9e8fe266c6e9382fbd5 (diff)
downloadFreeBSD-src-4870e921afac1a87492f275fc644ebdbac5e2e30.zip
FreeBSD-src-4870e921afac1a87492f275fc644ebdbac5e2e30.tar.gz
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.
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.port.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/share/mk/bsd.port.mk b/share/mk/bsd.port.mk
index f837530..1f43844 100644
--- a/share/mk/bsd.port.mk
+++ b/share/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 \
OpenPOWER on IntegriCloud