Sign in
android
/
platform
/
build
/
kati
/
ee538935fc914663100eb3d181dc40277131c2f6
/
.
/
testcase
/
multiline_and_leading_space.mk
blob: 71f0a5e8347d077a5658bd8ac62b8e28f627a900 [
file
] [
log
] [
blame
]
X
:=
foo \
bar
Y
:=
foo \
\
bar
$
(
info foo \
bar
)
test
:
echo PASS $
(
X
)
$
(
Y
)