Update of /cvsroot/boost/boost/tools/build/v2/tools
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv7268/tools/build/v2/tools

Modified Files:
        common.jam 
Log Message:
Cleanup format-name docs.

Index: common.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v2/tools/common.jam,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- common.jam  16 Oct 2006 02:11:02 -0000      1.50
+++ common.jam  17 Oct 2006 01:59:50 -0000      1.51
@@ -566,11 +566,14 @@
     $(RM) "$(>)" $(IGNORE)
 }
 
-# Given a format and the info from a target, as given to a tag
-# rule, returns for synthesized name for the target. The format
-# specifies which information from the target is place, and where
-# it is placed to form the name. The individual elements of the format
-# are evaluated and sequencially composed into the resulting name.
+# Given a target, as given to a custom tag rule, returns a string formatted
+# according to the passed format. Format is a list of properties that is
+# represented in the result. For each element of format the corresponding
+# target information is obtained and added to the result string.
+# For all, but the literal, the format value is taken as the as string to
+# prepend to the output to join the item to the rest of the result. If not
+# given "-" is used as a joiner.
+#
 # The format options can be:
 #
 #   <base>[joiner]
@@ -588,12 +591,10 @@
 #   <property:/property-name/>[joiner]
 #       ::  Direct lookup of the given property-name value in the
 #           build properties.
-#   otherwise
+#   /otherwise/
 #       ::  The literal value of the format argument.
 #
-# For all, but the literal, format the value, if given, is taken as
-# the as string to prepend to the output to join the item to the rest of
-# the name. If not given "-" is used as a joiner. For example this format:
+# For example this format:
 #
 #   boost_ <base> <toolset> <threading> <runtime> <version:boost-version>
 #


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to