index
:
aura-central
ARE-5.0
TRUNK
Aura Runtime Environment (classical Mozilla technologies).
khronosschoty@posteo.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
build
/
pymake
/
tests
/
recursive-set2.mk
blob: b68e34f0d7ff62d183aaed593add26c21c105df2 (
plain
)
1
2
3
4
5
6
7
8
#T returncode: 2 FOO = $(BAR) BAR = $(FOO) all: echo $(FOO) @echo TEST-FAIL