aboutsummaryrefslogtreecommitdiff
path: root/Tools/scripts
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2004-03-12 20:03:51 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2004-03-12 20:03:51 +0000
commitd042f83b86af17acdd6c8cf37ac5307ae7f5fec7 (patch)
tree159c2f4f607372a2332f95f895af409bf1f9588b /Tools/scripts
parentc80d808359ea68d919fe2454d969f3c5ebf1bc69 (diff)
downloadports-d042f83b86af17acdd6c8cf37ac5307ae7f5fec7.tar.gz
ports-d042f83b86af17acdd6c8cf37ac5307ae7f5fec7.zip
Add note about FETCH_BEFORE_ARGS=-s.
Notes
Notes: svn path=/head/; revision=103809
Diffstat (limited to 'Tools/scripts')
-rwxr-xr-xTools/scripts/checksize.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tools/scripts/checksize.sh b/Tools/scripts/checksize.sh
index 38af931d564d..43dd7a6cfb87 100755
--- a/Tools/scripts/checksize.sh
+++ b/Tools/scripts/checksize.sh
@@ -36,6 +36,10 @@
# - support for multiple architectures is inefficient
# - output is messy
# - on my system, the first 20 kB of each distfile are fetched
+# (this can be suppressed by adding FETCH_BEFORE_ARGS=-s to the make options,
+# in which case the word "Unknown" appears by itself on a line
+# where otherwise there would be a "size unknown" error, and "size
+# mismatch" errors are not detected)
# - needs manual setup of /mnt/
#
# placed in the public domain by Trevor Johnson