changeset 5868:88e20fd131eb

Use 4 CPUs for lilypond-book.
author Graham Percival <graham@percival-music.ca>
date Tue, 15 Dec 2009 13:39:52 +0000
parents 922a6617a34f
children e1a77baefea5
files gub/specs/lilypond-doc.py gub/specs/lilypond-test.py
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/lilypond-doc.py	Tue Dec 15 13:36:30 2009 +0000
+++ b/gub/specs/lilypond-doc.py	Tue Dec 15 13:39:52 2009 +0000
@@ -20,7 +20,7 @@
 WEB_TARGETS="offline online"
 TARGET_PYTHON=/usr/bin/python
 ''')
-    compile_flags = lilypond.LilyPond_base.compile_flags + ' top-doc all doc'
+    compile_flags = lilypond.LilyPond_base.compile_flags + ' CPU_COUNT=4top-doc all doc'
     install_flags = (' install-doc install-help2man'
                      ' prefix='
                      ' infodir=/share/info'
--- a/gub/specs/lilypond-test.py	Tue Dec 15 13:36:30 2009 +0000
+++ b/gub/specs/lilypond-test.py	Tue Dec 15 13:39:52 2009 +0000
@@ -8,7 +8,7 @@
     @context.subst_method
     def test_ball (self):
         return '%(uploads)s/lilypond-%(version)s-%(build_number)s.test-output.tar.bz2'
-    compile_flags = lilypond.LilyPond_base.compile_flags + ' test'
+    compile_flags = lilypond.LilyPond_base.compile_flags + ' CPU_COUNT=4 test'
         #return (lilypond.LilyPond_base.install_command
     install_command = 'true'
     def install (self):