2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 00:52:16 +00:00
Files
build/test/echo_args.jam
Dave Abrahams 9e0cc2e6f0 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) ;
}