mirror of
https://github.com/boostorg/build.git
synced 2026-02-13 00:12:11 +00:00
bug fix
[SVN r13289]
This commit is contained in:
@@ -22,7 +22,6 @@ rule result ( expected * : rule-name args * : * )
|
||||
local result__ ;
|
||||
module [ CALLER_MODULE ]
|
||||
{
|
||||
ECHO "asserting" $(2) : $(3) : $(4) : $(5) : $(6) : $(7) : $(8) : $(9) ;
|
||||
modules.poke assert : result__
|
||||
: [ $(2) : $(3) : $(4) : $(5) : $(6) : $(7) : $(8) : $(9) ] ;
|
||||
}
|
||||
@@ -56,7 +55,7 @@ rule true ( rule-name args * : * )
|
||||
module [ CALLER_MODULE ]
|
||||
{
|
||||
result__ = [
|
||||
$(rule-name) $(args) : $(2) $(3) : $(4)
|
||||
$(1) : $(2) $(3) : $(4)
|
||||
: $(5) : $(6) : $(7) : $(8) : $(9) ] ;
|
||||
}
|
||||
|
||||
@@ -78,7 +77,7 @@ rule false ( rule-name args * : * )
|
||||
module [ CALLER_MODULE ]
|
||||
{
|
||||
result__ = [
|
||||
$(rule-name) $(args) : $(2) $(3) : $(4)
|
||||
$(1) : $(2) $(3) : $(4)
|
||||
: $(5) : $(6) : $(7) : $(8) : $(9) ] ;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user