Sign in
cobalt
/
cobalt
/
2ea2238d90d36bda2ed661e5419f2b40fae96ba4
/
.
/
src
/
third_party
/
mozjs-45
/
build
/
pymake
/
tests
/
native-touch.mk
blob: 811161ece79f4da63db922b05ad58e859634d889 [
file
] [
log
] [
blame
]
TOUCH
?=
touch
foo
:
$
(
TOUCH
)
bar
$
(
TOUCH
)
baz
$
(
MAKE
)
-
f $
(
TESTPATH
)/
native
-
touch
.
mk baz
$
(
TOUCH
)
-
t
198007040802
baz
$
(
MAKE
)
-
f $
(
TESTPATH
)/
native
-
touch
.
mk baz
bar
:
$
(
TOUCH
)
$@
baz
:
bar
echo TEST
-
PASS
$
(
TOUCH
)
$@