Ticket #5478: FileRules-cleanUpComment.patch

File FileRules-cleanUpComment.patch, 1.2 KB (added by mmadia, 14 years ago)
  • build/jam/FileRules

     
    201201    # <directory> - The directory into which to extract the archive file. The
    202202    #               directory is created is by this rule and it is the target
    203203    #               that the extract action is associated with.
    204     # <entries>   - The entries of the zip file one is interested in. The rule
    205     #               always unzips the complete zip file, from the given entries
    206     #               the rule creates targets (using <grist>) representing the
    207     #               unzipped entries. Those targets are returned by the rule.
     204    # <entries>   - The entries of the archive file one is interested in. The
     205    #               rule always exctracts the complete archive file, from the
     206    #               given entries the rule creates targets (using <grist>)
     207    #               representing the extracted entries. Those targets are
     208    #               returned by the rule.
    208209    # <archiveFile> - The archive file target to extract.
    209210    # <grist>     - The grist used to create targets from <entries>. Defaults to
    210211    #               "extracted".