diff --git a/Tools/portbuild/scripts/makeindex b/Tools/portbuild/scripts/makeindex index 62dc9edb9b25..deff4e129fdb 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