Subversion Repositories DevTools

Rev

Rev 6177 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6177 Rev 6276
Line 331... Line 331...
331
    #       Platform ('--NoPlatformBuilds' );
331
    #       Platform ('--NoPlatformBuilds' );
332
    #       Platform ('Name', '--Options', [!Name] );
332
    #       Platform ('Name', '--Options', [!Name] );
333
    #       Platform ('!Name' );
333
    #       Platform ('!Name' );
334
    #
334
    #
335
    #
335
    #
-
 
336
    if ($::ScmNoBuild)
-
 
337
    {
-
 
338
        @platforms = ();                        # zap list
-
 
339
        $noplatforms = 1;
-
 
340
    }
336
    if ( $platforms[0] && $platforms[0] eq '*' )
341
    elsif ( $platforms[0] && $platforms[0] eq '*' )
337
    {
342
    {
338
        my( $targets, $products );              # options
343
        my( $targets, $products );              # options
339
        my( @args );
344
        my( @args );
340
        my( @exclude );
345
        my( @exclude );
341
 
346
 
Line 485... Line 490...
485
            #
490
            #
486
            my $lc_platform = lc($_);
491
            my $lc_platform = lc($_);
487
            unless ( exists( $lc_platforms{$lc_platform}  ) )
492
            unless ( exists( $lc_platforms{$lc_platform}  ) )
488
            {
493
            {
489
                Warning( "Platform '$_' not contained within BuildPlatforms -- ignored." )
494
                Warning( "Platform '$_' not contained within BuildPlatforms -- ignored." )
490
                    unless ( exists( $::ScmBuildPlatforms{$_} ));
495
                    unless ( exists( $::ScmBuildMatrix{$_} ));
491
                $platform = "";
496
                $platform = "";
492
                next FILTER;
497
                next FILTER;
493
            }
498
            }
494
 
499
 
495
            $lc_platform = $lc_platforms{$lc_platform};
500
            $lc_platform = $lc_platforms{$lc_platform};