Subversion Repositories DevTools

Rev

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

Rev 6177 Rev 6198
Line 102... Line 102...
102
    #   Request that a simple BuildAlias be created for this platform
102
    #   Request that a simple BuildAlias be created for this platform
103
    #   Use the original name of the TARGET
103
    #   Use the original name of the TARGET
104
    #
104
    #
105
    $pInfo->{ALIAS} = $pInfo->{TARGET};
105
    $pInfo->{ALIAS} = $pInfo->{TARGET};
106
 
106
 
107
#    #
-
 
108
#    #   Specify the hardware family
-
 
109
#    #   Will be used to create an ALIAS
-
 
110
#    #
-
 
111
#    $pInfo->{HARDWARE} = uc($arch);
-
 
112
    
-
 
113
    #
107
    #
114
    #   Alter the 'TARGET' name
108
    #   Alter the 'TARGET' name
115
    #   This is allowed (expected)
109
    #   This is allowed (expected)
116
    #
110
    #
117
    $pInfo->{TARGET} = uc($target);
111
    $pInfo->{TARGET} = uc($target);