2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-13 00:12:11 +00:00
[SVN r13289]
This commit is contained in:
Dave Abrahams
2002-03-27 22:45:13 +00:00
parent 1ac75b8de2
commit 10bab141fe

View File

@@ -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) ] ;
}