Sign in
android
/
platform
/
build
/
kati
/
5489b9dc4248accdd5cac136511e9aa93a9eed30
/
.
/
testcase
/
abspath.mk
blob: 89d96f9aabd405d6e8b9324f79b1d19bdedc90b9 [
file
] [
log
] [
blame
]
foo
=
$
(
subst
/
kati
,,
$
(
subst
/
make
,,
$
(
abspath
./
foo bar
/../
foo bar
//..//
foo
/
/
usr
)))
bar
=
$
(
subst
/
kati
,,
$
(
subst
/
make
,,
$
(
abspath
..
./.
./
/
aa
/..
a
///)))
test
:
echo $
(
foo
)
echo $
(
bar
)