diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-03-12 20:03:51 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-03-12 20:03:51 +0000 |
commit | d042f83b86af17acdd6c8cf37ac5307ae7f5fec7 (patch) | |
tree | 159c2f4f607372a2332f95f895af409bf1f9588b /Tools | |
parent | c80d808359ea68d919fe2454d969f3c5ebf1bc69 (diff) | |
download | ports-d042f83b86af17acdd6c8cf37ac5307ae7f5fec7.tar.gz ports-d042f83b86af17acdd6c8cf37ac5307ae7f5fec7.zip |
Notes
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/scripts/checksize.sh | 4 |
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 |