Sign in
cobalt
/
cobalt
/
9fd106630afcfc799d1f7d301e19935ee431681e
/
.
/
src
/
third_party
/
mozjs-45
/
build
/
pymake
/
tests
/
eval-duringexecute.mk
blob: dff848032257dd1a430a8c974d714097012c10b1 [
file
] [
log
] [
blame
]
#T returncode: 2
# Once parsing is finished, recursive expansion in commands are not allowed to create any new rules (it may only set variables)
define MORERULE
all
:
@echo
TEST
-
FAIL
endef
all
:
$
(
eval
$
(
MORERULE
))
@echo
done