Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
build
/
kati
/
59ce30d7b247cfc41950e2cc5438a1bff66bdc1f
/
.
/
testcase
/
wildcard_with_commas.mk
blob: 335c7edd7785e748e2e46727ccafba972a00d85a [
file
] [
log
] [
blame
]
files
=
$
(
wildcard
*,*)
# test expectes empty, since no *,* found.
test
:
echo $
(
files
)
touch foo
,
bar
# when foo,bar doesn't exit, "make test2" report empty.
# next "make test2" reports "foo,bar".
test2
:
foo
,
bar
echo $
(
files
)
foo
,
bar
:
touch foo
,
bar