The Tor Browser
/ file comparison
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
file
revisions
annotate
diff
comparison
raw
comparison: build/pymake/tests/eval.mk
build/pymake/tests/eval.mk
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
equal
deleted
inserted
replaced
-1:000000000000
0:7a00d2f84382
1
TESTVAR = val1
2
3
$(eval TESTVAR = val2)
4
5
all:
6
test "$(TESTVAR)" = "val2"
7
@echo TEST-PASS