Sign in
◑
Theme
android
/
platform
/
build
/
kati
/
57e1bfcaded27f9badd430a8e66585b613f199e4
/
.
/
testcase
/
multiline_arg.mk
blob: 0bfdf01236c8537a5aaae4b2f9db17ab423609cb [
file
]
# TODO(c-ninja): We're exporting `(echo )` for the last line, while make a kati(w/o ninja) uses `echo \`
SHELL
:=/
bin
/
bash
define func
$
(
info INFO
:
$
(
1
))
echo $
(
1
)
endef
$
(
info INFO2
:
$
(
call func
,
\
foo
))
test
:
$
(
call func
,
\
foo
)
$
(
call func
,
\)