Subversion Repositories DevTools

Rev

Rev 5878 | Rev 5986 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5878 Rev 5882
Line 10495... Line 10495...
10495
#                       placekeeper         - Marks SHARED library placekeepers
10495
#                       placekeeper         - Marks SHARED library placekeepers
10496
#                       set                 - Distribution sets
10496
#                       set                 - Distribution sets
10497
#                       type                - Copy the file in DEBUG or PROD mode
10497
#                       type                - Copy the file in DEBUG or PROD mode
10498
#                                             Valid values are "D" or "P"         
10498
#                                             Valid values are "D" or "P"         
10499
#                       version             - Shared library version information
10499
#                       version             - Shared library version information
-
 
10500
#                       symlink             - File is a symlink
10500
#                       RemoveOnly          - Do not install the file. Entries are
10501
#                       RemoveOnly          - Do not install the file. Entries are
10501
#                                             created to allow the removal of the file
10502
#                                             created to allow the removal of the file
10502
#                       NoTarget            - Reserved - Implemented elsewhere
10503
#                       NoTarget            - Reserved - Implemented elsewhere
10503
#
10504
#
10504
# Returns         :
10505
# Returns         :
Line 10529... Line 10530...
10529
        }
10530
        }
10530
 
10531
 
10531
        my $fname = $entry->{'src'};
10532
        my $fname = $entry->{'src'};
10532
        my $fmode = $entry->{'Mode'};
10533
        my $fmode = $entry->{'Mode'};
10533
        $fmode .= "+x" if ( $entry->{'exe'}  );
10534
        $fmode .= "+x" if ( $entry->{'exe'}  );
-
 
10535
        $fmode .= "+l" if ( $entry->{'symlink'}  );
10534
 
10536
 
10535
        #
10537
        #
10536
        #   User conditionional
10538
        #   User conditionional
10537
        #   Mark both the source and the target as PHONY if the condition is not met
10539
        #   Mark both the source and the target as PHONY if the condition is not met
10538
        #   This will ensure that the target need not be built.
10540
        #   This will ensure that the target need not be built.