diff options
author | trevor <trevor@FreeBSD.org> | 2004-03-13 04:03:51 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-03-13 04:03:51 +0800 |
commit | 99a2f8d07d787cea4680ea2ade4fcff50618f9b5 (patch) | |
tree | 71dac5b4f1300c79e894a6e6f715582d1a8c0208 /Tools/scripts | |
parent | 4b2ba806629f632c9feddf8815b1590cf0bd7652 (diff) | |
download | freebsd-ports-gnome-99a2f8d07d787cea4680ea2ade4fcff50618f9b5.tar.gz freebsd-ports-gnome-99a2f8d07d787cea4680ea2ade4fcff50618f9b5.tar.zst freebsd-ports-gnome-99a2f8d07d787cea4680ea2ade4fcff50618f9b5.zip |
Add note about FETCH_BEFORE_ARGS=-s.
Diffstat (limited to 'Tools/scripts')
-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 |