index
:
UXP
master
webbrowser
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
stats
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