diff options
author | kris <kris@FreeBSD.org> | 2004-04-02 07:43:43 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-02 07:43:43 +0000 |
commit | f832cc0922f2e46510a0eb3554fae05a6089702a (patch) | |
tree | 7c62f60827318c3d1a2886ab170b4e5a8067a05a /Tools | |
parent | e89f12a820f04453b55bc686c305f1fd9a339de3 (diff) | |
download | FreeBSD-ports-f832cc0922f2e46510a0eb3554fae05a6089702a.zip FreeBSD-ports-f832cc0922f2e46510a0eb3554fae05a6089702a.tar.gz |
Set INDEX_PRISTINE and INDEX_QUIET to catch up to new index build
variables.
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/portbuild/scripts/makeindex | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Tools/portbuild/scripts/makeindex b/Tools/portbuild/scripts/makeindex index 62dc9ed..deff4e1 100755 --- a/Tools/portbuild/scripts/makeindex +++ b/Tools/portbuild/scripts/makeindex @@ -1,9 +1,11 @@ #!/bin/sh # usage: $0 arch branch -# -j# to make index -# XXX corrupts index file because of lack of synchronization? -#INDEXJOBS=1 +# Don't want to pick up bento customizations +INDEX_PRISTINE=1 + +# Don't give luser advice if it fails +INDEX_QUIET=1 pb=/var/portbuild arch=$1 |