Subversion Repositories DevTools

Rev

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

Rev 1606 Rev 1609
Line 579... Line 579...
579
    #
579
    #
580
    #   Create multiple search paths
580
    #   Create multiple search paths
581
    #       One for an exaustive search
581
    #       One for an exaustive search
582
    #       Others for selective searchs
582
    #       Others for selective searchs
583
    #
583
    #
-
 
584
    #   NOTE: "${Platform}_${MachType}" is a work around for SOLARIS_sparc.
-
 
585
    #         Should really use the version 2.x.x technique and read in the
-
 
586
    #         build.cfg file
584
    #
587
    #
585
    foreach my $part ( $Platform, $Product, $Target, $MachType )
588
    foreach my $part ( $Platform, $Product, $Target, "${Platform}_${MachType}" , $MachType )
586
    {
589
    {
587
        next unless ( $part );
590
        next unless ( $part );
588
        foreach my $subdir ( "lib." . "$part",
591
        foreach my $subdir ( "lib." . "$part",
589
                             "lib." . "$part" . "$BuildType",
592
                             "lib." . "$part" . "$BuildType",
590
                             "lib/lib." . "$part" . "$BuildType",
593
                             "lib/lib." . "$part" . "$BuildType",
Line 597... Line 600...
597
                UniquePush( \@{$DpkgLibDirList{$part}}, $subdir);
600
                UniquePush( \@{$DpkgLibDirList{$part}}, $subdir);
598
            }
601
            }
599
        }
602
        }
600
    }
603
    }
601
 
604
 
602
    foreach my $part ( $Platform, $Product, $Target, $MachType )
605
    foreach my $part ( $Platform, $Product, $Target, "${Platform}_${MachType}" , $MachType )
603
    {
606
    {
604
        next unless ( $part );
607
        next unless ( $part );
605
        foreach my $subdir ( "bin." . "$part" . "$BuildType",
608
        foreach my $subdir ( "bin." . "$part" . "$BuildType",
606
                             "bin." . "$part",
609
                             "bin." . "$part",
607
                             "bin/bin." . "$part" . "$BuildType",
610
                             "bin/bin." . "$part" . "$BuildType",