[jhbuild] sample.jhbuild: Do not suggest to use '-jX' in makeargs



commit 94f4a184a44ea0e0db89349d059961cf36d6d566
Author: Javier JardÃn <jjardon gnome org>
Date:   Mon Jan 23 18:21:41 2012 +0000

    sample.jhbuild: Do not suggest to use '-jX' in makeargs
    
    The number of available cores is automatically detected by jhbuild

 examples/sample.jhbuildrc |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/examples/sample.jhbuildrc b/examples/sample.jhbuildrc
index 0ede152..ddb040e 100644
--- a/examples/sample.jhbuildrc
+++ b/examples/sample.jhbuildrc
@@ -31,7 +31,6 @@ prefix = '/opt/gnome'
 # to speed up builds of GNOME, try '--disable-static --disable-gtk-doc'
 #autogenargs=''
 
-# On multiprocessor systems setting makeargs to '-j2' may improve compilation
-# time. Be aware that not all modules compile correctly with '-j2'.
+# A string listing additional arguments to be passed to make.
 # Set makeargs to 'V=1' for verbose build output.
-#makeargs = '-j2'
+#makeargs = ''



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]