mirror of
https://github.com/boostorg/build.git
synced 2026-02-10 23:32:20 +00:00
5 lines
103 B
Plaintext
5 lines
103 B
Plaintext
rule echo_args ( a b ? c ? : d + : e * )
|
|
{
|
|
ECHO a= $(a) b= $(b) c= $(c) ":" d= $(d) ":" e= $(e) ;
|
|
}
|