diff --git a/v2/doc/src/overview.xml b/v2/doc/src/overview.xml index 66ab027ec..d0b3c193f 100644 --- a/v2/doc/src/overview.xml +++ b/v2/doc/src/overview.xml @@ -687,6 +687,28 @@ b2 toolset=gcc variant=debug optimization=space + + + + Compresses target paths by abbreviating each component. + This option is useful to keep paths from becoming longer than + the filesystem supports. See also . + + + + + + + + Compresses target paths using an MD5 hash. This option is + useful to keep paths from becoming longer than the filesystem + supports. This option produces shorter paths than --abbreviate-paths + does, but at the cost of making them less understandable. + See also . + + + + diff --git a/v2/doc/src/path.xml b/v2/doc/src/path.xml index 31f47a8dc..f11906db5 100644 --- a/v2/doc/src/path.xml +++ b/v2/doc/src/path.xml @@ -7,6 +7,7 @@ path path + module diff --git a/v2/doc/src/reference.xml b/v2/doc/src/reference.xml index deee17c98..6316f09db 100644 --- a/v2/doc/src/reference.xml +++ b/v2/doc/src/reference.xml @@ -2089,6 +2089,7 @@ exe a : a.cpp
Target Paths + pathfor targets Several factors determine the location of a concrete file target. All files in a project are built under