mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 23:19:00 +00:00
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.
This commit is contained in:
parent
d667b870a2
commit
05002e8cb5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6392
@ -3,7 +3,7 @@
|
|||||||
# bsd.port.mk - 940820 Jordan K. Hubbard.
|
# bsd.port.mk - 940820 Jordan K. Hubbard.
|
||||||
# This file is in the public domain.
|
# 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!
|
# Please view me with 4 column tabs!
|
||||||
|
|
||||||
@ -607,7 +607,6 @@ checksum: fetch
|
|||||||
OK="false"; \
|
OK="false"; \
|
||||||
elif [ "$$CKSUM" != "$$CKSUM2" ]; then \
|
elif [ "$$CKSUM" != "$$CKSUM2" ]; then \
|
||||||
echo ">> Checksum mismatch for $$file"; \
|
echo ">> Checksum mismatch for $$file"; \
|
||||||
exit 1; \
|
|
||||||
fi; \
|
fi; \
|
||||||
done; \
|
done; \
|
||||||
if [ "$$OK" = "" ]; then \
|
if [ "$$OK" = "" ]; then \
|
||||||
|
Loading…
Reference in New Issue
Block a user