summaryrefslogtreecommitdiff
path: root/Tools/portbuild/scripts
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2010-11-29 05:08:50 +0000
committerMark Linimon <linimon@FreeBSD.org>2010-11-29 05:08:50 +0000
commit93015147a5bc20d6ed5295fde4ca9307c521ed31 (patch)
tree3602b75069e3b6648eb19defa13e46c809ae7eca /Tools/portbuild/scripts
parentUpdate to version 3.3.3. (diff)
Add a debug setting (commented out).
Notes
Notes: svn path=/head/; revision=265356
Diffstat (limited to 'Tools/portbuild/scripts')
-rwxr-xr-xTools/portbuild/scripts/makeindex3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/portbuild/scripts/makeindex b/Tools/portbuild/scripts/makeindex
index 0635357158e2..85f96bcac637 100755
--- a/Tools/portbuild/scripts/makeindex
+++ b/Tools/portbuild/scripts/makeindex
@@ -10,6 +10,9 @@ export INDEX_QUIET=1
# Concurrency of index build
export INDEX_JOBS=6
+# For debugging purposes only
+#export INDEX_VERBOSE=1
+
pb=/var/portbuild
usage () {