mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
Remove tabs.
[SVN r34994]
This commit is contained in:
@@ -17,7 +17,7 @@ rule a1-rule ( properties * )
|
||||
{
|
||||
if <variant>debug in $(properties)
|
||||
{
|
||||
return <define>OK ;
|
||||
return <define>OK ;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -11,10 +11,10 @@ rule properties-as-path ( properties * )
|
||||
local r ;
|
||||
for local p in $(properties)
|
||||
{
|
||||
if $(p:G) != <action>
|
||||
{
|
||||
r += $(p) ;
|
||||
}
|
||||
if $(p:G) != <action>
|
||||
{
|
||||
r += $(p) ;
|
||||
}
|
||||
}
|
||||
return [ property.as-path
|
||||
[ property.remove incidental : $(r) ] ] ;
|
||||
|
||||
Reference in New Issue
Block a user