[haiku-commits] r35622 - haiku/trunk/build/jam

  • From: ingo_weinhold@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 26 Feb 2010 13:34:07 +0100 (CET)

Author: bonefish
Date: 2010-02-26 13:34:07 +0100 (Fri, 26 Feb 2010)
New Revision: 35622
Changeset: http://dev.haiku-os.org/changeset/35622/haiku

Modified:
   haiku/trunk/build/jam/FileRules
Log:
Author: Matt Madia

Cleaned up usage comment of ExtractArchive.


Modified: haiku/trunk/build/jam/FileRules
===================================================================
--- haiku/trunk/build/jam/FileRules     2010-02-25 20:48:52 UTC (rev 35621)
+++ haiku/trunk/build/jam/FileRules     2010-02-26 12:34:07 UTC (rev 35622)
@@ -201,10 +201,11 @@
        # <directory> - The directory into which to extract the archive file. 
The
        #               directory is created is by this rule and it is the 
target
        #               that the extract action is associated with.
-       # <entries>   - The entries of the zip file one is interested in. The 
rule
-       #               always unzips the complete zip file, from the given 
entries
-       #               the rule creates targets (using <grist>) representing 
the
-       #               unzipped entries. Those targets are returned by the 
rule.
+       # <entries>   - The entries of the archive file one is interested in. 
The 
+       #               rule always exctracts the complete archive file, from 
the 
+       #               given entries the rule creates targets (using <grist>) 
+       #               representing the extracted entries. Those targets are 
+       #               returned by the rule.
        # <archiveFile> - The archive file target to extract.
        # <grist>     - The grist used to create targets from <entries>. 
Defaults to
        #               "extracted".


Other related posts:

  • » [haiku-commits] r35622 - haiku/trunk/build/jam - ingo_weinhold