2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-10 23:32:20 +00:00
Files
build/test/echo_args.jam
Dave Abrahams e21603cd7f All of my pending changes
[SVN r11328]
2001-10-02 12:24:53 +00:00

5 lines
103 B
Plaintext

rule echo_args ( a b ? c ? : d + : e * )
{
ECHO a= $(a) b= $(b) c= $(c) ":" d= $(d) ":" e= $(e) ;
}