Update of /cvsroot/fink/fink/perlmod/Fink
In directory vz-cvs-3.sog:/tmp/cvs-serv1465/perlmod/Fink

Modified Files:
        ChangeLog PkgVersion.pm 
Log Message:
Hanspeter N. :  MaxBuildJobs turned on by default.

Index: PkgVersion.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/PkgVersion.pm,v
retrieving revision 1.667
retrieving revision 1.668
diff -u -d -r1.667 -r1.668
--- PkgVersion.pm       11 Jul 2011 17:33:16 -0000      1.667
+++ PkgVersion.pm       26 Jul 2011 16:02:08 -0000      1.668
@@ -5183,7 +5183,8 @@
        }
 
        # UseMaxBuildJobs: true overrides SetNoMAKEFLAGS
-       if ($self->param_boolean('UseMaxBuildJobs') && 
$config->has_param('MaxBuildJobs')) {
+       # If UseMaxBuildJobs is absent or set to True, turn on MaxBuildJobs
+       if ((!$self->has_param('UseMaxBuildJobs') || 
$self->param_boolean('UseMaxBuildJobs')) && $config->has_param('MaxBuildJobs')) 
{
                my $mbj = $config->param('MaxBuildJobs');
                if ($mbj =~ /^\d+$/  && $mbj > 0) {
                        if (defined $script_env{'MAKEFLAGS'}) {

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.1728
retrieving revision 1.1729
diff -u -d -r1.1728 -r1.1729
--- ChangeLog   20 Jul 2011 14:15:15 -0000      1.1728
+++ ChangeLog   26 Jul 2011 16:02:07 -0000      1.1729
@@ -1,3 +1,7 @@
+2011-07-26     Hanspeter Niederstrasser  <nie...@users.sourceforge.net>
+
+       * PkgVersion.pm:  Turn MaxBuildJobs on by default.
+
 2011-07-20  Dave Morrison  <d...@finkproject.org>
 
        * Bootstrap.pm: 10.7 gets its own tree


------------------------------------------------------------------------------
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to