mirror of
https://github.com/boostorg/algorithm.git
synced 2025-07-30 20:47:15 +02:00
Remove spurious colons which prevent bjam from seeing all of string_algo when string_algo is explicitly specified as a build target
[SVN r22451]
This commit is contained in:
@ -23,43 +23,43 @@ DEPENDS all : test ;
|
|||||||
:
|
:
|
||||||
: container
|
: container
|
||||||
]
|
]
|
||||||
: [ run
|
[ run
|
||||||
trim_test.cpp
|
trim_test.cpp
|
||||||
: :
|
: :
|
||||||
:
|
:
|
||||||
: trim
|
: trim
|
||||||
]
|
]
|
||||||
: [ run
|
[ run
|
||||||
conv_test.cpp
|
conv_test.cpp
|
||||||
: :
|
: :
|
||||||
:
|
:
|
||||||
: conv
|
: conv
|
||||||
]
|
]
|
||||||
: [ run
|
[ run
|
||||||
predicate_test.cpp
|
predicate_test.cpp
|
||||||
: :
|
: :
|
||||||
:
|
:
|
||||||
: predicate
|
: predicate
|
||||||
]
|
]
|
||||||
: [ run
|
[ run
|
||||||
find_test.cpp
|
find_test.cpp
|
||||||
: :
|
: :
|
||||||
:
|
:
|
||||||
: find
|
: find
|
||||||
]
|
]
|
||||||
: [ run
|
[ run
|
||||||
split_test.cpp
|
split_test.cpp
|
||||||
: :
|
: :
|
||||||
:
|
:
|
||||||
: split
|
: split
|
||||||
]
|
]
|
||||||
: [ run
|
[ run
|
||||||
replace_test.cpp
|
replace_test.cpp
|
||||||
: :
|
: :
|
||||||
:
|
:
|
||||||
: replace
|
: replace
|
||||||
]
|
]
|
||||||
: [ run
|
[ run
|
||||||
regex_test.cpp
|
regex_test.cpp
|
||||||
<lib>../../../regex/build/boost_regex
|
<lib>../../../regex/build/boost_regex
|
||||||
: :
|
: :
|
||||||
|
Reference in New Issue
Block a user