svn commit: r224119 - projects/portbuild/scripts

Mark Linimon linimon at FreeBSD.org
Sat Jul 16 22:01:19 UTC 2011


Author: linimon (doc,ports committer)
Date: Sat Jul 16 22:01:18 2011
New Revision: 224119
URL: http://svn.freebsd.org/changeset/base/224119

Log:
  For some reason, INDEX is not building with -j6.  Temporarily revert
  to -j1 until someone has some time to investigate.

Modified:
  projects/portbuild/scripts/makeindex

Modified: projects/portbuild/scripts/makeindex
==============================================================================
--- projects/portbuild/scripts/makeindex	Sat Jul 16 21:14:29 2011	(r224118)
+++ projects/portbuild/scripts/makeindex	Sat Jul 16 22:01:18 2011	(r224119)
@@ -8,7 +8,9 @@ export INDEX_PRISTINE=1
 export INDEX_QUIET=1
 
 # Concurrency of index build
-export INDEX_JOBS=6
+#export INDEX_JOBS=6
+# XXX MCL 20110716 this is the only way I can get index to build, now
+export INDEX_JOBS=1
 
 # For debugging purposes only
 #export INDEX_VERBOSE=1


More information about the svn-src-projects mailing list