aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-04-02 07:43:43 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-04-02 07:43:43 +0000
commitb318dd2a1c5b37c92707ed5857ea52ae7db8fcbd (patch)
treee2fbd8baae1798497b9f9f37c3e20a568f6081a8 /Tools
parent975294508d804d4d0863066655af0c4879f9d07a (diff)
downloadports-b318dd2a1c5b37c92707ed5857ea52ae7db8fcbd.tar.gz
ports-b318dd2a1c5b37c92707ed5857ea52ae7db8fcbd.zip
Notes
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/portbuild/scripts/makeindex8
1 files changed, 5 insertions, 3 deletions
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