Skip to content

Only download UnicodeData.txt once #19794

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 1, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion deps/tools/jlchecksum
Original file line number Diff line number Diff line change
@@ -37,7 +37,8 @@ checksum_error()
echo " But \`$CHECKSUM_PROG\` results in:" >&2
print_hash "$CURR_CHECKSUM"
echo " This can happen due to bad downloads or network proxies, please check your" >&2
echo " network proxy/firewall settings and delete deps/srccache/$BASENAME" >&2
echo " network proxy/firewall settings and delete" >&2
echo " $(realpath $ARG1)" >&2
echo " to force a redownload when you are ready" >&2
echo "===============================================================================" >&2
exit 2
4 changes: 3 additions & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
@@ -18,8 +18,10 @@ help:
@echo " doctest to run all doctests embedded in the documentation"
@echo " check to run linkcheck and doctests"

deps:
UnicodeData.txt:
$(JLDOWNLOAD) http://www.unicode.org/Public/9.0.0/ucd/UnicodeData.txt

deps: UnicodeData.txt
$(JLCHECKSUM) UnicodeData.txt

clean: