2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 13:22:11 +00:00

Merge: Fix comment

[SVN r35621]
This commit is contained in:
Vladimir Prus
2006-10-15 19:06:37 +00:00
parent 7a91ae8df9
commit 0acd06b331

View File

@@ -964,7 +964,7 @@ module project-rules
# at once. This is a shorthand to be reduce duplication and to
# keep an inline declarative syntax. For example:
#
# lib x : x.cpp : [ <toolset>gcc <variant>debug :
# lib x : x.cpp : [ conditional <toolset>gcc <variant>debug :
# <define>DEBUG_EXCEPTION <define>DEBUG_TRACE ] ;
#
rule conditional ( condition + : requirements * )