summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-04-02 07:43:43 +0000
committerkris <kris@FreeBSD.org>2004-04-02 07:43:43 +0000
commitf832cc0922f2e46510a0eb3554fae05a6089702a (patch)
tree7c62f60827318c3d1a2886ab170b4e5a8067a05a /Tools
parente89f12a820f04453b55bc686c305f1fd9a339de3 (diff)
downloadFreeBSD-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-xTools/portbuild/scripts/makeindex8
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
OpenPOWER on IntegriCloud