Sign in
cobalt
/
cobalt
/
9fd106630afcfc799d1f7d301e19935ee431681e
/
.
/
src
/
third_party
/
mozjs-45
/
build
/
pymake
/
tests
/
env-var-append2.mk
blob: fc0735d88411ebeab916581013ce097e9db0c4a1 [
file
] [
log
] [
blame
]
#T environment: {'FOO': '$(BAZ)'}
FOO
+=
$
(
BAR
)
BAR
:=
PASS
BAZ
:=
TEST
all
:
@echo
$
(
subst $
(
NULL
)
,-,
$
(
FOO
))